diff options
| author | Saumit <justsaumit@protonmail.com> | 2025-09-27 02:14:26 +0530 |
|---|---|---|
| committer | Saumit <justsaumit@protonmail.com> | 2025-09-27 02:14:26 +0530 |
| commit | 82e03978b89938219958032efb1448cc76baa181 (patch) | |
| tree | 626f3e54d52ecd49be0ed3bee30abacc0453d081 /src/frontend/public/icons | |
Initial snapshot - OpenTelemetry demo 2.1.3 -f
Diffstat (limited to 'src/frontend/public/icons')
| -rw-r--r-- | src/frontend/public/icons/Cart.svg | 26 | ||||
| -rw-r--r-- | src/frontend/public/icons/CartIcon.svg | 20 | ||||
| -rw-r--r-- | src/frontend/public/icons/Check.svg | 17 | ||||
| -rw-r--r-- | src/frontend/public/icons/Chevron.svg | 17 |
4 files changed, 80 insertions, 0 deletions
diff --git a/src/frontend/public/icons/Cart.svg b/src/frontend/public/icons/Cart.svg new file mode 100644 index 0000000..1375e0e --- /dev/null +++ b/src/frontend/public/icons/Cart.svg @@ -0,0 +1,26 @@ +<!-- Copyright The OpenTelemetry Authors --> +<!-- --> +<!-- Licensed under the Apache License, Version 2.0 (the "License"); --> +<!-- you may not use this file except in compliance with the License. --> +<!-- You may obtain a copy of the License at --> +<!-- --> +<!-- http://www.apache.org/licenses/LICENSE-2.0 --> +<!-- --> +<!-- Unless required by applicable law or agreed to in writing, software --> +<!-- distributed under the License is distributed on an "AS IS" BASIS, --> +<!-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. --> +<!-- See the License for the specific language governing permissions and --> +<!-- limitations under the License. --> + +<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> +<g clip-path="url(#clip0_2_989)"> +<path d="M14.2272 9.8027L14.2272 9.80269L16.1022 3.19158L15.9829 3.15775L16.1022 3.19157C16.1532 3.01164 16.1175 2.81811 16.0056 2.66854L16.0056 2.66848C15.8935 2.51888 15.718 2.43051 15.5313 2.43051H4.17441L3.86096 1.00949L3.86096 1.00945C3.80071 0.736735 3.56026 0.541626 3.28126 0.541626H0.468751C0.139936 0.541626 -0.125 0.809855 -0.125 1.13885C-0.125 1.46784 0.139936 1.73607 0.468751 1.73607H2.80485L4.45426 9.21363C3.9622 9.47026 3.62501 9.98772 3.62501 10.5833C3.62501 11.4326 4.31096 12.125 5.15626 12.125H13.6563C13.9851 12.125 14.25 11.8567 14.25 11.5277C14.25 11.1987 13.9851 10.9305 13.6563 10.9305H5.15626C4.96774 10.9305 4.81251 10.7755 4.81251 10.5833C4.81251 10.3914 4.96716 10.2366 5.15534 10.2362H5.15577C5.15753 10.2362 5.15916 10.2362 5.16062 10.2361C5.16089 10.2361 5.16116 10.2361 5.16142 10.2361H13.6563C13.922 10.2361 14.1546 10.0586 14.2272 9.8027ZM5.63267 9.04163L4.43781 3.62496H14.7444L13.2082 9.04163H5.63267Z" fill="white" stroke="white" stroke-width="0.25"/> +<path d="M4.54199 14C4.54199 14.8042 5.1961 15.4583 6.00033 15.4583C6.80455 15.4583 7.45866 14.8042 7.45866 14C7.45866 13.1957 6.80455 12.5416 6.00033 12.5416C5.1961 12.5416 4.54199 13.1957 4.54199 14ZM6.00033 13.6805C6.17631 13.6805 6.31977 13.824 6.31977 14C6.31977 14.1759 6.17631 14.3194 6.00033 14.3194C5.82434 14.3194 5.68088 14.1759 5.68088 14C5.68088 13.824 5.82434 13.6805 6.00033 13.6805Z" fill="white" stroke="white" stroke-width="0.25"/> +<path d="M11.208 14C11.208 14.8042 11.8621 15.4583 12.6663 15.4583C13.4706 15.4583 14.1247 14.8042 14.1247 14C14.1247 13.1957 13.4706 12.5416 12.6663 12.5416C11.8621 12.5416 11.208 13.1957 11.208 14ZM12.6663 13.6805C12.8423 13.6805 12.9858 13.824 12.9858 14C12.9858 14.1759 12.8423 14.3194 12.6663 14.3194C12.4904 14.3194 12.3469 14.1759 12.3469 14C12.3469 13.824 12.4904 13.6805 12.6663 13.6805Z" fill="white" stroke="white" stroke-width="0.25"/> +</g> +<defs> +<clipPath id="clip0_2_989"> +<rect width="16" height="16" fill="white"/> +</clipPath> +</defs> +</svg> diff --git a/src/frontend/public/icons/CartIcon.svg b/src/frontend/public/icons/CartIcon.svg new file mode 100644 index 0000000..718e827 --- /dev/null +++ b/src/frontend/public/icons/CartIcon.svg @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Copyright The OpenTelemetry Authors --> +<!-- --> +<!-- Licensed under the Apache License, Version 2.0 (the "License"); --> +<!-- you may not use this file except in compliance with the License. --> +<!-- You may obtain a copy of the License at --> +<!-- --> +<!-- http://www.apache.org/licenses/LICENSE-2.0 --> +<!-- --> +<!-- Unless required by applicable law or agreed to in writing, software --> +<!-- distributed under the License is distributed on an "AS IS" BASIS, --> +<!-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. --> +<!-- See the License for the specific language governing permissions and --> +<!-- limitations under the License. --> + +<svg xmlns="http://www.w3.org/2000/svg" id="svg5" width="10.435" height="11.003" version="1.1" viewBox="0 0 2.761 2.911"> + <g id="cart" transform="translate(-41.248 -118.392)"> + <path id="path1192" d="M41.248 118.393v.29h.29l.53 1.104-.199.357a.29.29 0 0 0 .256.431h1.747v-.29h-1.688a.037.037 0 0 1-.04-.038v-.016l.13-.237h1.085a.29.29 0 0 0 .264-.151l.386-1.165-2.15.005-.138-.29zm.717.549 1.72-.009-.262.81-1.1-.004zm.156 1.78a.29.29 0 1 0 0 .581.29.29 0 0 0 0-.582zm1.455 0a.29.29 0 1 0 0 .581.29.29 0 0 0 0-.582z"/> + </g> +</svg> diff --git a/src/frontend/public/icons/Check.svg b/src/frontend/public/icons/Check.svg new file mode 100644 index 0000000..7ac11a9 --- /dev/null +++ b/src/frontend/public/icons/Check.svg @@ -0,0 +1,17 @@ +<!-- Copyright The OpenTelemetry Authors --> +<!-- --> +<!-- Licensed under the Apache License, Version 2.0 (the "License"); --> +<!-- you may not use this file except in compliance with the License. --> +<!-- You may obtain a copy of the License at --> +<!-- --> +<!-- http://www.apache.org/licenses/LICENSE-2.0 --> +<!-- --> +<!-- Unless required by applicable law or agreed to in writing, software --> +<!-- distributed under the License is distributed on an "AS IS" BASIS, --> +<!-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. --> +<!-- See the License for the specific language governing permissions and --> +<!-- limitations under the License. --> + +<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> +<path d="M13.6656 0.9375L6.33437 10.6031L2 6.27187L0 8.27188L6.66563 14.9375L16 2.9375L13.6656 0.9375Z" fill="black"/> +</svg> diff --git a/src/frontend/public/icons/Chevron.svg b/src/frontend/public/icons/Chevron.svg new file mode 100644 index 0000000..4da533f --- /dev/null +++ b/src/frontend/public/icons/Chevron.svg @@ -0,0 +1,17 @@ +<!-- Copyright The OpenTelemetry Authors --> +<!-- --> +<!-- Licensed under the Apache License, Version 2.0 (the "License"); --> +<!-- you may not use this file except in compliance with the License. --> +<!-- You may obtain a copy of the License at --> +<!-- --> +<!-- http://www.apache.org/licenses/LICENSE-2.0 --> +<!-- --> +<!-- Unless required by applicable law or agreed to in writing, software --> +<!-- distributed under the License is distributed on an "AS IS" BASIS, --> +<!-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. --> +<!-- See the License for the specific language governing permissions and --> +<!-- limitations under the License. --> + +<svg width="13" height="8" viewBox="0 0 13 8" fill="none" xmlns="http://www.w3.org/2000/svg"> +<path d="M12.1312 0.612558C12.204 0.68513 12.2617 0.771341 12.3011 0.866256C12.3405 0.96117 12.3608 1.06292 12.3608 1.16568C12.3608 1.26845 12.3405 1.3702 12.3011 1.46511C12.2617 1.56003 12.204 1.64624 12.1312 1.71881L6.93748 6.91256C6.87966 6.9705 6.81098 7.01647 6.73537 7.04783C6.65976 7.07919 6.57871 7.09534 6.49686 7.09534C6.415 7.09534 6.33395 7.07919 6.25834 7.04783C6.18273 7.01647 6.11405 6.9705 6.05623 6.91256L0.86248 1.71881C0.556231 1.41256 0.556231 0.918808 0.86248 0.612558C1.16873 0.306308 1.66248 0.306308 1.96873 0.612558L6.49998 5.13756L11.0312 0.606309C11.3312 0.306309 11.8312 0.306308 12.1312 0.612558Z" fill="#29293E"/> +</svg> |
