Skip to content

Commit fb2c831

Browse files
Add more icons
1 parent a7d3bd9 commit fb2c831

File tree

1 file changed

+46
-10
lines changed

1 file changed

+46
-10
lines changed

src/lib/Icon/iconList.tsx

Lines changed: 46 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@ export const icons = (size: string, color: string, className?: string): Record<s
2727
<path fill={color} fillRule="evenodd" clipRule="evenodd" d="M6.57143 5C6.41988 5 6.27453 5.0602 6.16737 5.16737C6.0602 5.27453 6 5.41988 6 5.57143V16.1997L9.91876 13.4006C10.2665 13.1522 10.7335 13.1522 11.0812 13.4006L15 16.1997V5.57143C15 5.41988 14.9398 5.27453 14.8326 5.16737C14.7255 5.0602 14.5801 5 14.4286 5H6.57143ZM4.75315 3.75315C5.23539 3.27092 5.88944 3 6.57143 3H14.4286C15.1106 3 15.7646 3.27092 16.2468 3.75315C16.7291 4.23539 17 4.88944 17 5.57143V18.1429C17 18.5174 16.7907 18.8606 16.4576 19.032C16.1245 19.2034 15.7236 19.1743 15.4188 18.9566L10.5 15.4432L5.58124 18.9566C5.27642 19.1743 4.87549 19.2034 4.54242 19.032C4.20935 18.8606 4 18.5174 4 18.1429V5.57143C4 4.88944 4.27092 4.23539 4.75315 3.75315Z" />
2828
</g>
2929
</svg>,
30+
"bookmark-solid": <svg className={className} width={size} height={size} viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
31+
<g id="bookmark-solid">
32+
<g id="Vector">
33+
<path d="M5.55556 18V5.5556C5.55556 4.69649 6.25201 4.00005 7.11112 4.00005H14.8889C15.748 4.00005 16.4445 4.69649 16.4445 5.5556V18L11.8412 15.0408C11.3288 14.7114 10.6712 14.7114 10.1588 15.0408L5.55556 18Z" fill={color}/>
34+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.11112 4.82505C6.70764 4.82505 6.38056 5.15213 6.38056 5.5556V16.4889L9.71265 14.3469C10.4968 13.8427 11.5031 13.8427 12.2873 14.3469L15.6194 16.4889V5.5556C15.6194 5.15212 15.2924 4.82505 14.8889 4.82505H7.11112ZM4.73056 5.5556C4.73056 4.24086 5.79637 3.17505 7.11112 3.17505H14.8889C16.2037 3.17505 17.2695 4.24087 17.2695 5.5556V18C17.2695 18.3018 17.1047 18.5795 16.8398 18.7242C16.5749 18.8688 16.2522 18.8572 15.9983 18.694L11.3951 15.7348C11.1544 15.5801 10.8456 15.5801 10.605 15.7348L6.00168 18.694C5.74782 18.8572 5.42511 18.8688 5.16023 18.7242C4.89534 18.5795 4.73056 18.3018 4.73056 18V5.5556Z" fill={color}/>
35+
</g>
36+
</g>
37+
</svg>,
3038
"briefcase": <svg className={className} width={size} height={size} viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
3139
<g>
3240
<path fill={color} fillRule="evenodd" clipRule="evenodd" d="M9.76687 3C9.13919 3 8.53722 3.24934 8.09339 3.69318C7.64955 4.13702 7.40021 4.73899 7.40021 5.36667V5.93347H5.36673C4.05965 5.93347 3.00006 6.99306 3.00006 8.30014V15.6335C3.00006 16.9405 4.05965 18.0001 5.36673 18.0001H17.1001C18.4071 18.0001 19.4667 16.9405 19.4667 15.6335V8.30014C19.4667 6.99306 18.4071 5.93347 17.1001 5.93347H15.0669V5.36667C15.0669 4.73899 14.8175 4.13702 14.3737 3.69318C13.9299 3.24934 13.3279 3 12.7002 3H9.76687ZM13.2669 5.93347V5.36667C13.2669 5.21638 13.2072 5.07224 13.1009 4.96597C12.9946 4.8597 12.8505 4.8 12.7002 4.8H9.76687C9.61658 4.8 9.47245 4.8597 9.36618 4.96597C9.25991 5.07224 9.20021 5.21638 9.20021 5.36667V5.93347H13.2669ZM9.20021 7.73347H13.2669V16.2001H9.20021V7.73347ZM7.40021 7.73347H5.36673C5.05377 7.73347 4.80006 7.98718 4.80006 8.30014V15.6335C4.80006 15.9464 5.05377 16.2001 5.36673 16.2001H7.40021V7.73347ZM15.0669 16.2001V7.73347H17.1001C17.413 7.73347 17.6667 7.98718 17.6667 8.30014V15.6335C17.6667 15.9464 17.413 16.2001 17.1001 16.2001H15.0669Z" />
@@ -52,6 +60,12 @@ export const icons = (size: string, color: string, className?: string): Record<s
5260
<path fill={color} fillRule="evenodd" clipRule="evenodd" d="M18.3698 6.2636C18.7213 6.61508 18.7213 7.18492 18.3698 7.5364L9.54687 16.3593C9.1954 16.7108 8.62555 16.7108 8.27408 16.3593L4.26366 12.3489C3.91219 11.9974 3.91219 11.4276 4.26366 11.0761C4.61514 10.7246 5.18499 10.7246 5.53646 11.0761L8.91048 14.4501L17.097 6.2636C17.4485 5.91213 18.0183 5.91213 18.3698 6.2636Z" />
5361
</g>
5462
</svg>,
63+
"check-circle": <svg className={className} width={size} height={size} viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
64+
<g id="check-circle">
65+
<path id="Vector (Stroke)" fill-rule="evenodd" clip-rule="evenodd" d="M15.2052 7.86541C15.5566 8.21688 15.5566 8.78673 15.2052 9.1382L10.2089 14.1344C10.0401 14.3032 9.81122 14.398 9.57252 14.398C9.33383 14.398 9.10491 14.3032 8.93613 14.1344L6.79488 11.9932C6.44341 11.6417 6.44341 11.0719 6.79488 10.7204C7.14636 10.3689 7.7162 10.3689 8.06768 10.7204L9.57252 12.2253L13.9324 7.86541C14.2838 7.51394 14.8537 7.51394 15.2052 7.86541Z" fill={color}/>
66+
<path id="Vector (Stroke)_2" fill-rule="evenodd" clip-rule="evenodd" d="M2.96259 11C2.96259 6.56103 6.56109 2.96252 11.0001 2.96252C15.439 2.96252 19.0375 6.56102 19.0375 11C19.0375 15.439 15.439 19.0375 11.0001 19.0375C6.56108 19.0375 2.96259 15.4389 2.96259 11ZM11.0001 4.76252C7.5552 4.76252 4.76259 7.55514 4.76259 11C4.76259 14.4448 7.5552 17.2375 11.0001 17.2375C14.4449 17.2375 17.2375 14.4448 17.2375 11C17.2375 7.55514 14.4449 4.76252 11.0001 4.76252Z" fill={color}/>
67+
</g>
68+
</svg>,
5569
"chevron-down": <svg className={className} width={size} height={size} viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
5670
<g>
5771
<path fill={color} fillRule="evenodd" clipRule="evenodd" d="M4.7636 8.2636C5.11508 7.91213 5.68492 7.91213 6.0364 8.2636L10.9 13.1272L15.7636 8.2636C16.1151 7.91213 16.6849 7.91213 17.0364 8.2636C17.3879 8.61508 17.3879 9.18492 17.0364 9.5364L11.5364 15.0364C11.1849 15.3879 10.6151 15.3879 10.2636 15.0364L4.7636 9.5364C4.41213 9.18492 4.41213 8.61508 4.7636 8.2636Z" />
@@ -236,19 +250,29 @@ export const icons = (size: string, color: string, className?: string): Record<s
236250
<path fill={color} fillRule="evenodd" clipRule="evenodd" d="M2 6.44506L5.01477 4H18.0492L20 5.56145L19.0246 8.84172L16.1761 10.3789L16.165 10.4153L18.0936 11.9646L17.0628 15.4385L14.1921 17L3.18595 17L6.13424 6.86871L8.10713 8.47859L6.33375 14.5065H14.931L15.9101 11.2021H9.76969L10.3682 9.20484H16.5086L17.3177 6.44506H2Z" />
237251
</svg>,
238252
"logo-ethereum": <svg className={className} width={size} height={size} viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
239-
<path fill={color} fillRule="evenodd" clipRule="evenodd" d="M11 3C11.3355 3 11.6474 3.17523 11.826 3.46396L15.8504 9.97223C15.9544 10.1405 16.0055 10.3353 15.9995 10.5309C16.0055 10.7245 15.9559 10.9207 15.8481 11.0934L11.8237 17.5397C11.6448 17.8263 11.334 18 11 18C10.666 18 10.3552 17.8263 10.1763 17.5397L6.15189 11.0934C6.04407 10.9207 5.99448 10.7245 6.00049 10.5309C5.99448 10.3353 6.04557 10.1405 6.14964 9.97223L10.174 3.46396C10.3526 3.17523 10.6645 3 11 3ZM13.6647 10.1648L11 5.8553L8.33525 10.1648L11 11.9876L13.6647 10.1648Z"/>
240-
</svg>,
253+
<path fill={color} fillRule="evenodd" clipRule="evenodd" d="M11 3C11.3355 3 11.6474 3.17523 11.826 3.46396L15.8504 9.97223C15.9544 10.1405 16.0055 10.3353 15.9995 10.5309C16.0055 10.7245 15.9559 10.9207 15.8481 11.0934L11.8237 17.5397C11.6448 17.8263 11.334 18 11 18C10.666 18 10.3552 17.8263 10.1763 17.5397L6.15189 11.0934C6.04407 10.9207 5.99448 10.7245 6.00049 10.5309C5.99448 10.3353 6.04557 10.1405 6.14964 9.97223L10.174 3.46396C10.3526 3.17523 10.6645 3 11 3ZM13.6647 10.1648L11 5.8553L8.33525 10.1648L11 11.9876L13.6647 10.1648Z"/>
254+
</svg>,
255+
"logo-solana": <svg className={className} width={size} height={size} viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
256+
<g id="logo-solana">
257+
<path id="Vector" d="M18.9228 14.2496L16.4465 16.8229C16.3927 16.8788 16.3276 16.9234 16.2552 16.9539C16.1828 16.9843 16.1048 17 16.0259 17H4.28747C4.23146 17 4.17667 16.9841 4.12983 16.9544C4.08299 16.9246 4.04615 16.8822 4.02382 16.8325C4.0015 16.7827 3.99467 16.7277 4.00416 16.6742C4.01366 16.6207 4.03908 16.5711 4.07729 16.5314L6.55536 13.958C6.60905 13.9022 6.67396 13.8578 6.7461 13.8273C6.81825 13.7969 6.89607 13.7811 6.97476 13.7809H18.7125C18.7685 13.7809 18.8233 13.7968 18.8702 13.8266C18.917 13.8563 18.9538 13.8987 18.9762 13.9485C18.9985 13.9983 19.0053 14.0533 18.9958 14.1068C18.9863 14.1603 18.9609 14.2099 18.9228 14.2496ZM16.4465 9.06752C16.3927 9.01162 16.3276 8.96705 16.2552 8.93659C16.1828 8.90614 16.1048 8.89044 16.0259 8.89048H4.28747C4.23146 8.89048 4.17667 8.90633 4.12983 8.9361C4.08299 8.96587 4.04615 9.00823 4.02382 9.058C4.0015 9.10779 3.99467 9.1628 4.00416 9.21629C4.01366 9.26977 4.03908 9.31941 4.07729 9.3591L6.55536 11.9325C6.60905 11.9882 6.67396 12.0327 6.7461 12.0632C6.81825 12.0936 6.89607 12.1094 6.97476 12.1095H18.7125C18.7685 12.1095 18.8233 12.0937 18.8702 12.0639C18.917 12.0341 18.9538 11.9918 18.9762 11.942C18.9985 11.8922 19.0053 11.8372 18.9958 11.7837C18.9863 11.7302 18.9609 11.6806 18.9228 11.6409L16.4465 9.06752ZM4.28747 7.21905H16.0259C16.1048 7.21908 16.1828 7.20339 16.2552 7.17293C16.3276 7.14247 16.3927 7.0979 16.4465 7.042L18.9228 4.46862C18.9609 4.42894 18.9863 4.3793 18.9958 4.32581C19.0053 4.27232 18.9985 4.21731 18.9762 4.16753C18.9538 4.11776 18.917 4.07538 18.8702 4.04562C18.8233 4.01586 18.7685 4 18.7125 4H6.97476C6.89607 4.00013 6.81825 4.01591 6.7461 4.04636C6.67396 4.07682 6.60905 4.1213 6.55536 4.17705L4.07793 6.75043C4.03975 6.79007 4.01435 6.83966 4.00483 6.89308C3.99531 6.94651 4.00209 7.00148 4.02434 7.05123C4.04658 7.10099 4.08333 7.14336 4.13007 7.17317C4.17681 7.20298 4.23151 7.21892 4.28747 7.21905Z" fill={color} />
258+
</g>
259+
</svg>,
241260
"logo-polkadot": <svg className={className} width={size} height={size} viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
242-
<path fill={color} d="M11.3253 6.9366C12.7196 6.9366 13.8499 6.27922 13.8499 5.4683C13.8499 4.65738 12.7196 4 11.3253 4C9.93102 4 8.80072 4.65738 8.80072 5.4683C8.80072 6.27922 9.93102 6.9366 11.3253 6.9366Z" />
243-
<path fill={color} d="M11.3253 18.0001C12.7196 18.0001 13.8499 17.3427 13.8499 16.5318C13.8499 15.7209 12.7196 15.0635 11.3253 15.0635C9.93102 15.0635 8.80072 15.7209 8.80072 16.5318C8.80072 17.3427 9.93102 18.0001 11.3253 18.0001Z" />
244-
<path fill={color} d="M7.80712 8.96914C8.50427 7.76168 8.49975 6.45392 7.79702 6.04819C7.09428 5.64245 5.95945 6.29238 5.2623 7.49985C4.56515 8.70731 4.56968 10.0151 5.27241 10.4208C5.97514 10.8265 7.10997 10.1766 7.80712 8.96914Z" />
245-
<path fill={color} d="M17.3873 14.5001C18.0844 13.2927 18.0803 11.9851 17.378 11.5797C16.6758 11.1742 15.5413 11.8244 14.8442 13.0318C14.147 14.2393 14.1512 15.5468 14.8534 15.9523C15.5557 16.3578 16.6901 15.7076 17.3873 14.5001Z" />
246-
<path fill={color} d="M7.79735 15.9519C8.50008 15.5462 8.50461 14.2384 7.80746 13.031C7.11031 11.8235 5.97548 11.1736 5.27274 11.5793C4.57001 11.9851 4.56549 13.2928 5.26264 14.5003C5.95979 15.7077 7.09462 16.3577 7.79735 15.9519Z" />
247-
<path fill={color} d="M17.3786 10.4211C18.0809 10.0156 18.085 8.70806 17.3879 7.5006C16.6907 6.29313 15.5563 5.64298 14.854 6.04844C14.1518 6.4539 14.1476 7.76144 14.8448 8.9689C15.5419 10.1764 16.6764 10.8265 17.3786 10.4211Z"/>
248-
</svg>,
261+
<path fill={color} d="M11.3253 6.9366C12.7196 6.9366 13.8499 6.27922 13.8499 5.4683C13.8499 4.65738 12.7196 4 11.3253 4C9.93102 4 8.80072 4.65738 8.80072 5.4683C8.80072 6.27922 9.93102 6.9366 11.3253 6.9366Z" />
262+
<path fill={color} d="M11.3253 18.0001C12.7196 18.0001 13.8499 17.3427 13.8499 16.5318C13.8499 15.7209 12.7196 15.0635 11.3253 15.0635C9.93102 15.0635 8.80072 15.7209 8.80072 16.5318C8.80072 17.3427 9.93102 18.0001 11.3253 18.0001Z" />
263+
<path fill={color} d="M7.80712 8.96914C8.50427 7.76168 8.49975 6.45392 7.79702 6.04819C7.09428 5.64245 5.95945 6.29238 5.2623 7.49985C4.56515 8.70731 4.56968 10.0151 5.27241 10.4208C5.97514 10.8265 7.10997 10.1766 7.80712 8.96914Z" />
264+
<path fill={color} d="M17.3873 14.5001C18.0844 13.2927 18.0803 11.9851 17.378 11.5797C16.6758 11.1742 15.5413 11.8244 14.8442 13.0318C14.147 14.2393 14.1512 15.5468 14.8534 15.9523C15.5557 16.3578 16.6901 15.7076 17.3873 14.5001Z" />
265+
<path fill={color} d="M7.79735 15.9519C8.50008 15.5462 8.50461 14.2384 7.80746 13.031C7.11031 11.8235 5.97548 11.1736 5.27274 11.5793C4.57001 11.9851 4.56549 13.2928 5.26264 14.5003C5.95979 15.7077 7.09462 16.3577 7.79735 15.9519Z" />
266+
<path fill={color} d="M17.3786 10.4211C18.0809 10.0156 18.085 8.70806 17.3879 7.5006C16.6907 6.29313 15.5563 5.64298 14.854 6.04844C14.1518 6.4539 14.1476 7.76144 14.8448 8.9689C15.5419 10.1764 16.6764 10.8265 17.3786 10.4211Z"/>
267+
</svg>,
249268
"logo-polygon": <svg className={className} width={size} height={size} viewBox="0 0 18 16" fill="none" xmlns="http://www.w3.org/2000/svg">
250269
<path fill={color} fillRule="evenodd" clipRule="evenodd" d="M9.6022 13.4282C9.81597 13.2968 9.94801 13.0531 9.94801 12.7916V3.94773L9.99845 3.9171L12.7748 2.21367L15.6027 3.94773V7.41713L12.7748 9.15119L10.9123 8.00914V10.3366L12.4289 11.2668C12.6427 11.3969 12.908 11.3969 13.1206 11.2668L13.1218 11.268L17.1541 8.7939C17.3679 8.66247 17.5 8.41873 17.5 8.15717V3.20893C17.5 2.94735 17.3679 2.70364 17.1541 2.57221L13.1218 0.0980892C12.908 -0.033334 12.6427 -0.0320572 12.4301 0.0980892L8.39776 2.57221C8.18406 2.70364 8.05195 2.94735 8.05195 3.20893V12.0515L5.22402 13.7855L2.39609 12.0515V8.58212L5.22402 6.84805L7.08892 7.99255V5.66518L5.56983 4.73245C5.46535 4.66865 5.34533 4.6342 5.22402 4.6342C5.10271 4.6342 4.98268 4.66865 4.87821 4.73245L0.845839 7.20657C0.632093 7.338 0.5 7.58174 0.5 7.8433V12.7916C0.5 13.0531 0.632093 13.2968 0.845839 13.4282L4.87821 15.9024C5.09191 16.0325 5.35612 16.0325 5.56983 15.9024L9.6022 13.4282Z" />
251-
</svg>,
270+
</svg>,
271+
"logo-x": <svg className={className} width={size} height={size} viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
272+
<g id="logo-x">
273+
<path id="Vector" d="M12.5222 9.77143L18.4785 3H17.0671L11.8952 8.87954L7.76437 3H3L9.24656 11.8909L3 18.9918H4.41155L9.87321 12.7828L14.2356 18.9918H19L12.5218 9.77143H12.5222ZM10.5889 11.9692L9.95596 11.0839L4.92015 4.03921H7.0882L11.1522 9.7245L11.7851 10.6098L17.0677 17.9998H14.8997L10.5889 11.9696V11.9692Z" fill={color} />
274+
</g>
275+
</svg>,
252276
"menu": <svg className={className} width={size} height={size} viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
253277
<g id="menu">
254278
<g id="Vector">
@@ -291,6 +315,18 @@ export const icons = (size: string, color: string, className?: string): Record<s
291315
<path fill={color} d="M15.767 4.02364C14.211 3.16347 12.4176 2.83229 10.657 3.07999C8.90156 3.32697 7.27357 4.13611 6.01683 5.38596L4 7.28109V4.79248C4 4.2402 3.55228 3.79248 3 3.79248C2.44772 3.79248 2 4.2402 2 4.79248V9.59248C2 10.1448 2.44772 10.5925 3 10.5925H7.8C8.35228 10.5925 8.8 10.1448 8.8 9.59248C8.8 9.0402 8.35228 8.59248 7.8 8.59248H5.52505L7.39705 6.83344C7.4044 6.82653 7.41165 6.81952 7.41879 6.81239C8.37016 5.86263 9.60443 5.24778 10.9356 5.06048C12.2668 4.87319 13.6228 5.1236 14.7993 5.77399C15.9759 6.42437 16.9091 7.4395 17.4585 8.66641C18.0079 9.89333 18.1437 11.2656 17.8454 12.5764C17.5471 13.8872 16.8309 15.0655 15.8047 15.9339C14.7785 16.8022 13.4979 17.3135 12.1558 17.3908C10.8137 17.468 9.48285 17.107 8.36378 16.3621C7.24471 15.6172 6.39804 14.5288 5.95133 13.2609C5.76781 12.74 5.19676 12.4665 4.67586 12.65C4.15496 12.8336 3.88146 13.4046 4.06498 13.9255C4.65578 15.6024 5.77555 17.0419 7.25558 18.027C8.73561 19.0122 10.4957 19.4896 12.2707 19.3875C14.0457 19.2853 15.7394 18.6091 17.0966 17.4606C18.4538 16.3122 19.4011 14.7537 19.7956 13.0201C20.1901 11.2865 20.0105 9.47169 19.2839 7.84903C18.5572 6.22637 17.323 4.88381 15.767 4.02364Z" />
292316
</g>
293317
</svg>,
318+
"robot": <svg className={className} width={size} height={size} viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
319+
<g id="robot">
320+
<g id="Group 207">
321+
<g id="Union">
322+
<path d="M13.75 15.75V14.25H8.25V15.75H13.75Z" fill={color}/>
323+
<path d="M9 11.25C9.41421 11.25 9.75 11.5858 9.75 12V12.1C9.75 12.5142 9.41421 12.85 9 12.85C8.58579 12.85 8.25 12.5142 8.25 12.1V12C8.25 11.5858 8.58579 11.25 9 11.25Z" fill={color}/>
324+
<path d="M13.75 12C13.75 11.5858 13.4142 11.25 13 11.25C12.5858 11.25 12.25 11.5858 12.25 12V12.1C12.25 12.5142 12.5858 12.85 13 12.85C13.4142 12.85 13.75 12.5142 13.75 12.1V12Z" fill={color}/>
325+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.5 4.5C12.5 5.0756 12.1758 5.57548 11.7 5.82698V8.09998H15C16.0493 8.09998 16.9 8.95063 16.9 9.99998V11H18V16H16.9V17C16.9 18.0493 16.0493 18.9 15 18.9H7C5.95066 18.9 5.1 18.0493 5.1 17V16H4V11H5.1V9.99998C5.1 8.95063 5.95066 8.09998 7 8.09998H10.2V5.7691C9.77937 5.50338 9.5 5.03432 9.5 4.5C9.5 3.67157 10.1716 3 11 3C11.8284 3 12.5 3.67157 12.5 4.5ZM7 9.89998C6.94477 9.89998 6.9 9.94475 6.9 9.99998V17C6.9 17.0552 6.94477 17.1 7 17.1H15C15.0552 17.1 15.1 17.0552 15.1 17V9.99998C15.1 9.94475 15.0552 9.89998 15 9.89998H7Z" fill={color}/>
326+
</g>
327+
</g>
328+
</g>
329+
</svg>,
294330
"search": <svg className={className} width={size} height={size} viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
295331
<g>
296332
<g>

0 commit comments

Comments
 (0)