@yahoo/uds-icons 2.44.0 → 2.45.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/AddFace-fill-12.svg +2 -4
- package/assets/AddFace-fill-16.svg +2 -2
- package/assets/AddFace-fill-24.svg +2 -1
- package/assets/AddFace-fill-32.svg +2 -1
- package/assets/AddFace-outline-12.svg +2 -4
- package/assets/AddFace-outline-16.svg +2 -2
- package/assets/AddFace-outline-24.svg +2 -1
- package/assets/AddFace-outline-32.svg +2 -1
- package/assets/Drizzle-dark-12.svg +5 -0
- package/assets/Drizzle-dark-16.svg +5 -0
- package/assets/Drizzle-dark-24.svg +5 -0
- package/assets/Drizzle-dark-32.svg +6 -0
- package/assets/Drizzle-fill-12.svg +3 -0
- package/assets/Drizzle-fill-16.svg +3 -0
- package/assets/Drizzle-fill-24.svg +3 -0
- package/assets/Drizzle-fill-32.svg +3 -0
- package/assets/Drizzle-light-12.svg +5 -0
- package/assets/Drizzle-light-16.svg +5 -0
- package/assets/Drizzle-light-24.svg +5 -0
- package/assets/Drizzle-light-32.svg +6 -0
- package/assets/Drizzle-outline-12.svg +3 -0
- package/assets/Drizzle-outline-16.svg +3 -0
- package/assets/Drizzle-outline-24.svg +3 -0
- package/assets/Drizzle-outline-32.svg +4 -0
- package/assets/Eye-fill-12.svg +1 -1
- package/assets/Eye-fill-16.svg +1 -1
- package/assets/Eye-fill-24.svg +1 -1
- package/assets/Eye-fill-32.svg +1 -1
- package/assets/Eye-outline-12.svg +2 -2
- package/assets/Eye-outline-16.svg +2 -2
- package/assets/Eye-outline-24.svg +2 -1
- package/assets/Eye-outline-32.svg +2 -1
- package/assets/SpeechBubble-fill-12.svg +1 -3
- package/assets/SpeechBubble-fill-16.svg +1 -1
- package/assets/SpeechBubble-fill-24.svg +1 -1
- package/assets/SpeechBubble-fill-32.svg +1 -1
- package/assets/SpeechBubble-outline-12.svg +1 -3
- package/assets/SpeechBubble-outline-16.svg +1 -1
- package/assets/SpeechBubble-outline-24.svg +1 -1
- package/assets/SpeechBubble-outline-32.svg +2 -1
- package/dist/fixtures.cjs +2 -0
- package/dist/fixtures.d.cts +2 -1
- package/dist/fixtures.d.cts.map +1 -1
- package/dist/fixtures.d.ts +2 -1
- package/dist/fixtures.d.ts.map +1 -1
- package/dist/fixtures.js +2 -0
- package/dist/fixtures.js.map +1 -1
- package/dist/generated/icons/AddFace.cjs +41 -25
- package/dist/generated/icons/AddFace.d.cts.map +1 -1
- package/dist/generated/icons/AddFace.d.ts.map +1 -1
- package/dist/generated/icons/AddFace.js +41 -25
- package/dist/generated/icons/AddFace.js.map +1 -1
- package/dist/generated/icons/Drizzle.cjs +215 -0
- package/dist/generated/icons/Drizzle.d.cts +21 -0
- package/dist/generated/icons/Drizzle.d.cts.map +1 -0
- package/dist/generated/icons/Drizzle.d.ts +21 -0
- package/dist/generated/icons/Drizzle.d.ts.map +1 -0
- package/dist/generated/icons/Drizzle.js +217 -0
- package/dist/generated/icons/Drizzle.js.map +1 -0
- package/dist/generated/icons/Eye.cjs +21 -15
- package/dist/generated/icons/Eye.d.cts.map +1 -1
- package/dist/generated/icons/Eye.d.ts.map +1 -1
- package/dist/generated/icons/Eye.js +21 -15
- package/dist/generated/icons/Eye.js.map +1 -1
- package/dist/generated/icons/SpeechBubble.cjs +18 -21
- package/dist/generated/icons/SpeechBubble.d.cts.map +1 -1
- package/dist/generated/icons/SpeechBubble.d.ts.map +1 -1
- package/dist/generated/icons/SpeechBubble.js +19 -22
- package/dist/generated/icons/SpeechBubble.js.map +1 -1
- package/dist/glyphMap.cjs +3393 -3384
- package/dist/glyphMap.d.cts +1 -1
- package/dist/glyphMap.d.cts.map +1 -1
- package/dist/glyphMap.d.ts +1 -1
- package/dist/glyphMap.d.ts.map +1 -1
- package/dist/glyphMap.js +3393 -3384
- package/dist/glyphMap.js.map +1 -1
- package/dist/index.cjs +2 -0
- package/dist/index.d.cts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +2 -1
- package/dist/svgMap.cjs +9 -0
- package/dist/svgMap.d.cts +1 -1
- package/dist/svgMap.d.cts.map +1 -1
- package/dist/svgMap.d.ts +1 -1
- package/dist/svgMap.d.ts.map +1 -1
- package/dist/svgMap.js +9 -0
- package/dist/svgMap.js.map +1 -1
- package/generated/font/uds-icons.ttf +0 -0
- package/package.json +1 -1
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none">
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
<path d="M9.894 1.504h1.504v1.143H9.894V4.15H8.751V2.647H7.248V1.504H8.75V0h1.143z"/>
|
|
5
|
-
</g>
|
|
2
|
+
<path fill="black" d="M5.762 1.978q.302 0 .593.04a2.758 2.758 0 0 0 3.748 3.246 4.512 4.512 0 1 1-4.342-3.286m-2.068 5.45c0 .831.926 1.504 2.068 1.505S7.83 8.259 7.83 7.429zm0-1.692a.565.565 0 1 0 0 1.127.565.565 0 0 0 0-1.127m4.135 0a.565.565 0 1 0 .002 1.13.565.565 0 0 0-.002-1.13"/>
|
|
3
|
+
<path fill="black" d="M9.496 2.253h1.253v.952H9.496V4.46h-.952V3.205H7.291v-.952h1.253V1h.952z"/>
|
|
6
4
|
</svg>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none">
|
|
2
|
-
<path fill="black" d="M7.
|
|
3
|
-
<path fill="black" d="M12.
|
|
2
|
+
<path fill="black" d="M7.666 2.368q.424.002.832.057a3.86 3.86 0 0 0 5.246 4.545A6.317 6.317 0 0 1 7.666 15a6.317 6.317 0 0 1 0-12.632M4.771 10c0 1.162 1.297 2.105 2.895 2.105s2.895-.943 2.896-2.105zm0-2.37a.79.79 0 1 0 .003 1.582.79.79 0 0 0-.003-1.581m5.79 0a.79.79 0 1 0 .002 1.582.79.79 0 0 0-.003-1.581"/>
|
|
3
|
+
<path fill="black" d="M12.895 2.754h1.753v1.334h-1.753v1.754h-1.333V4.088H9.807V2.754h1.755V1h1.333z"/>
|
|
4
4
|
</svg>
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none">
|
|
2
|
-
<path fill="black" d="
|
|
2
|
+
<path fill="black" d="M11.548 3.91q.606 0 1.191.077a5.527 5.527 0 0 0 7.517 6.513A9.045 9.045 0 0 1 11.548 22a9.046 9.046 0 1 1 0-18.09M7.4 14.84c0 1.665 1.857 3.015 4.147 3.015s4.145-1.35 4.145-3.015zm.001-3.393a1.131 1.131 0 1 0 0 2.262 1.131 1.131 0 0 0 0-2.262m8.291 0a1.131 1.131 0 1 0 0 2.262 1.131 1.131 0 0 0 0-2.262"/>
|
|
3
|
+
<path fill="black" d="M18.984 2v2.513h2.513V6.32h-2.513v2.513h-1.808V6.321h-2.513V4.513h2.513V2z"/>
|
|
3
4
|
</svg>
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="none">
|
|
2
|
-
<path fill="black" d="
|
|
2
|
+
<path fill="black" d="M15.926 2.15c1.107 0 2.184.128 3.217.372a7.46 7.46 0 0 0 10.335 10.335 14 14 0 0 1 .373 3.217C29.85 23.764 23.616 30 15.926 30S2 23.765 2 16.074 8.235 2.15 15.926 2.15M9.833 19.555c0 2.403 2.728 4.351 6.093 4.351s6.092-1.948 6.092-4.351zm0-5.222a1.74 1.74 0 1 0 0 3.48 1.74 1.74 0 0 0 0-3.48m12.185 0a1.74 1.74 0 1 0 0 3.48 1.74 1.74 0 0 0 0-3.48"/>
|
|
3
|
+
<path fill="black" d="M26.519 2v3.481H30V7.77h-3.481v3.48H24.23V7.77h-3.48V5.48h3.48V2z"/>
|
|
3
4
|
</svg>
|
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none">
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
<path d="M7.894 7.714c0 .997-1.11 1.804-2.48 1.805S2.932 8.71 2.932 7.714zm-4.962-2.03a.678.678 0 1 1 0 1.355.678.678 0 0 1 0-1.355m4.962 0a.678.678 0 1 1 0 1.355.678.678 0 0 1 0-1.355m2-4.18h1.504v1.143H9.894V4.15H8.751V2.647H7.248V1.504H8.75V0h1.143z"/>
|
|
5
|
-
</g>
|
|
2
|
+
<path fill="black" d="M5.994 1.982q.135.008.27.023v.96a3.56 3.56 0 1 0 2.913 2.521h.984q.11.485.112 1.002l-.005.233A4.51 4.51 0 0 1 5.763 11l-.233-.006a4.51 4.51 0 0 1-4.273-4.273l-.006-.233a4.51 4.51 0 0 1 4.512-4.51z"/>
|
|
3
|
+
<path fill="black" d="M7.83 7.429c0 .83-.926 1.503-2.067 1.504-1.142 0-2.068-.674-2.069-1.504zM3.694 5.736a.565.565 0 1 1 0 1.13.565.565 0 0 1 0-1.13m4.136 0a.565.565 0 1 1-.002 1.13.565.565 0 0 1 .002-1.13m1.666-3.483h1.253v.952H9.496V4.46h-.952V3.205H7.291v-.952h1.253V1h.952z"/>
|
|
6
4
|
</svg>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none">
|
|
2
|
-
<path fill="black" d="M7.
|
|
3
|
-
<path fill="black" d="M10.
|
|
2
|
+
<path fill="black" d="M7.992 2.376q.19.01.376.031v1.344a4.983 4.983 0 1 0 4.08 3.53h1.377q.156.677.158 1.403l-.008.325A6.317 6.317 0 0 1 7.667 15l-.325-.009A6.316 6.316 0 0 1 1.359 9.01l-.008-.325a6.317 6.317 0 0 1 6.316-6.316z"/>
|
|
3
|
+
<path fill="black" d="M10.562 10c0 1.162-1.297 2.105-2.895 2.105S4.773 11.164 4.772 10zm-5.79-2.37a.79.79 0 1 1 0 1.578.79.79 0 0 1 0-1.577m5.79-.001a.79.79 0 1 1 0 1.578.79.79 0 0 1 0-1.577m2.333-4.877h1.753v1.334h-1.753v1.754h-1.333V4.088H9.807V2.754h1.755V1h1.333z"/>
|
|
4
4
|
</svg>
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none">
|
|
2
|
-
<path fill="black" d="
|
|
2
|
+
<path fill="black" d="M11.548 3.91q.51 0 1.005.055v1.823a7.236 7.236 0 1 0 5.948 5.156h1.868a9 9 0 0 1 .224 2.011 9.045 9.045 0 0 1-18.09 0 9.046 9.046 0 0 1 9.045-9.046"/>
|
|
3
|
+
<path fill="black" d="M15.693 14.84c0 1.665-1.856 3.014-4.145 3.015-2.29 0-4.145-1.35-4.146-3.015zm-8.291-3.393a1.131 1.131 0 1 1 0 2.262 1.131 1.131 0 0 1 0-2.262m8.291 0a1.131 1.131 0 1 1 0 2.262 1.131 1.131 0 0 1 0-2.262M18.985 2v2.513h2.513V6.32h-2.513v2.513h-1.81V6.321h-2.512V4.513h2.513V2z"/>
|
|
3
4
|
</svg>
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="none">
|
|
2
|
-
<path fill="black" d="
|
|
2
|
+
<path fill="black" d="M15.926 2.15q1.014 0 1.989.14v2.316a11.7 11.7 0 0 0-1.99-.17C9.5 4.437 4.289 9.648 4.289 16.075s5.21 11.638 11.638 11.638c6.427 0 11.638-5.21 11.638-11.638 0-.678-.06-1.343-.17-1.989h2.316q.14.976.14 1.99C29.85 23.764 23.617 30 15.927 30 8.235 30 2 23.765 2 16.074S8.235 2.15 15.926 2.15"/>
|
|
3
|
+
<path fill="black" d="M22.018 19.556c0 2.403-2.728 4.351-6.092 4.351-3.365 0-6.093-1.948-6.093-4.351zM9.833 14.334a1.74 1.74 0 1 1 0 3.48 1.74 1.74 0 0 1 0-3.48m12.185 0a1.741 1.741 0 1 1 0 3.482 1.741 1.741 0 0 1 0-3.482M26.519 2v3.481H30V7.77h-3.481v3.48H24.23V7.77h-3.48V5.48h3.48V2z"/>
|
|
3
4
|
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none">
|
|
2
|
+
<path fill="#12A9FF" d="M6.03 9.292a.47.47 0 0 1 .355.56l-.33 1.476a.469.469 0 0 1-.914-.204l.329-1.476a.47.47 0 0 1 .56-.356M4.18 8.156a.47.47 0 0 1 .355.56l-.328 1.476a.469.469 0 0 1-.916-.205l.33-1.475a.47.47 0 0 1 .56-.356m4.098 0a.47.47 0 0 1 .356.56l-.33 1.476a.469.469 0 0 1-.914-.205l.329-1.475a.47.47 0 0 1 .56-.356"/>
|
|
3
|
+
<path fill="#B0B9C1" d="M6 .938a2.82 2.82 0 0 0-2.774 2.369 2.065 2.065 0 0 0 .153 4.126h4.946a2.362 2.362 0 0 0 .29-4.706A2.81 2.81 0 0 0 6 .937"/>
|
|
4
|
+
<path fill="black" d="M8.325 6.495v.938H3.38v-.938zM9.75 5.071c0-.727-.545-1.327-1.249-1.413l-.554-.068-.205-.52A1.88 1.88 0 0 0 6 1.875c-.924 0-1.7.68-1.849 1.584l-.119.729-.738.054a1.127 1.127 0 0 0 .085 2.253v.938a2.065 2.065 0 0 1-.153-4.126A2.82 2.82 0 0 1 6 .937c1.187 0 2.202.742 2.615 1.79a2.362 2.362 0 0 1-.29 4.706v-.938c.787 0 1.425-.638 1.425-1.424"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none">
|
|
2
|
+
<path fill="#12A9FF" d="M8.039 12.39c.337.075.55.409.475.746l-.44 1.968a.625.625 0 0 1-1.22-.272l.439-1.968a.626.626 0 0 1 .746-.474m-2.464-1.516c.337.075.549.41.474.746l-.439 1.97a.625.625 0 0 1-1.22-.273l.439-1.967a.625.625 0 0 1 .746-.475m5.464 0c.337.075.55.41.475.746l-.44 1.969a.625.625 0 0 1-1.22-.273l.439-1.967a.626.626 0 0 1 .746-.475"/>
|
|
3
|
+
<path fill="#B0B9C1" d="M8 1.25c-1.862 0-3.405 1.367-3.698 3.16a2.753 2.753 0 0 0 .204 5.5H11.1a3.15 3.15 0 0 0 .385-6.274A3.75 3.75 0 0 0 8 1.25"/>
|
|
4
|
+
<path fill="black" d="M11.1 8.66v1.25H4.507V8.66zm1.9-1.9c0-.968-.727-1.768-1.665-1.883l-.74-.09-.272-.693A2.5 2.5 0 0 0 8 2.5a2.51 2.51 0 0 0-2.465 2.111l-.159.973-.983.072a1.503 1.503 0 0 0 .113 3.004v1.25a2.753 2.753 0 0 1-.204-5.501C4.595 2.617 6.138 1.25 8 1.25a3.75 3.75 0 0 1 3.486 2.386 3.15 3.15 0 0 1-.385 6.274V8.66A1.9 1.9 0 0 0 13 6.76"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none">
|
|
2
|
+
<path fill="#12A9FF" d="M9.957 17.317a.7.7 0 0 1 .53.836l-.653 2.916a.7.7 0 0 1-1.366-.306l.653-2.916a.7.7 0 0 1 .836-.53m7.651 0a.7.7 0 0 1 .53.836l-.653 2.916a.7.7 0 0 1-1.366-.306l.653-2.916a.7.7 0 0 1 .836-.53M6.807 15.48a.7.7 0 0 1 .529.836l-.654 2.915a.7.7 0 1 1-1.365-.305l.653-2.916a.7.7 0 0 1 .837-.53m7.65 0a.7.7 0 0 1 .53.836l-.653 2.915a.7.7 0 0 1-1.366-.305l.653-2.916a.7.7 0 0 1 .836-.53"/>
|
|
3
|
+
<path fill="#B0B9C1" d="M11.994 2C9.175 2 6.838 4.02 6.389 6.67a4.082 4.082 0 0 0 .213 8.16h10.2a4.665 4.665 0 0 0 .47-9.308A5.68 5.68 0 0 0 11.995 2"/>
|
|
4
|
+
<path fill="black" d="M21.467 10.164a4.666 4.666 0 0 0-4.194-4.642A5.68 5.68 0 0 0 11.993 2C9.176 2 6.839 4.02 6.39 6.67a4.082 4.082 0 0 0 .213 8.16v-1.5a2.582 2.582 0 0 1-.136-5.161l1.201-.062.2-1.186C8.195 4.996 9.905 3.5 11.995 3.5a4.185 4.185 0 0 1 3.89 2.586l.34.839.9.09a3.166 3.166 0 0 1-.322 6.314v1.5a4.665 4.665 0 0 0 4.665-4.665M6.602 13.33v1.5h10.2v-1.5z"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="none">
|
|
2
|
+
<path fill="#12A9FF" d="M11.763 22.344a.85.85 0 0 1 1.66.366l-.987 4.473a.85.85 0 0 1-1.66-.366zm10.65 0a.85.85 0 0 1 1.661.366l-.986 4.473a.85.85 0 0 1-1.66-.366zM7.507 19.631a.85.85 0 0 1 1.674.258.9.9 0 0 1-.015.267l-.986 4.472a.85.85 0 0 1-1.676-.258 1 1 0 0 1 .015-.265zm10.651 0a.85.85 0 0 1 1.675.258.9.9 0 0 1-.015.267l-.987 4.472a.85.85 0 0 1-1.677-.262 1 1 0 0 1 .017-.261z"/>
|
|
3
|
+
<path fill="#B0B9C1" d="M15.76 2c-3.5 0-6.402 2.55-6.957 5.893a5.145 5.145 0 0 0 .343 10.277H21.64a5.88 5.88 0 0 0 .676-11.72A7.06 7.06 0 0 0 15.761 2"/>
|
|
4
|
+
<path fill="black" d="M16.362 9.323c1.917-.408 3.795-.027 4.961.453l-.646 1.573c-.92-.38-2.448-.686-3.961-.364-1.466.313-2.964 1.22-3.943 3.367l-1.546-.704c1.213-2.665 3.17-3.906 5.135-4.325"/>
|
|
5
|
+
<path fill="black" d="M15.76 2a7.06 7.06 0 0 1 6.557 4.45 5.88 5.88 0 0 1-.676 11.72H9.146a5.145 5.145 0 0 1-.343-10.277A7.056 7.056 0 0 1 15.76 2m0 1.7a5.356 5.356 0 0 0-5.28 4.47l-.221 1.33-1.345.089a3.445 3.445 0 0 0-3.21 3.266l-.004.17a3.445 3.445 0 0 0 3.446 3.445H21.64a4.18 4.18 0 0 0 .483-8.332l-1.01-.116-.376-.944a5.36 5.36 0 0 0-4.767-3.374z"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none">
|
|
2
|
+
<path fill="black" d="M6 .938a2.82 2.82 0 0 0-2.774 2.369 2.065 2.065 0 0 0 .153 4.126h4.946a2.362 2.362 0 0 0 .29-4.706A2.81 2.81 0 0 0 6 .937M4.181 8.156a.47.47 0 0 1 .356.56l-.33 1.476a.469.469 0 0 1-.915-.205l.33-1.476a.47.47 0 0 1 .56-.355m4.098 0a.47.47 0 0 1 .355.56l-.329 1.476a.469.469 0 0 1-.915-.205l.33-1.476a.47.47 0 0 1 .559-.355M6.03 9.292a.47.47 0 0 1 .355.56l-.329 1.476a.469.469 0 0 1-.915-.204l.33-1.476a.47.47 0 0 1 .559-.356"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none">
|
|
2
|
+
<path fill="black" d="M8 1.25c-1.862 0-3.405 1.367-3.698 3.16a2.753 2.753 0 0 0 .204 5.5H11.1a3.15 3.15 0 0 0 .385-6.274A3.75 3.75 0 0 0 8 1.25m-2.425 9.624c.337.075.549.41.474.746l-.439 1.97a.625.625 0 0 1-1.22-.273l.44-1.967a.625.625 0 0 1 .745-.475m5.465-.001c.336.075.548.41.473.746l-.438 1.969a.625.625 0 0 1-1.221-.273l.44-1.967a.625.625 0 0 1 .746-.475m-3 1.516a.625.625 0 0 1 .473.746l-.438 1.969a.625.625 0 0 1-1.221-.273l.44-1.968a.626.626 0 0 1 .746-.474"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none">
|
|
2
|
+
<path fill="black" d="M11.993 2C9.175 2 6.837 4.02 6.39 6.67a4.082 4.082 0 0 0 .213 8.16h10.2a4.665 4.665 0 0 0 .47-9.308A5.685 5.685 0 0 0 11.994 2M6.806 15.48a.7.7 0 0 1 .53.835l-.654 2.915a.7.7 0 1 1-1.365-.305l.652-2.916a.7.7 0 0 1 .837-.53m3.151 1.838a.7.7 0 0 1 .53.836l-.654 2.915a.7.7 0 1 1-1.365-.305l.652-2.916a.7.7 0 0 1 .837-.53m4.5-1.837a.7.7 0 0 1 .53.835l-.654 2.915a.7.7 0 1 1-1.365-.305l.652-2.916a.7.7 0 0 1 .837-.53m3.151 1.838a.7.7 0 0 1 .53.836l-.654 2.915a.7.7 0 1 1-1.365-.305l.652-2.916a.7.7 0 0 1 .837-.53"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="none">
|
|
2
|
+
<path fill="black" d="M16.034 1.83a7.06 7.06 0 0 1 6.557 4.45A5.88 5.88 0 0 1 21.914 18H9.42a5.145 5.145 0 0 1-.343-10.277 7.056 7.056 0 0 1 6.958-5.893m5.29 7.946c-1.166-.48-3.044-.86-4.96-.453-1.966.419-3.923 1.66-5.137 4.325l1.547.704c.979-2.148 2.477-3.055 3.943-3.367 1.513-.322 3.04-.015 3.96.364zM7.507 19.631A.85.85 0 1 1 9.166 20l-.987 4.472a.85.85 0 0 1-1.66-.366zm4.257 2.712a.85.85 0 1 1 1.66.368l-.987 4.472a.85.85 0 0 1-1.66-.366zm6.394-2.712a.85.85 0 1 1 1.66.368l-.987 4.472a.85.85 0 0 1-1.66-.366zm4.258 2.712a.85.85 0 1 1 1.659.368l-.986 4.472a.85.85 0 0 1-1.66-.366z"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none">
|
|
2
|
+
<path fill="#0059DE" d="M6.03 9.292a.47.47 0 0 1 .355.56l-.33 1.476a.469.469 0 0 1-.914-.204l.329-1.476a.47.47 0 0 1 .56-.356M4.18 8.156a.47.47 0 0 1 .356.56l-.33 1.476a.469.469 0 0 1-.915-.205l.33-1.476a.47.47 0 0 1 .56-.355m4.098 0a.47.47 0 0 1 .356.56l-.33 1.476a.469.469 0 0 1-.914-.205l.329-1.476a.47.47 0 0 1 .56-.355"/>
|
|
3
|
+
<path fill="#B0B9C1" d="M6 .938a2.82 2.82 0 0 0-2.774 2.369 2.065 2.065 0 0 0 .153 4.126h4.946a2.362 2.362 0 0 0 .29-4.706A2.81 2.81 0 0 0 6 .937"/>
|
|
4
|
+
<path fill="black" d="M8.325 6.495v.938H3.38v-.938zM9.75 5.071c0-.727-.545-1.327-1.249-1.413l-.554-.068-.205-.52A1.88 1.88 0 0 0 6 1.875c-.924 0-1.7.68-1.849 1.584l-.119.729-.738.054a1.127 1.127 0 0 0 .085 2.253v.938a2.065 2.065 0 0 1-.153-4.126A2.82 2.82 0 0 1 6 .937c1.187 0 2.202.742 2.615 1.79a2.362 2.362 0 0 1-.29 4.706v-.938c.787 0 1.425-.638 1.425-1.424"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none">
|
|
2
|
+
<path fill="#0059DE" d="M8.04 12.39a.626.626 0 0 1 .474.746l-.44 1.969a.625.625 0 0 1-1.22-.273l.439-1.968a.626.626 0 0 1 .746-.474m-2.465-1.516c.337.075.549.41.474.746l-.438 1.97a.625.625 0 0 1-1.22-.273l.44-1.967a.625.625 0 0 1 .745-.475m5.464 0c.337.075.55.41.475.746l-.44 1.969a.625.625 0 0 1-1.22-.273l.439-1.967a.626.626 0 0 1 .746-.475"/>
|
|
3
|
+
<path fill="#B0B9C1" d="M8 1.25c-1.862 0-3.405 1.367-3.698 3.16a2.753 2.753 0 0 0 .204 5.5H11.1a3.15 3.15 0 0 0 .385-6.274A3.75 3.75 0 0 0 8 1.25"/>
|
|
4
|
+
<path fill="black" d="M11.1 8.66v1.25H4.507V8.66zm1.9-1.9c0-.968-.727-1.768-1.665-1.883l-.74-.09-.272-.693A2.5 2.5 0 0 0 8 2.5a2.51 2.51 0 0 0-2.465 2.111l-.159.973-.983.072a1.503 1.503 0 0 0 .113 3.004v1.25a2.753 2.753 0 0 1-.204-5.501C4.595 2.617 6.138 1.25 8 1.25a3.75 3.75 0 0 1 3.486 2.386 3.15 3.15 0 0 1-.385 6.274V8.66A1.9 1.9 0 0 0 13 6.76"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none">
|
|
2
|
+
<path fill="#0059DE" d="M9.957 17.317a.7.7 0 0 1 .53.836l-.653 2.916a.7.7 0 0 1-1.366-.306l.653-2.916a.7.7 0 0 1 .836-.53m7.651 0a.7.7 0 0 1 .53.836l-.653 2.916a.7.7 0 0 1-1.366-.306l.653-2.916a.7.7 0 0 1 .836-.53M6.807 15.48a.7.7 0 0 1 .529.836l-.654 2.915a.7.7 0 1 1-1.365-.305l.653-2.916a.7.7 0 0 1 .837-.53m7.65 0a.7.7 0 0 1 .53.836l-.653 2.915a.7.7 0 0 1-1.366-.305l.653-2.916a.7.7 0 0 1 .836-.53"/>
|
|
3
|
+
<path fill="#B0B9C1" d="M11.994 2C9.175 2 6.838 4.02 6.389 6.67a4.082 4.082 0 0 0 .213 8.16h10.2a4.665 4.665 0 0 0 .47-9.308A5.68 5.68 0 0 0 11.995 2"/>
|
|
4
|
+
<path fill="black" d="M21.467 10.164a4.666 4.666 0 0 0-4.194-4.642A5.68 5.68 0 0 0 11.993 2C9.176 2 6.839 4.02 6.39 6.67a4.082 4.082 0 0 0 .213 8.16v-1.5a2.582 2.582 0 0 1-.136-5.161l1.201-.062.2-1.186C8.195 4.996 9.905 3.5 11.995 3.5a4.185 4.185 0 0 1 3.89 2.586l.34.839.9.09a3.166 3.166 0 0 1-.322 6.314v1.5a4.665 4.665 0 0 0 4.665-4.665M6.602 13.33v1.5h10.2v-1.5z"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="none">
|
|
2
|
+
<path fill="#0059DE" d="M11.763 22.344a.85.85 0 0 1 1.66.366l-.987 4.473a.85.85 0 0 1-1.66-.366zm10.65 0a.85.85 0 0 1 1.661.366l-.986 4.473a.85.85 0 0 1-1.66-.366zM7.507 19.631a.85.85 0 0 1 1.674.258.9.9 0 0 1-.015.267l-.986 4.472a.85.85 0 0 1-1.676-.258 1 1 0 0 1 .015-.265zm10.651 0a.85.85 0 0 1 1.675.258.9.9 0 0 1-.015.267l-.987 4.472a.85.85 0 0 1-1.677-.262 1 1 0 0 1 .017-.261z"/>
|
|
3
|
+
<path fill="#B0B9C1" d="M15.76 2c-3.5 0-6.402 2.55-6.957 5.893a5.145 5.145 0 0 0 .343 10.277H21.64a5.88 5.88 0 0 0 .676-11.72A7.06 7.06 0 0 0 15.761 2"/>
|
|
4
|
+
<path fill="black" d="M16.362 9.323c1.917-.408 3.795-.027 4.961.453l-.646 1.573c-.92-.38-2.448-.686-3.961-.364-1.466.313-2.964 1.22-3.943 3.367l-1.546-.704c1.213-2.665 3.17-3.906 5.135-4.325"/>
|
|
5
|
+
<path fill="black" d="M15.76 2a7.06 7.06 0 0 1 6.557 4.45 5.88 5.88 0 0 1-.676 11.72H9.146a5.145 5.145 0 0 1-.343-10.277A7.056 7.056 0 0 1 15.76 2m0 1.7a5.356 5.356 0 0 0-5.28 4.47l-.221 1.33-1.345.089a3.445 3.445 0 0 0-3.21 3.266l-.004.17a3.445 3.445 0 0 0 3.446 3.445H21.64a4.18 4.18 0 0 0 .483-8.332l-1.01-.116-.376-.944a5.36 5.36 0 0 0-4.767-3.374z"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none">
|
|
2
|
+
<path fill="black" d="M4.181 8.156a.47.47 0 0 1 .356.56l-.33 1.476a.469.469 0 0 1-.915-.205l.33-1.476a.47.47 0 0 1 .56-.355m4.098 0a.47.47 0 0 1 .355.56l-.329 1.476a.469.469 0 0 1-.915-.205l.33-1.476a.47.47 0 0 1 .559-.355M6.03 9.292a.47.47 0 0 1 .355.56l-.329 1.476a.469.469 0 0 1-.915-.204l.33-1.476a.47.47 0 0 1 .559-.356m4.658-4.222a2.36 2.36 0 0 0-2.073-2.343A2.81 2.81 0 0 0 6 .937a2.82 2.82 0 0 0-2.774 2.37 2.065 2.065 0 0 0 .153 4.126v-.938a1.127 1.127 0 0 1-.085-2.253l.738-.054.12-.73a1.884 1.884 0 0 1 1.677-1.575L6 1.875c.785 0 1.465.49 1.742 1.195l.205.52.554.068a1.424 1.424 0 0 1-.176 2.837v.938a2.36 2.36 0 0 0 2.363-2.362M3.379 6.496v.938h4.946v-.938z"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none">
|
|
2
|
+
<path fill="black" d="M5.575 10.874c.337.075.549.41.474.746l-.439 1.97a.625.625 0 0 1-1.22-.273l.44-1.967a.625.625 0 0 1 .745-.475m5.465-.001c.336.075.548.41.473.746l-.438 1.969a.625.625 0 0 1-1.221-.273l.44-1.967a.625.625 0 0 1 .746-.475m-3 1.516a.625.625 0 0 1 .473.746l-.438 1.969a.625.625 0 0 1-1.221-.273l.44-1.968a.626.626 0 0 1 .746-.474m6.21-5.63a3.15 3.15 0 0 0-2.764-3.124A3.75 3.75 0 0 0 8 1.25c-1.862 0-3.405 1.367-3.698 3.16a2.753 2.753 0 0 0 .204 5.5V8.66a1.503 1.503 0 0 1-.113-3.004l.983-.072.16-.973a2.51 2.51 0 0 1 2.235-2.1L8 2.5a2.5 2.5 0 0 1 2.323 1.594l.273.692.739.091a1.899 1.899 0 0 1-.234 3.783v1.25a3.15 3.15 0 0 0 3.149-3.15m-9.744 1.9v1.25H11.1V8.66z"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none">
|
|
2
|
+
<path fill="black" d="M6.806 15.48a.7.7 0 0 1 .53.835l-.654 2.915a.7.7 0 1 1-1.365-.305l.652-2.916a.7.7 0 0 1 .837-.53m3.151 1.838a.7.7 0 0 1 .53.836l-.654 2.915a.7.7 0 1 1-1.365-.305l.652-2.916a.7.7 0 0 1 .837-.53m4.5-1.837a.7.7 0 0 1 .53.835l-.654 2.915a.7.7 0 1 1-1.365-.305l.652-2.916a.7.7 0 0 1 .837-.53m3.151 1.838a.7.7 0 0 1 .53.836l-.654 2.915a.7.7 0 1 1-1.365-.305l.652-2.916a.7.7 0 0 1 .837-.53m3.859-7.153a4.666 4.666 0 0 0-4.194-4.642A5.685 5.685 0 0 0 11.993 2C9.175 2 6.837 4.02 6.39 6.67a4.082 4.082 0 0 0 .213 8.16v-1.5a2.582 2.582 0 0 1-.136-5.161l1.201-.062.2-1.186C8.193 4.996 9.903 3.5 11.993 3.5a4.185 4.185 0 0 1 3.89 2.586l.34.839.9.09a3.166 3.166 0 0 1-.321 6.314v1.5a4.665 4.665 0 0 0 4.665-4.665M6.602 13.33v1.5h10.2v-1.5z"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="none">
|
|
2
|
+
<path fill="black" d="M11.761 22.343a.85.85 0 0 1 1.66.367l-.987 4.473a.85.85 0 0 1-1.66-.366zm10.653 0a.85.85 0 0 1 1.659.367l-.986 4.473a.85.85 0 0 1-1.66-.366zm-14.91-2.712A.85.85 0 0 1 9.163 20l-.987 4.472a.85.85 0 0 1-1.66-.366zm10.652 0a.85.85 0 0 1 1.66.368l-.987 4.472a.85.85 0 0 1-1.66-.366zm9.636-7.511a5.88 5.88 0 0 0-5.203-5.84A7.056 7.056 0 0 0 9.074 7.722 5.145 5.145 0 0 0 9.417 18v-1.7a3.446 3.446 0 0 1-3.441-3.268l-.004-.177A3.445 3.445 0 0 1 9.186 9.42l1.344-.089.221-1.329A5.356 5.356 0 0 1 21.01 6.908l.375.945 1.01.115a4.18 4.18 0 0 1-.483 8.332V18a5.88 5.88 0 0 0 5.88-5.88M9.417 16.3V18h12.495v-1.7z"/>
|
|
3
|
+
<path fill="black" d="M11.226 13.648c1.213-2.665 3.17-3.906 5.135-4.325 1.917-.408 3.795-.027 4.961.454l-.646 1.572c-.92-.38-2.448-.686-3.961-.364-1.466.313-2.964 1.22-3.942 3.368z"/>
|
|
4
|
+
</svg>
|
package/assets/Eye-fill-12.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none">
|
|
2
|
-
<path fill="black" d="M6
|
|
2
|
+
<path fill="black" d="M6 2.25c2.761 0 5 1.679 5 3.75S8.761 9.75 6 9.75 1 8.071 1 6s2.239-3.75 5-3.75m0 1.875c-.69 0-1.25.84-1.25 1.875S5.31 7.875 6 7.875 7.25 7.035 7.25 6 6.69 4.125 6 4.125"/>
|
|
3
3
|
</svg>
|
package/assets/Eye-fill-16.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none">
|
|
2
|
-
<path fill="black" d="M8
|
|
2
|
+
<path fill="black" d="M8 2.75c3.866 0 7 2.35 7 5.25s-3.134 5.25-7 5.25S1 10.9 1 8s3.134-5.25 7-5.25m0 2.625C7.034 5.375 6.25 6.55 6.25 8s.784 2.625 1.75 2.625S9.75 9.45 9.75 8 8.966 5.375 8 5.375"/>
|
|
3
3
|
</svg>
|
package/assets/Eye-fill-24.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none">
|
|
2
|
-
<path fill="black" d="M12
|
|
2
|
+
<path fill="black" d="M12 4.728c5.523 0 10 3.256 10 7.272 0 4.017-4.477 7.272-10 7.273S2 16.017 2 12s4.477-7.272 10-7.272m0 3.636c-1.506 0-2.727 1.628-2.728 3.636 0 2.008 1.222 3.637 2.728 3.637s2.727-1.629 2.727-3.637S13.507 8.364 12 8.364"/>
|
|
3
3
|
</svg>
|
package/assets/Eye-fill-32.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="none">
|
|
2
|
-
<path fill="black" d="
|
|
2
|
+
<path fill="black" d="M16 6c7.732 0 14 4.597 14 10.267s-6.268 10.266-14 10.266S2 21.937 2 16.267 8.268 6 16 6m0 5.134c-2.062 0-3.733 2.298-3.733 5.133S13.938 21.4 16 21.4s3.733-2.298 3.733-5.133-1.671-5.133-3.733-5.133"/>
|
|
3
3
|
</svg>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none">
|
|
2
|
-
<path fill="black" d="M6
|
|
3
|
-
<path fill="black" d="
|
|
2
|
+
<path fill="black" d="M6 4.125c.69 0 1.25.84 1.25 1.875S6.69 7.875 6 7.875 4.75 7.035 4.75 6 5.31 4.125 6 4.125"/>
|
|
3
|
+
<path fill="black" d="M6 2.25c2.761 0 5 1.679 5 3.75S8.761 9.75 6 9.75 1 8.071 1 6s2.239-3.75 5-3.75m0 1.063c-1.173 0-2.195.357-2.898.885S2.062 5.374 2.062 6s.336 1.274 1.04 1.802c.703.528 1.725.886 2.898.886s2.195-.358 2.898-.886S9.938 6.626 9.938 6s-.336-1.274-1.04-1.802C8.195 3.67 7.173 3.312 6 3.312"/>
|
|
4
4
|
</svg>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none">
|
|
2
|
-
<path fill="black" d="M8
|
|
3
|
-
<path fill="black" d="
|
|
2
|
+
<path fill="black" d="M8 5.375c.966 0 1.75 1.175 1.75 2.625S8.966 10.625 8 10.625 6.25 9.45 6.25 8 7.034 5.375 8 5.375"/>
|
|
3
|
+
<path fill="black" d="M8 2.75c3.866 0 7 2.35 7 5.25s-3.134 5.25-7 5.25S1 10.9 1 8s3.134-5.25 7-5.25m0 1.7c-1.6 0-2.984.489-3.93 1.197C3.126 6.356 2.7 7.205 2.7 8s.426 1.644 1.37 2.352c.946.71 2.33 1.198 3.93 1.198s2.984-.489 3.93-1.198C12.874 9.644 13.3 8.795 13.3 8s-.426-1.644-1.37-2.353C10.984 4.94 9.6 4.45 8 4.45"/>
|
|
4
4
|
</svg>
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none">
|
|
2
|
-
<path fill="black" d="
|
|
2
|
+
<path fill="black" d="M12 8.364c1.506 0 2.727 1.628 2.727 3.636s-1.22 3.637-2.727 3.637S9.272 14.008 9.272 12 10.494 8.364 12 8.364"/>
|
|
3
|
+
<path fill="black" d="M12.515 4.737C17.798 4.932 22 8.11 22 12l-.013.374c-.267 3.843-4.637 6.898-9.987 6.899l-.515-.01C6.202 19.07 2 15.892 2 12c0-4.016 4.477-7.272 10-7.272zM12 6.527c-2.422 0-4.543.717-6.013 1.786C4.516 9.383 3.8 10.71 3.8 12s.715 2.617 2.187 3.688c1.47 1.069 3.59 1.785 6.013 1.785s4.543-.716 6.013-1.785C19.485 14.617 20.2 13.29 20.2 12s-.716-2.616-2.187-3.687c-1.47-1.069-3.59-1.786-6.013-1.786"/>
|
|
3
4
|
</svg>
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="none">
|
|
2
|
-
<path fill="black" d="
|
|
2
|
+
<path fill="black" d="M16 10.867c2.062 0 3.733 2.298 3.733 5.133S18.062 21.134 16 21.134 12.267 18.835 12.267 16s1.671-5.133 3.733-5.133"/>
|
|
3
|
+
<path fill="black" d="M16 5.733c7.732 0 14 4.597 14 10.267s-6.268 10.267-14 10.267S2 21.67 2 16 8.268 5.733 16 5.733m0 2.3c-3.428 0-6.44 1.022-8.54 2.562S4.3 14.074 4.3 16s1.06 3.865 3.16 5.405 5.112 2.562 8.54 2.562 6.44-1.022 8.54-2.562S27.7 17.926 27.7 16s-1.06-3.865-3.16-5.405S19.427 8.033 16 8.033"/>
|
|
3
4
|
</svg>
|
|
@@ -1,5 +1,3 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none">
|
|
2
|
-
<
|
|
3
|
-
<path fill="black" d="M5.25.75a4.5 4.5 0 0 0-1.5 8.744v1.756c.524-.388 1.358-1.007 2.016-1.5h.984a4.5 4.5 0 0 0 0-9z"/>
|
|
4
|
-
</g>
|
|
2
|
+
<path fill="black" d="M6.714 1a4.286 4.286 0 0 1 0 8.571h-.937c-.626.47-1.42 1.06-1.92 1.429V9.327A4.287 4.287 0 0 1 5.287 1z"/>
|
|
5
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none">
|
|
2
|
-
<path fill="black" d="
|
|
2
|
+
<path fill="black" d="M9 1a6 6 0 0 1 0 12H7.688c-.877.657-1.989 1.483-2.688 2v-2.342A6.002 6.002 0 0 1 7 1z"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none">
|
|
2
|
-
<path fill="black" d="
|
|
2
|
+
<path fill="black" d="M13.5 2c4.694 0 8.5 3.756 8.5 8.39 0 4.633-3.806 8.39-8.5 8.39h-2.403c-1.31 1.104-2.954 2.464-3.992 3.22v-3.917C4.101 16.79 2 13.832 2 10.39 2 5.756 5.806 2 10.5 2z"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="none">
|
|
2
|
-
<path fill="black" d="
|
|
2
|
+
<path fill="black" d="M18.5 2C24.851 2 30 7.149 30 13.5S24.851 25 18.5 25h-2.56l-.915.648C13.056 27.038 10.567 28.797 9 30v-5.914C4.885 22.335 2 18.254 2 13.5 2 7.149 7.149 2 13.5 2zM9 17.1h8v-2.2H9zm0-5h14V9.9H9z"/>
|
|
3
3
|
</svg>
|
|
@@ -1,5 +1,3 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none">
|
|
2
|
-
<
|
|
3
|
-
<path fill="black" d="M5.25 1.95a3.3 3.3 0 1 0 0 6.6h1.5a3.3 3.3 0 1 0 0-6.6zm-4.5 3.3a4.5 4.5 0 0 1 4.5-4.5h1.5a4.5 4.5 0 0 1 0 9h-.984c-.658.493-1.492 1.112-2.016 1.5V9.494a4.5 4.5 0 0 1-3-4.244"/>
|
|
4
|
-
</g>
|
|
2
|
+
<path fill="black" d="M6.714 1a4.286 4.286 0 0 1 0 8.571h-.937c-.626.47-1.42 1.06-1.92 1.429V9.327A4.287 4.287 0 0 1 5.287 1zM5.286 2.143a3.144 3.144 0 0 0 0 6.286h1.428a3.144 3.144 0 0 0 0-6.286z"/>
|
|
5
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none">
|
|
2
|
-
<path fill="black" d="
|
|
2
|
+
<path fill="black" d="M9 1a6 6 0 0 1 0 12H7.688c-.877.657-1.989 1.483-2.688 2v-2.342A6.002 6.002 0 0 1 7 1zM7 2.6a4.4 4.4 0 0 0 0 8.8h2a4.4 4.4 0 0 0 0-8.8z"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none">
|
|
2
|
-
<path fill="black" d="
|
|
2
|
+
<path fill="black" d="M13.5 2c4.694 0 8.5 3.756 8.5 8.39 0 4.633-3.806 8.39-8.5 8.39h-2.403c-1.31 1.104-2.954 2.464-3.992 3.22v-3.917C4.101 16.79 2 13.832 2 10.39 2 5.756 5.806 2 10.5 2zm-3 1.87c-3.648 0-6.605 2.919-6.605 6.52s2.957 6.52 6.605 6.52h3c3.648 0 6.605-2.92 6.605-6.52 0-3.601-2.957-6.52-6.605-6.52z"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="none">
|
|
2
|
-
<path fill="black" d="
|
|
2
|
+
<path fill="black" d="M17 17.1H9v-2.2h8zm6-7.2v2.2H9V9.9z"/>
|
|
3
|
+
<path fill="black" d="M18.5 2C24.851 2 30 7.149 30 13.5S24.851 25 18.5 25h-2.56l-.915.648C13.056 27.038 10.567 28.797 9 30v-5.914C4.885 22.335 2 18.254 2 13.5 2 7.149 7.149 2 13.5 2zm-5 2.2a9.3 9.3 0 0 0-9.3 9.3 9.3 9.3 0 0 0 9.3 9.3h5a9.3 9.3 0 0 0 9.3-9.3 9.3 9.3 0 0 0-9.3-9.3z"/>
|
|
3
4
|
</svg>
|
package/dist/fixtures.cjs
CHANGED
|
@@ -216,6 +216,7 @@ const iconNames = [
|
|
|
216
216
|
"DraftDocument",
|
|
217
217
|
"DragVertical",
|
|
218
218
|
"Dreary",
|
|
219
|
+
"Drizzle",
|
|
219
220
|
"Dusk",
|
|
220
221
|
"Easel",
|
|
221
222
|
"Eclipse",
|
|
@@ -859,6 +860,7 @@ const iconNamesToNodeIdMap = {
|
|
|
859
860
|
DraftDocument: "5977-12323",
|
|
860
861
|
DragVertical: "11564-10254",
|
|
861
862
|
Dreary: "19601-13180",
|
|
863
|
+
Drizzle: "31542-16418",
|
|
862
864
|
Dusk: "5977-25046",
|
|
863
865
|
Easel: "5977-12284",
|
|
864
866
|
Eclipse: "5977-25219",
|
package/dist/fixtures.d.cts
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* in the icons package.
|
|
8
8
|
*/
|
|
9
9
|
/** List of all icon names. */
|
|
10
|
-
declare const iconNames: readonly ["A11Y", "Accessible", "AccountRecover", "AccountRefresh", "AccountSwitchAlt", "AccountSwitcher", "AcousticGuitar", "Add", "AddBell", "AddCalendar", "AddCheckCircle", "AddCircle", "AddContactCard", "AddDocument", "AddFace", "AddFolder", "AddPaperPlane", "AddPeople", "AddQuestion", "AddSearch", "AddSquare", "AffiliateLink", "AirQuality", "Airplane", "AirplaneLanding", "AirplaneTakeOff", "AngledSquareOnSquare", "AnyFile", "AppSwitcher", "AquariusAstrology", "Archive", "AriesAstrology", "ArrowDown", "ArrowDownCircle", "ArrowLeft", "ArrowLineDown", "ArrowLineUp", "ArrowRight", "ArrowUp", "Article", "ArtisticGymnastics", "Ascender", "AudioFile", "Authenticator", "AutoDownload", "AutoSaveOffline", "AutoSaveSync", "AutoSaveUpload", "AutoSaveUploadFail", "AutoSaved", "BabyBottle", "BackTimeTen", "Badge", "Balance", "BallInWater", "Barometer", "BaseBallBat", "Baseball", "Basketball", "BasketballHoop", "BeachUmbrella", "Bed", "Bell", "Below", "BigDownArrow", "BigLeftArrow", "BigRightArrow", "BigRightStraightArrow", "BigUpArrow", "Bike", "Bingo", "Binoculars", "BlackJack", "Bold", "Bolt", "Bookmark", "BottomLine", "BowAndArrow", "BoxCircle", "BoxFront", "BoxOnBox", "BoxingGlove", "Browser", "BubbleZone", "Building", "BulletPointContainer", "BulletPoints", "Bullseye", "BusFront", "BusinessBag", "Cake", "Calendar", "CalendarClock", "CalendarConfirm", "CalendarFile", "CalendarICSFile", "CalendarRightArrow", "Camera", "CancerAstrology", "Canoe", "CapriconAstrology", "Car", "CardsCheck", "Cash", "CelebrityStar", "CenterAlignment", "ChatAi", "Check", "CheckBookmark", "CheckBox", "CheckCircle", "CheckDocuments", "CheckEnvelope", "CheckPeople", "CheckSpeechBubble", "CheckVoteBallot", "Checklist", "ChevronDown", "ChevronLeft", "ChevronLeftPeople", "ChevronRight", "ChevronRightPeople", "ChevronUp", "Circle", "ClearText", "Clipboard", "Clock", "Clone", "ClosedCaption", "Cloud", "CloudDay", "CloudNight", "Cocktails", "Coffee", "CoffeeTakeout", "Cog", "Coin", "Cold", "CollapseColumn", "Command", "Compass", "ComputerChip", "Connection", "ConnectionScreen", "ContactBook", "ContactCard", "Convert", "ConvertAlt", "ConvertLeft", "ConvertRight", "Cookies", "Coupon", "CreditCard", "CreditCardPayment", "CrescentMoon", "Cricket", "Cross", "CrossCircle", "CrossEnvelope", "CrossPeople", "CrossShield", "Crossword", "Cvc", "Cycling", "DOCFile", "DailyFantasy", "DaisyFlower", "Dandelion", "DataBook", "DataCloud", "DataSilo", "DataStorage", "Debug", "DeleteTab", "DeliveryPackage", "Dense", "DenyCircle", "Descender", "Desktop", "DiagonalKey", "DiagonalLeftDown", "DiagonalLeftUp", "DiagonalRightDown", "DiagonalRightUp", "Diamond", "Dice", "Dining", "Direction", "DiscoBall", "Document", "DocumentImageRectangle", "DocumentImageSquare", "DocumentRectangle", "DollarCircleArrows", "DotEnvelope", "DotTwoRings", "DoubleBigLeftArrow", "DoubleChevronLeft", "DoubleChevronRight", "DownCurveArrow", "Download", "DownloadCircle", "DownloadComplete", "DownloadInProgressCircle", "DraftDocument", "DragVertical", "Dreary", "Dusk", "Easel", "Eclipse", "Edit", "EmailVerification", "Emails", "Embed", "EntertainmentTv", "Envelope", "Error", "ExpandArrowLeft", "ExpandArrowRight", "ExpandColumn", "Eye", "EyeSearch", "EyeShut", "FaceID", "FallLeaf", "Family", "FastForward", "FencingEpee", "FilmReel", "FilmRoll", "FingerPointLeftArrow", "FingerPointRightArrow", "FingerPointSelect", "FingerPrint", "Fire", "FirstAidKit", "FirstQuarter", "FiveCircles", "Flag", "FlameTorch", "Fog", "FogDay", "FogNight", "Folder", "Font", "FoodDelivery", "Football", "FootballHelmet", "ForestTree", "FourBoxes", "FourCorners", "FourCornersMagnifyingGlass", "FourCornersMusicNote", "FourLinesSpread", "FourThreeRatio", "FullMoon", "GIF", "GeminiAstrology", "GiftBox", "GolfTee", "GraduationHat", "Graph", "Grass", "Gymnastics", "HalfStar", "HalfSun", "HappyFace", "HazeDay", "HazeNight", "Heading2", "Heading3", "Headline1", "HeadlineDocumentSquare", "Headphone", "HeadphonesMic", "Heart", "HeartArrow", "HeartPulse", "HeartSquare", "HeavyRain", "HeavyRainDay", "HeavyRainLightning", "HeavyRainLightningDay", "HeavyRainLightningNight", "HeavyRainNight", "Help", "Highlighter", "History", "HockeyWithPuck", "Home", "HorseHeadBridle", "Hot", "HotTub", "Hurricane", "Ice", "Id", "Image", "ImageFile", "ImageGallery", "Inbox", "InboxDownArrow", "InboxUpArrow", "IndentRight", "Infinity", "Info", "InstitutionalWesternBank", "IntermittentCloudsNight", "IntermittentCloudsSunny", "Italics", "JoyfulFace", "JudoUniform", "Keyboard", "KeylineShapes", "Kick", "KnightChessPiece", "Laptop", "LaptopWithPhone", "Laurel", "LaurelLeft", "LaurelRight", "LayoutBottom", "LayoutDefault", "LayoutFourColumn", "LayoutGrid", "LayoutPerfectGrid", "LayoutRight", "LayoutThreeColumn", "LayoutThreeRows", "LayoutTwoColumn", "LeftAlign", "LeftCurveArrow", "LeftPageArrow", "LeoAstrology", "Letter", "LetterColor", "LetterSize", "LibraAstrology", "LifeRing", "Lightbulb", "Lightning", "LightningDay", "LightningNight", "Link", "LiquidDrop", "Live", "Livestream", "Location", "LocationCircle", "LocationMap", "Lock", "LogIn", "LogOut", "Lollipop", "LoveEnvelope", "LoyaltyCard", "MagicWand", "MagnifyingGlass", "Mahjong", "MakeupBeauty", "Mannequin", "Medal", "MedicineBottle", "MedicinePill", "Megaphone", "Microphone", "Microscope", "Minus", "MinusBox", "MinusCircle", "MinusPeople", "MinusSearch", "MmaGlove", "MmaRing", "MobileNumber", "MobilePhone", "More", "MoreVertical", "MostlyCloudyNight", "NeutralFace", "NewMoon", "Newsletter", "Night", "NineSixteenRatio", "NoBell", "NoBookmark", "NoConnectionScreen", "NoEye", "NoHeart", "NoImage", "NoPeople", "NoShield", "NoSmoking", "NoSquare", "NoStar", "NoVideoCamera", "NoWifi", "NotificationBell", "Null", "NumberedList", "OnTop", "OneOneRatio", "OpenBook", "OpenBox", "OpenEnvelope", "OrderedList", "OutdentLeft", "PDF", "PPT", "PaperPlane", "PaperPlaneDiagonal", "Paperclip", "Paragraph", "ParagraphLeftIdent", "ParagraphRightIdent", "Parking", "ParkingSquare", "PartlyCloudyNight", "PartlyFlurries", "PartlyNightFlurries", "PartlySunny", "PassKey", "Password", "Pause", "Payments", "Payphone", "PayphoneFace", "Pencil", "PencilLines", "People", "Person", "PersonClimbing", "PersonShield", "Pets", "Phone", "PieChart", "Pin", "PingPong", "PiscesAstrology", "PlainText", "Play", "PlayCircle", "Pollen", "Pool", "PowerSwitch", "Preferences", "PreferencesAlt", "Printer", "Priority", "Profile", "Progress", "ProgressWithCheck", "Pulse", "PuzzlePiece", "QrCode", "QuestionBubble", "QuoteCircle", "QuoteSquare", "RAW", "RTF", "RTFOff", "RacingFlag", "Radar", "RadioCircle", "Rain", "RainDay", "RainNight", "Receipt", "ReceiptCheck", "ReceiptLong", "Receipts", "RedoPencil", "Refresh", "Restaurant", "RetailTag", "RightAlign", "RightCurveArrow", "RightPageArrow", "RobotHead", "Running", "SadFace", "SadderFace", "SagittariusAstrology", "SailBoat", "Satellite", "ScaleDown", "ScanQrCode", "Scissors", "ScorpioAstrology", "SearchConfirm", "SearchEnvelope", "SearchWorldWithLines", "SecurityKey", "SendToSelf", "Server", "SettingsAlt", "SettingsCogPeople", "Shapes", "Share", "Shield", "ShieldCheck", "ShieldSlash", "ShockedFace", "ShoppingBag", "ShoppingBasket", "ShoppingCart", "Shuttlecock", "SixteenNineRatio", "Skateboard", "SkipTimeTen", "Skull", "Sleet", "Slideshow", "SmallSquareInsideBigSquare", "SmartWatch", "SmileFace", "SmileFaceLife", "Sms", "SmsVerificationCode", "Sneaker", "SneakerAlt", "Snippet", "Snow", "SnowDay", "SnowNight", "Snowflake", "Soccer", "Solitaire", "SoundLow", "SoundOff", "SoundOn", "Spa", "Sparkle", "SparkleFootballBall", "SparkleTennisBall", "SpecialCharacter", "SpeechBubble", "SpeechBubbleStar", "SportsBook", "SportsSparkle", "SprinkleDay", "SprinkleNight", "Square", "Stadium", "Star", "StarArticle", "StarMedal", "StarTrophy", "StatePrivacyControls", "StockTrends", "Stopwatch", "Store", "Strikethrough", "Sun", "Sunrise", "Sunset", "SurfboardOnSand", "Swimming", "Sync", "Tab", "Tablet", "TaurusAstrology", "TechnicalRoute", "Television", "TennisBall", "TennisRacketBall", "ThirdQuarter", "ThreeCircles", "ThreeFourRatio", "ThreeLines", "ThreeLinesSpread", "ThreeTwoRatio", "ThumbsDown", "ThumbsUp", "Thumbtack", "ThumbtackDiagonal", "TimePaperPlane", "Tornado", "Trading", "TrafficSignRightTurn", "Trampoline", "Transactions", "Trash", "Tree", "Trending", "TrendingCircle", "Trophy", "TruckRight", "Tshirt", "Tsunami", "Tub", "TwoArrowsDiagonalInwards", "TwoArrowsDiagonalOutwards", "TwoCorners", "TwoHorizontalRectangles", "TwoLinesContainer", "TwoMasks", "TwoRectangles", "TwoSparkles", "TwoSquares", "TwoThirdsColumn", "Umbrella", "Underline", "Unlock", "UnorderedList", "UpCurveArrow", "UpDownChevron", "UpDownShortArrows", "UpFolder", "Upload", "Verification", "VideoCamera", "VideoFile", "VirgoAstrology", "Virus", "Volleyball", "Walking", "Wallet", "WaningCrescent", "WaningGibbous", "Warning", "WaxingCrescent", "WaxingGibbous", "Web", "Weights", "Wifi", "Wind", "WindCloud", "WindCloudDay", "WindCloudNight", "Wine", "WorldWithLines", "Wrench", "WrestlingHeadGear", "WritingAi", "XLSFile", "YEP", "YahooScoutFinance", "YahooScoutFinanceGradient", "YahooScoutIcon", "YahooScoutIconGradient", "ZIP"];
|
|
10
|
+
declare const iconNames: readonly ["A11Y", "Accessible", "AccountRecover", "AccountRefresh", "AccountSwitchAlt", "AccountSwitcher", "AcousticGuitar", "Add", "AddBell", "AddCalendar", "AddCheckCircle", "AddCircle", "AddContactCard", "AddDocument", "AddFace", "AddFolder", "AddPaperPlane", "AddPeople", "AddQuestion", "AddSearch", "AddSquare", "AffiliateLink", "AirQuality", "Airplane", "AirplaneLanding", "AirplaneTakeOff", "AngledSquareOnSquare", "AnyFile", "AppSwitcher", "AquariusAstrology", "Archive", "AriesAstrology", "ArrowDown", "ArrowDownCircle", "ArrowLeft", "ArrowLineDown", "ArrowLineUp", "ArrowRight", "ArrowUp", "Article", "ArtisticGymnastics", "Ascender", "AudioFile", "Authenticator", "AutoDownload", "AutoSaveOffline", "AutoSaveSync", "AutoSaveUpload", "AutoSaveUploadFail", "AutoSaved", "BabyBottle", "BackTimeTen", "Badge", "Balance", "BallInWater", "Barometer", "BaseBallBat", "Baseball", "Basketball", "BasketballHoop", "BeachUmbrella", "Bed", "Bell", "Below", "BigDownArrow", "BigLeftArrow", "BigRightArrow", "BigRightStraightArrow", "BigUpArrow", "Bike", "Bingo", "Binoculars", "BlackJack", "Bold", "Bolt", "Bookmark", "BottomLine", "BowAndArrow", "BoxCircle", "BoxFront", "BoxOnBox", "BoxingGlove", "Browser", "BubbleZone", "Building", "BulletPointContainer", "BulletPoints", "Bullseye", "BusFront", "BusinessBag", "Cake", "Calendar", "CalendarClock", "CalendarConfirm", "CalendarFile", "CalendarICSFile", "CalendarRightArrow", "Camera", "CancerAstrology", "Canoe", "CapriconAstrology", "Car", "CardsCheck", "Cash", "CelebrityStar", "CenterAlignment", "ChatAi", "Check", "CheckBookmark", "CheckBox", "CheckCircle", "CheckDocuments", "CheckEnvelope", "CheckPeople", "CheckSpeechBubble", "CheckVoteBallot", "Checklist", "ChevronDown", "ChevronLeft", "ChevronLeftPeople", "ChevronRight", "ChevronRightPeople", "ChevronUp", "Circle", "ClearText", "Clipboard", "Clock", "Clone", "ClosedCaption", "Cloud", "CloudDay", "CloudNight", "Cocktails", "Coffee", "CoffeeTakeout", "Cog", "Coin", "Cold", "CollapseColumn", "Command", "Compass", "ComputerChip", "Connection", "ConnectionScreen", "ContactBook", "ContactCard", "Convert", "ConvertAlt", "ConvertLeft", "ConvertRight", "Cookies", "Coupon", "CreditCard", "CreditCardPayment", "CrescentMoon", "Cricket", "Cross", "CrossCircle", "CrossEnvelope", "CrossPeople", "CrossShield", "Crossword", "Cvc", "Cycling", "DOCFile", "DailyFantasy", "DaisyFlower", "Dandelion", "DataBook", "DataCloud", "DataSilo", "DataStorage", "Debug", "DeleteTab", "DeliveryPackage", "Dense", "DenyCircle", "Descender", "Desktop", "DiagonalKey", "DiagonalLeftDown", "DiagonalLeftUp", "DiagonalRightDown", "DiagonalRightUp", "Diamond", "Dice", "Dining", "Direction", "DiscoBall", "Document", "DocumentImageRectangle", "DocumentImageSquare", "DocumentRectangle", "DollarCircleArrows", "DotEnvelope", "DotTwoRings", "DoubleBigLeftArrow", "DoubleChevronLeft", "DoubleChevronRight", "DownCurveArrow", "Download", "DownloadCircle", "DownloadComplete", "DownloadInProgressCircle", "DraftDocument", "DragVertical", "Dreary", "Drizzle", "Dusk", "Easel", "Eclipse", "Edit", "EmailVerification", "Emails", "Embed", "EntertainmentTv", "Envelope", "Error", "ExpandArrowLeft", "ExpandArrowRight", "ExpandColumn", "Eye", "EyeSearch", "EyeShut", "FaceID", "FallLeaf", "Family", "FastForward", "FencingEpee", "FilmReel", "FilmRoll", "FingerPointLeftArrow", "FingerPointRightArrow", "FingerPointSelect", "FingerPrint", "Fire", "FirstAidKit", "FirstQuarter", "FiveCircles", "Flag", "FlameTorch", "Fog", "FogDay", "FogNight", "Folder", "Font", "FoodDelivery", "Football", "FootballHelmet", "ForestTree", "FourBoxes", "FourCorners", "FourCornersMagnifyingGlass", "FourCornersMusicNote", "FourLinesSpread", "FourThreeRatio", "FullMoon", "GIF", "GeminiAstrology", "GiftBox", "GolfTee", "GraduationHat", "Graph", "Grass", "Gymnastics", "HalfStar", "HalfSun", "HappyFace", "HazeDay", "HazeNight", "Heading2", "Heading3", "Headline1", "HeadlineDocumentSquare", "Headphone", "HeadphonesMic", "Heart", "HeartArrow", "HeartPulse", "HeartSquare", "HeavyRain", "HeavyRainDay", "HeavyRainLightning", "HeavyRainLightningDay", "HeavyRainLightningNight", "HeavyRainNight", "Help", "Highlighter", "History", "HockeyWithPuck", "Home", "HorseHeadBridle", "Hot", "HotTub", "Hurricane", "Ice", "Id", "Image", "ImageFile", "ImageGallery", "Inbox", "InboxDownArrow", "InboxUpArrow", "IndentRight", "Infinity", "Info", "InstitutionalWesternBank", "IntermittentCloudsNight", "IntermittentCloudsSunny", "Italics", "JoyfulFace", "JudoUniform", "Keyboard", "KeylineShapes", "Kick", "KnightChessPiece", "Laptop", "LaptopWithPhone", "Laurel", "LaurelLeft", "LaurelRight", "LayoutBottom", "LayoutDefault", "LayoutFourColumn", "LayoutGrid", "LayoutPerfectGrid", "LayoutRight", "LayoutThreeColumn", "LayoutThreeRows", "LayoutTwoColumn", "LeftAlign", "LeftCurveArrow", "LeftPageArrow", "LeoAstrology", "Letter", "LetterColor", "LetterSize", "LibraAstrology", "LifeRing", "Lightbulb", "Lightning", "LightningDay", "LightningNight", "Link", "LiquidDrop", "Live", "Livestream", "Location", "LocationCircle", "LocationMap", "Lock", "LogIn", "LogOut", "Lollipop", "LoveEnvelope", "LoyaltyCard", "MagicWand", "MagnifyingGlass", "Mahjong", "MakeupBeauty", "Mannequin", "Medal", "MedicineBottle", "MedicinePill", "Megaphone", "Microphone", "Microscope", "Minus", "MinusBox", "MinusCircle", "MinusPeople", "MinusSearch", "MmaGlove", "MmaRing", "MobileNumber", "MobilePhone", "More", "MoreVertical", "MostlyCloudyNight", "NeutralFace", "NewMoon", "Newsletter", "Night", "NineSixteenRatio", "NoBell", "NoBookmark", "NoConnectionScreen", "NoEye", "NoHeart", "NoImage", "NoPeople", "NoShield", "NoSmoking", "NoSquare", "NoStar", "NoVideoCamera", "NoWifi", "NotificationBell", "Null", "NumberedList", "OnTop", "OneOneRatio", "OpenBook", "OpenBox", "OpenEnvelope", "OrderedList", "OutdentLeft", "PDF", "PPT", "PaperPlane", "PaperPlaneDiagonal", "Paperclip", "Paragraph", "ParagraphLeftIdent", "ParagraphRightIdent", "Parking", "ParkingSquare", "PartlyCloudyNight", "PartlyFlurries", "PartlyNightFlurries", "PartlySunny", "PassKey", "Password", "Pause", "Payments", "Payphone", "PayphoneFace", "Pencil", "PencilLines", "People", "Person", "PersonClimbing", "PersonShield", "Pets", "Phone", "PieChart", "Pin", "PingPong", "PiscesAstrology", "PlainText", "Play", "PlayCircle", "Pollen", "Pool", "PowerSwitch", "Preferences", "PreferencesAlt", "Printer", "Priority", "Profile", "Progress", "ProgressWithCheck", "Pulse", "PuzzlePiece", "QrCode", "QuestionBubble", "QuoteCircle", "QuoteSquare", "RAW", "RTF", "RTFOff", "RacingFlag", "Radar", "RadioCircle", "Rain", "RainDay", "RainNight", "Receipt", "ReceiptCheck", "ReceiptLong", "Receipts", "RedoPencil", "Refresh", "Restaurant", "RetailTag", "RightAlign", "RightCurveArrow", "RightPageArrow", "RobotHead", "Running", "SadFace", "SadderFace", "SagittariusAstrology", "SailBoat", "Satellite", "ScaleDown", "ScanQrCode", "Scissors", "ScorpioAstrology", "SearchConfirm", "SearchEnvelope", "SearchWorldWithLines", "SecurityKey", "SendToSelf", "Server", "SettingsAlt", "SettingsCogPeople", "Shapes", "Share", "Shield", "ShieldCheck", "ShieldSlash", "ShockedFace", "ShoppingBag", "ShoppingBasket", "ShoppingCart", "Shuttlecock", "SixteenNineRatio", "Skateboard", "SkipTimeTen", "Skull", "Sleet", "Slideshow", "SmallSquareInsideBigSquare", "SmartWatch", "SmileFace", "SmileFaceLife", "Sms", "SmsVerificationCode", "Sneaker", "SneakerAlt", "Snippet", "Snow", "SnowDay", "SnowNight", "Snowflake", "Soccer", "Solitaire", "SoundLow", "SoundOff", "SoundOn", "Spa", "Sparkle", "SparkleFootballBall", "SparkleTennisBall", "SpecialCharacter", "SpeechBubble", "SpeechBubbleStar", "SportsBook", "SportsSparkle", "SprinkleDay", "SprinkleNight", "Square", "Stadium", "Star", "StarArticle", "StarMedal", "StarTrophy", "StatePrivacyControls", "StockTrends", "Stopwatch", "Store", "Strikethrough", "Sun", "Sunrise", "Sunset", "SurfboardOnSand", "Swimming", "Sync", "Tab", "Tablet", "TaurusAstrology", "TechnicalRoute", "Television", "TennisBall", "TennisRacketBall", "ThirdQuarter", "ThreeCircles", "ThreeFourRatio", "ThreeLines", "ThreeLinesSpread", "ThreeTwoRatio", "ThumbsDown", "ThumbsUp", "Thumbtack", "ThumbtackDiagonal", "TimePaperPlane", "Tornado", "Trading", "TrafficSignRightTurn", "Trampoline", "Transactions", "Trash", "Tree", "Trending", "TrendingCircle", "Trophy", "TruckRight", "Tshirt", "Tsunami", "Tub", "TwoArrowsDiagonalInwards", "TwoArrowsDiagonalOutwards", "TwoCorners", "TwoHorizontalRectangles", "TwoLinesContainer", "TwoMasks", "TwoRectangles", "TwoSparkles", "TwoSquares", "TwoThirdsColumn", "Umbrella", "Underline", "Unlock", "UnorderedList", "UpCurveArrow", "UpDownChevron", "UpDownShortArrows", "UpFolder", "Upload", "Verification", "VideoCamera", "VideoFile", "VirgoAstrology", "Virus", "Volleyball", "Walking", "Wallet", "WaningCrescent", "WaningGibbous", "Warning", "WaxingCrescent", "WaxingGibbous", "Web", "Weights", "Wifi", "Wind", "WindCloud", "WindCloudDay", "WindCloudNight", "Wine", "WorldWithLines", "Wrench", "WrestlingHeadGear", "WritingAi", "XLSFile", "YEP", "YahooScoutFinance", "YahooScoutFinanceGradient", "YahooScoutIcon", "YahooScoutIconGradient", "ZIP"];
|
|
11
11
|
declare const iconNamesToNodeIdMap: {
|
|
12
12
|
readonly A11Y: "5990-25053";
|
|
13
13
|
readonly Accessible: "5990-25040";
|
|
@@ -216,6 +216,7 @@ declare const iconNamesToNodeIdMap: {
|
|
|
216
216
|
readonly DraftDocument: "5977-12323";
|
|
217
217
|
readonly DragVertical: "11564-10254";
|
|
218
218
|
readonly Dreary: "19601-13180";
|
|
219
|
+
readonly Drizzle: "31542-16418";
|
|
219
220
|
readonly Dusk: "5977-25046";
|
|
220
221
|
readonly Easel: "5977-12284";
|
|
221
222
|
readonly Eclipse: "5977-25219";
|
package/dist/fixtures.d.cts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fixtures.d.cts","names":[],"sources":["../generated/fixtures.ts"],"mappings":";;;AAQA;;;;;
|
|
1
|
+
{"version":3,"file":"fixtures.d.cts","names":[],"sources":["../generated/fixtures.ts"],"mappings":";;;AAQA;;;;;AAqoBA;AAAA,cAroBa,SAAA;AAAA,cAqoBA,oBAAA;EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAsoBD,QAAA,WAAmB,SAAA"}
|
package/dist/fixtures.d.ts
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* in the icons package.
|
|
8
8
|
*/
|
|
9
9
|
/** List of all icon names. */
|
|
10
|
-
declare const iconNames: readonly ["A11Y", "Accessible", "AccountRecover", "AccountRefresh", "AccountSwitchAlt", "AccountSwitcher", "AcousticGuitar", "Add", "AddBell", "AddCalendar", "AddCheckCircle", "AddCircle", "AddContactCard", "AddDocument", "AddFace", "AddFolder", "AddPaperPlane", "AddPeople", "AddQuestion", "AddSearch", "AddSquare", "AffiliateLink", "AirQuality", "Airplane", "AirplaneLanding", "AirplaneTakeOff", "AngledSquareOnSquare", "AnyFile", "AppSwitcher", "AquariusAstrology", "Archive", "AriesAstrology", "ArrowDown", "ArrowDownCircle", "ArrowLeft", "ArrowLineDown", "ArrowLineUp", "ArrowRight", "ArrowUp", "Article", "ArtisticGymnastics", "Ascender", "AudioFile", "Authenticator", "AutoDownload", "AutoSaveOffline", "AutoSaveSync", "AutoSaveUpload", "AutoSaveUploadFail", "AutoSaved", "BabyBottle", "BackTimeTen", "Badge", "Balance", "BallInWater", "Barometer", "BaseBallBat", "Baseball", "Basketball", "BasketballHoop", "BeachUmbrella", "Bed", "Bell", "Below", "BigDownArrow", "BigLeftArrow", "BigRightArrow", "BigRightStraightArrow", "BigUpArrow", "Bike", "Bingo", "Binoculars", "BlackJack", "Bold", "Bolt", "Bookmark", "BottomLine", "BowAndArrow", "BoxCircle", "BoxFront", "BoxOnBox", "BoxingGlove", "Browser", "BubbleZone", "Building", "BulletPointContainer", "BulletPoints", "Bullseye", "BusFront", "BusinessBag", "Cake", "Calendar", "CalendarClock", "CalendarConfirm", "CalendarFile", "CalendarICSFile", "CalendarRightArrow", "Camera", "CancerAstrology", "Canoe", "CapriconAstrology", "Car", "CardsCheck", "Cash", "CelebrityStar", "CenterAlignment", "ChatAi", "Check", "CheckBookmark", "CheckBox", "CheckCircle", "CheckDocuments", "CheckEnvelope", "CheckPeople", "CheckSpeechBubble", "CheckVoteBallot", "Checklist", "ChevronDown", "ChevronLeft", "ChevronLeftPeople", "ChevronRight", "ChevronRightPeople", "ChevronUp", "Circle", "ClearText", "Clipboard", "Clock", "Clone", "ClosedCaption", "Cloud", "CloudDay", "CloudNight", "Cocktails", "Coffee", "CoffeeTakeout", "Cog", "Coin", "Cold", "CollapseColumn", "Command", "Compass", "ComputerChip", "Connection", "ConnectionScreen", "ContactBook", "ContactCard", "Convert", "ConvertAlt", "ConvertLeft", "ConvertRight", "Cookies", "Coupon", "CreditCard", "CreditCardPayment", "CrescentMoon", "Cricket", "Cross", "CrossCircle", "CrossEnvelope", "CrossPeople", "CrossShield", "Crossword", "Cvc", "Cycling", "DOCFile", "DailyFantasy", "DaisyFlower", "Dandelion", "DataBook", "DataCloud", "DataSilo", "DataStorage", "Debug", "DeleteTab", "DeliveryPackage", "Dense", "DenyCircle", "Descender", "Desktop", "DiagonalKey", "DiagonalLeftDown", "DiagonalLeftUp", "DiagonalRightDown", "DiagonalRightUp", "Diamond", "Dice", "Dining", "Direction", "DiscoBall", "Document", "DocumentImageRectangle", "DocumentImageSquare", "DocumentRectangle", "DollarCircleArrows", "DotEnvelope", "DotTwoRings", "DoubleBigLeftArrow", "DoubleChevronLeft", "DoubleChevronRight", "DownCurveArrow", "Download", "DownloadCircle", "DownloadComplete", "DownloadInProgressCircle", "DraftDocument", "DragVertical", "Dreary", "Dusk", "Easel", "Eclipse", "Edit", "EmailVerification", "Emails", "Embed", "EntertainmentTv", "Envelope", "Error", "ExpandArrowLeft", "ExpandArrowRight", "ExpandColumn", "Eye", "EyeSearch", "EyeShut", "FaceID", "FallLeaf", "Family", "FastForward", "FencingEpee", "FilmReel", "FilmRoll", "FingerPointLeftArrow", "FingerPointRightArrow", "FingerPointSelect", "FingerPrint", "Fire", "FirstAidKit", "FirstQuarter", "FiveCircles", "Flag", "FlameTorch", "Fog", "FogDay", "FogNight", "Folder", "Font", "FoodDelivery", "Football", "FootballHelmet", "ForestTree", "FourBoxes", "FourCorners", "FourCornersMagnifyingGlass", "FourCornersMusicNote", "FourLinesSpread", "FourThreeRatio", "FullMoon", "GIF", "GeminiAstrology", "GiftBox", "GolfTee", "GraduationHat", "Graph", "Grass", "Gymnastics", "HalfStar", "HalfSun", "HappyFace", "HazeDay", "HazeNight", "Heading2", "Heading3", "Headline1", "HeadlineDocumentSquare", "Headphone", "HeadphonesMic", "Heart", "HeartArrow", "HeartPulse", "HeartSquare", "HeavyRain", "HeavyRainDay", "HeavyRainLightning", "HeavyRainLightningDay", "HeavyRainLightningNight", "HeavyRainNight", "Help", "Highlighter", "History", "HockeyWithPuck", "Home", "HorseHeadBridle", "Hot", "HotTub", "Hurricane", "Ice", "Id", "Image", "ImageFile", "ImageGallery", "Inbox", "InboxDownArrow", "InboxUpArrow", "IndentRight", "Infinity", "Info", "InstitutionalWesternBank", "IntermittentCloudsNight", "IntermittentCloudsSunny", "Italics", "JoyfulFace", "JudoUniform", "Keyboard", "KeylineShapes", "Kick", "KnightChessPiece", "Laptop", "LaptopWithPhone", "Laurel", "LaurelLeft", "LaurelRight", "LayoutBottom", "LayoutDefault", "LayoutFourColumn", "LayoutGrid", "LayoutPerfectGrid", "LayoutRight", "LayoutThreeColumn", "LayoutThreeRows", "LayoutTwoColumn", "LeftAlign", "LeftCurveArrow", "LeftPageArrow", "LeoAstrology", "Letter", "LetterColor", "LetterSize", "LibraAstrology", "LifeRing", "Lightbulb", "Lightning", "LightningDay", "LightningNight", "Link", "LiquidDrop", "Live", "Livestream", "Location", "LocationCircle", "LocationMap", "Lock", "LogIn", "LogOut", "Lollipop", "LoveEnvelope", "LoyaltyCard", "MagicWand", "MagnifyingGlass", "Mahjong", "MakeupBeauty", "Mannequin", "Medal", "MedicineBottle", "MedicinePill", "Megaphone", "Microphone", "Microscope", "Minus", "MinusBox", "MinusCircle", "MinusPeople", "MinusSearch", "MmaGlove", "MmaRing", "MobileNumber", "MobilePhone", "More", "MoreVertical", "MostlyCloudyNight", "NeutralFace", "NewMoon", "Newsletter", "Night", "NineSixteenRatio", "NoBell", "NoBookmark", "NoConnectionScreen", "NoEye", "NoHeart", "NoImage", "NoPeople", "NoShield", "NoSmoking", "NoSquare", "NoStar", "NoVideoCamera", "NoWifi", "NotificationBell", "Null", "NumberedList", "OnTop", "OneOneRatio", "OpenBook", "OpenBox", "OpenEnvelope", "OrderedList", "OutdentLeft", "PDF", "PPT", "PaperPlane", "PaperPlaneDiagonal", "Paperclip", "Paragraph", "ParagraphLeftIdent", "ParagraphRightIdent", "Parking", "ParkingSquare", "PartlyCloudyNight", "PartlyFlurries", "PartlyNightFlurries", "PartlySunny", "PassKey", "Password", "Pause", "Payments", "Payphone", "PayphoneFace", "Pencil", "PencilLines", "People", "Person", "PersonClimbing", "PersonShield", "Pets", "Phone", "PieChart", "Pin", "PingPong", "PiscesAstrology", "PlainText", "Play", "PlayCircle", "Pollen", "Pool", "PowerSwitch", "Preferences", "PreferencesAlt", "Printer", "Priority", "Profile", "Progress", "ProgressWithCheck", "Pulse", "PuzzlePiece", "QrCode", "QuestionBubble", "QuoteCircle", "QuoteSquare", "RAW", "RTF", "RTFOff", "RacingFlag", "Radar", "RadioCircle", "Rain", "RainDay", "RainNight", "Receipt", "ReceiptCheck", "ReceiptLong", "Receipts", "RedoPencil", "Refresh", "Restaurant", "RetailTag", "RightAlign", "RightCurveArrow", "RightPageArrow", "RobotHead", "Running", "SadFace", "SadderFace", "SagittariusAstrology", "SailBoat", "Satellite", "ScaleDown", "ScanQrCode", "Scissors", "ScorpioAstrology", "SearchConfirm", "SearchEnvelope", "SearchWorldWithLines", "SecurityKey", "SendToSelf", "Server", "SettingsAlt", "SettingsCogPeople", "Shapes", "Share", "Shield", "ShieldCheck", "ShieldSlash", "ShockedFace", "ShoppingBag", "ShoppingBasket", "ShoppingCart", "Shuttlecock", "SixteenNineRatio", "Skateboard", "SkipTimeTen", "Skull", "Sleet", "Slideshow", "SmallSquareInsideBigSquare", "SmartWatch", "SmileFace", "SmileFaceLife", "Sms", "SmsVerificationCode", "Sneaker", "SneakerAlt", "Snippet", "Snow", "SnowDay", "SnowNight", "Snowflake", "Soccer", "Solitaire", "SoundLow", "SoundOff", "SoundOn", "Spa", "Sparkle", "SparkleFootballBall", "SparkleTennisBall", "SpecialCharacter", "SpeechBubble", "SpeechBubbleStar", "SportsBook", "SportsSparkle", "SprinkleDay", "SprinkleNight", "Square", "Stadium", "Star", "StarArticle", "StarMedal", "StarTrophy", "StatePrivacyControls", "StockTrends", "Stopwatch", "Store", "Strikethrough", "Sun", "Sunrise", "Sunset", "SurfboardOnSand", "Swimming", "Sync", "Tab", "Tablet", "TaurusAstrology", "TechnicalRoute", "Television", "TennisBall", "TennisRacketBall", "ThirdQuarter", "ThreeCircles", "ThreeFourRatio", "ThreeLines", "ThreeLinesSpread", "ThreeTwoRatio", "ThumbsDown", "ThumbsUp", "Thumbtack", "ThumbtackDiagonal", "TimePaperPlane", "Tornado", "Trading", "TrafficSignRightTurn", "Trampoline", "Transactions", "Trash", "Tree", "Trending", "TrendingCircle", "Trophy", "TruckRight", "Tshirt", "Tsunami", "Tub", "TwoArrowsDiagonalInwards", "TwoArrowsDiagonalOutwards", "TwoCorners", "TwoHorizontalRectangles", "TwoLinesContainer", "TwoMasks", "TwoRectangles", "TwoSparkles", "TwoSquares", "TwoThirdsColumn", "Umbrella", "Underline", "Unlock", "UnorderedList", "UpCurveArrow", "UpDownChevron", "UpDownShortArrows", "UpFolder", "Upload", "Verification", "VideoCamera", "VideoFile", "VirgoAstrology", "Virus", "Volleyball", "Walking", "Wallet", "WaningCrescent", "WaningGibbous", "Warning", "WaxingCrescent", "WaxingGibbous", "Web", "Weights", "Wifi", "Wind", "WindCloud", "WindCloudDay", "WindCloudNight", "Wine", "WorldWithLines", "Wrench", "WrestlingHeadGear", "WritingAi", "XLSFile", "YEP", "YahooScoutFinance", "YahooScoutFinanceGradient", "YahooScoutIcon", "YahooScoutIconGradient", "ZIP"];
|
|
10
|
+
declare const iconNames: readonly ["A11Y", "Accessible", "AccountRecover", "AccountRefresh", "AccountSwitchAlt", "AccountSwitcher", "AcousticGuitar", "Add", "AddBell", "AddCalendar", "AddCheckCircle", "AddCircle", "AddContactCard", "AddDocument", "AddFace", "AddFolder", "AddPaperPlane", "AddPeople", "AddQuestion", "AddSearch", "AddSquare", "AffiliateLink", "AirQuality", "Airplane", "AirplaneLanding", "AirplaneTakeOff", "AngledSquareOnSquare", "AnyFile", "AppSwitcher", "AquariusAstrology", "Archive", "AriesAstrology", "ArrowDown", "ArrowDownCircle", "ArrowLeft", "ArrowLineDown", "ArrowLineUp", "ArrowRight", "ArrowUp", "Article", "ArtisticGymnastics", "Ascender", "AudioFile", "Authenticator", "AutoDownload", "AutoSaveOffline", "AutoSaveSync", "AutoSaveUpload", "AutoSaveUploadFail", "AutoSaved", "BabyBottle", "BackTimeTen", "Badge", "Balance", "BallInWater", "Barometer", "BaseBallBat", "Baseball", "Basketball", "BasketballHoop", "BeachUmbrella", "Bed", "Bell", "Below", "BigDownArrow", "BigLeftArrow", "BigRightArrow", "BigRightStraightArrow", "BigUpArrow", "Bike", "Bingo", "Binoculars", "BlackJack", "Bold", "Bolt", "Bookmark", "BottomLine", "BowAndArrow", "BoxCircle", "BoxFront", "BoxOnBox", "BoxingGlove", "Browser", "BubbleZone", "Building", "BulletPointContainer", "BulletPoints", "Bullseye", "BusFront", "BusinessBag", "Cake", "Calendar", "CalendarClock", "CalendarConfirm", "CalendarFile", "CalendarICSFile", "CalendarRightArrow", "Camera", "CancerAstrology", "Canoe", "CapriconAstrology", "Car", "CardsCheck", "Cash", "CelebrityStar", "CenterAlignment", "ChatAi", "Check", "CheckBookmark", "CheckBox", "CheckCircle", "CheckDocuments", "CheckEnvelope", "CheckPeople", "CheckSpeechBubble", "CheckVoteBallot", "Checklist", "ChevronDown", "ChevronLeft", "ChevronLeftPeople", "ChevronRight", "ChevronRightPeople", "ChevronUp", "Circle", "ClearText", "Clipboard", "Clock", "Clone", "ClosedCaption", "Cloud", "CloudDay", "CloudNight", "Cocktails", "Coffee", "CoffeeTakeout", "Cog", "Coin", "Cold", "CollapseColumn", "Command", "Compass", "ComputerChip", "Connection", "ConnectionScreen", "ContactBook", "ContactCard", "Convert", "ConvertAlt", "ConvertLeft", "ConvertRight", "Cookies", "Coupon", "CreditCard", "CreditCardPayment", "CrescentMoon", "Cricket", "Cross", "CrossCircle", "CrossEnvelope", "CrossPeople", "CrossShield", "Crossword", "Cvc", "Cycling", "DOCFile", "DailyFantasy", "DaisyFlower", "Dandelion", "DataBook", "DataCloud", "DataSilo", "DataStorage", "Debug", "DeleteTab", "DeliveryPackage", "Dense", "DenyCircle", "Descender", "Desktop", "DiagonalKey", "DiagonalLeftDown", "DiagonalLeftUp", "DiagonalRightDown", "DiagonalRightUp", "Diamond", "Dice", "Dining", "Direction", "DiscoBall", "Document", "DocumentImageRectangle", "DocumentImageSquare", "DocumentRectangle", "DollarCircleArrows", "DotEnvelope", "DotTwoRings", "DoubleBigLeftArrow", "DoubleChevronLeft", "DoubleChevronRight", "DownCurveArrow", "Download", "DownloadCircle", "DownloadComplete", "DownloadInProgressCircle", "DraftDocument", "DragVertical", "Dreary", "Drizzle", "Dusk", "Easel", "Eclipse", "Edit", "EmailVerification", "Emails", "Embed", "EntertainmentTv", "Envelope", "Error", "ExpandArrowLeft", "ExpandArrowRight", "ExpandColumn", "Eye", "EyeSearch", "EyeShut", "FaceID", "FallLeaf", "Family", "FastForward", "FencingEpee", "FilmReel", "FilmRoll", "FingerPointLeftArrow", "FingerPointRightArrow", "FingerPointSelect", "FingerPrint", "Fire", "FirstAidKit", "FirstQuarter", "FiveCircles", "Flag", "FlameTorch", "Fog", "FogDay", "FogNight", "Folder", "Font", "FoodDelivery", "Football", "FootballHelmet", "ForestTree", "FourBoxes", "FourCorners", "FourCornersMagnifyingGlass", "FourCornersMusicNote", "FourLinesSpread", "FourThreeRatio", "FullMoon", "GIF", "GeminiAstrology", "GiftBox", "GolfTee", "GraduationHat", "Graph", "Grass", "Gymnastics", "HalfStar", "HalfSun", "HappyFace", "HazeDay", "HazeNight", "Heading2", "Heading3", "Headline1", "HeadlineDocumentSquare", "Headphone", "HeadphonesMic", "Heart", "HeartArrow", "HeartPulse", "HeartSquare", "HeavyRain", "HeavyRainDay", "HeavyRainLightning", "HeavyRainLightningDay", "HeavyRainLightningNight", "HeavyRainNight", "Help", "Highlighter", "History", "HockeyWithPuck", "Home", "HorseHeadBridle", "Hot", "HotTub", "Hurricane", "Ice", "Id", "Image", "ImageFile", "ImageGallery", "Inbox", "InboxDownArrow", "InboxUpArrow", "IndentRight", "Infinity", "Info", "InstitutionalWesternBank", "IntermittentCloudsNight", "IntermittentCloudsSunny", "Italics", "JoyfulFace", "JudoUniform", "Keyboard", "KeylineShapes", "Kick", "KnightChessPiece", "Laptop", "LaptopWithPhone", "Laurel", "LaurelLeft", "LaurelRight", "LayoutBottom", "LayoutDefault", "LayoutFourColumn", "LayoutGrid", "LayoutPerfectGrid", "LayoutRight", "LayoutThreeColumn", "LayoutThreeRows", "LayoutTwoColumn", "LeftAlign", "LeftCurveArrow", "LeftPageArrow", "LeoAstrology", "Letter", "LetterColor", "LetterSize", "LibraAstrology", "LifeRing", "Lightbulb", "Lightning", "LightningDay", "LightningNight", "Link", "LiquidDrop", "Live", "Livestream", "Location", "LocationCircle", "LocationMap", "Lock", "LogIn", "LogOut", "Lollipop", "LoveEnvelope", "LoyaltyCard", "MagicWand", "MagnifyingGlass", "Mahjong", "MakeupBeauty", "Mannequin", "Medal", "MedicineBottle", "MedicinePill", "Megaphone", "Microphone", "Microscope", "Minus", "MinusBox", "MinusCircle", "MinusPeople", "MinusSearch", "MmaGlove", "MmaRing", "MobileNumber", "MobilePhone", "More", "MoreVertical", "MostlyCloudyNight", "NeutralFace", "NewMoon", "Newsletter", "Night", "NineSixteenRatio", "NoBell", "NoBookmark", "NoConnectionScreen", "NoEye", "NoHeart", "NoImage", "NoPeople", "NoShield", "NoSmoking", "NoSquare", "NoStar", "NoVideoCamera", "NoWifi", "NotificationBell", "Null", "NumberedList", "OnTop", "OneOneRatio", "OpenBook", "OpenBox", "OpenEnvelope", "OrderedList", "OutdentLeft", "PDF", "PPT", "PaperPlane", "PaperPlaneDiagonal", "Paperclip", "Paragraph", "ParagraphLeftIdent", "ParagraphRightIdent", "Parking", "ParkingSquare", "PartlyCloudyNight", "PartlyFlurries", "PartlyNightFlurries", "PartlySunny", "PassKey", "Password", "Pause", "Payments", "Payphone", "PayphoneFace", "Pencil", "PencilLines", "People", "Person", "PersonClimbing", "PersonShield", "Pets", "Phone", "PieChart", "Pin", "PingPong", "PiscesAstrology", "PlainText", "Play", "PlayCircle", "Pollen", "Pool", "PowerSwitch", "Preferences", "PreferencesAlt", "Printer", "Priority", "Profile", "Progress", "ProgressWithCheck", "Pulse", "PuzzlePiece", "QrCode", "QuestionBubble", "QuoteCircle", "QuoteSquare", "RAW", "RTF", "RTFOff", "RacingFlag", "Radar", "RadioCircle", "Rain", "RainDay", "RainNight", "Receipt", "ReceiptCheck", "ReceiptLong", "Receipts", "RedoPencil", "Refresh", "Restaurant", "RetailTag", "RightAlign", "RightCurveArrow", "RightPageArrow", "RobotHead", "Running", "SadFace", "SadderFace", "SagittariusAstrology", "SailBoat", "Satellite", "ScaleDown", "ScanQrCode", "Scissors", "ScorpioAstrology", "SearchConfirm", "SearchEnvelope", "SearchWorldWithLines", "SecurityKey", "SendToSelf", "Server", "SettingsAlt", "SettingsCogPeople", "Shapes", "Share", "Shield", "ShieldCheck", "ShieldSlash", "ShockedFace", "ShoppingBag", "ShoppingBasket", "ShoppingCart", "Shuttlecock", "SixteenNineRatio", "Skateboard", "SkipTimeTen", "Skull", "Sleet", "Slideshow", "SmallSquareInsideBigSquare", "SmartWatch", "SmileFace", "SmileFaceLife", "Sms", "SmsVerificationCode", "Sneaker", "SneakerAlt", "Snippet", "Snow", "SnowDay", "SnowNight", "Snowflake", "Soccer", "Solitaire", "SoundLow", "SoundOff", "SoundOn", "Spa", "Sparkle", "SparkleFootballBall", "SparkleTennisBall", "SpecialCharacter", "SpeechBubble", "SpeechBubbleStar", "SportsBook", "SportsSparkle", "SprinkleDay", "SprinkleNight", "Square", "Stadium", "Star", "StarArticle", "StarMedal", "StarTrophy", "StatePrivacyControls", "StockTrends", "Stopwatch", "Store", "Strikethrough", "Sun", "Sunrise", "Sunset", "SurfboardOnSand", "Swimming", "Sync", "Tab", "Tablet", "TaurusAstrology", "TechnicalRoute", "Television", "TennisBall", "TennisRacketBall", "ThirdQuarter", "ThreeCircles", "ThreeFourRatio", "ThreeLines", "ThreeLinesSpread", "ThreeTwoRatio", "ThumbsDown", "ThumbsUp", "Thumbtack", "ThumbtackDiagonal", "TimePaperPlane", "Tornado", "Trading", "TrafficSignRightTurn", "Trampoline", "Transactions", "Trash", "Tree", "Trending", "TrendingCircle", "Trophy", "TruckRight", "Tshirt", "Tsunami", "Tub", "TwoArrowsDiagonalInwards", "TwoArrowsDiagonalOutwards", "TwoCorners", "TwoHorizontalRectangles", "TwoLinesContainer", "TwoMasks", "TwoRectangles", "TwoSparkles", "TwoSquares", "TwoThirdsColumn", "Umbrella", "Underline", "Unlock", "UnorderedList", "UpCurveArrow", "UpDownChevron", "UpDownShortArrows", "UpFolder", "Upload", "Verification", "VideoCamera", "VideoFile", "VirgoAstrology", "Virus", "Volleyball", "Walking", "Wallet", "WaningCrescent", "WaningGibbous", "Warning", "WaxingCrescent", "WaxingGibbous", "Web", "Weights", "Wifi", "Wind", "WindCloud", "WindCloudDay", "WindCloudNight", "Wine", "WorldWithLines", "Wrench", "WrestlingHeadGear", "WritingAi", "XLSFile", "YEP", "YahooScoutFinance", "YahooScoutFinanceGradient", "YahooScoutIcon", "YahooScoutIconGradient", "ZIP"];
|
|
11
11
|
declare const iconNamesToNodeIdMap: {
|
|
12
12
|
readonly A11Y: "5990-25053";
|
|
13
13
|
readonly Accessible: "5990-25040";
|
|
@@ -216,6 +216,7 @@ declare const iconNamesToNodeIdMap: {
|
|
|
216
216
|
readonly DraftDocument: "5977-12323";
|
|
217
217
|
readonly DragVertical: "11564-10254";
|
|
218
218
|
readonly Dreary: "19601-13180";
|
|
219
|
+
readonly Drizzle: "31542-16418";
|
|
219
220
|
readonly Dusk: "5977-25046";
|
|
220
221
|
readonly Easel: "5977-12284";
|
|
221
222
|
readonly Eclipse: "5977-25219";
|
package/dist/fixtures.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fixtures.d.ts","names":[],"sources":["../generated/fixtures.ts"],"mappings":";;;AAQA;;;;;
|
|
1
|
+
{"version":3,"file":"fixtures.d.ts","names":[],"sources":["../generated/fixtures.ts"],"mappings":";;;AAQA;;;;;AAqoBA;AAAA,cAroBa,SAAA;AAAA,cAqoBA,oBAAA;EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAsoBD,QAAA,WAAmB,SAAA"}
|