@yahoo/uds-icons 2.39.1 → 2.40.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/Cvc-fill-12.svg +3 -0
- package/assets/Cvc-fill-16.svg +3 -0
- package/assets/Cvc-fill-24.svg +3 -0
- package/assets/Cvc-fill-32.svg +3 -0
- package/assets/Cvc-outline-12.svg +4 -0
- package/assets/Cvc-outline-16.svg +4 -0
- package/assets/Cvc-outline-24.svg +4 -0
- package/assets/Cvc-outline-32.svg +4 -0
- package/assets/FoodDelivery-fill-12.svg +5 -0
- package/assets/FoodDelivery-fill-16.svg +3 -0
- package/assets/FoodDelivery-fill-24.svg +3 -0
- package/assets/FoodDelivery-fill-32.svg +3 -0
- package/assets/FoodDelivery-outline-12.svg +6 -0
- package/assets/FoodDelivery-outline-16.svg +4 -0
- package/assets/FoodDelivery-outline-24.svg +4 -0
- package/assets/FoodDelivery-outline-32.svg +5 -0
- package/assets/HeartSquare-fill-12.svg +5 -0
- package/assets/HeartSquare-fill-16.svg +3 -0
- package/assets/HeartSquare-fill-24.svg +3 -0
- package/assets/HeartSquare-fill-32.svg +3 -0
- package/assets/HeartSquare-outline-12.svg +5 -0
- package/assets/HeartSquare-outline-16.svg +3 -0
- package/assets/HeartSquare-outline-24.svg +3 -0
- package/assets/HeartSquare-outline-32.svg +3 -0
- package/assets/ReceiptCheck-fill-12.svg +3 -0
- package/assets/ReceiptCheck-fill-16.svg +3 -0
- package/assets/ReceiptCheck-fill-24.svg +3 -0
- package/assets/ReceiptCheck-fill-32.svg +3 -0
- package/assets/ReceiptCheck-outline-12.svg +3 -0
- package/assets/ReceiptCheck-outline-16.svg +3 -0
- package/assets/ReceiptCheck-outline-24.svg +4 -0
- package/assets/ReceiptCheck-outline-32.svg +4 -0
- package/assets/ReceiptLong-fill-12.svg +3 -0
- package/assets/ReceiptLong-fill-16.svg +3 -0
- package/assets/ReceiptLong-fill-24.svg +3 -0
- package/assets/ReceiptLong-fill-32.svg +3 -0
- package/assets/ReceiptLong-outline-12.svg +6 -0
- package/assets/ReceiptLong-outline-16.svg +4 -0
- package/assets/ReceiptLong-outline-24.svg +4 -0
- package/assets/ReceiptLong-outline-32.svg +4 -0
- package/dist/fixtures.cjs +10 -0
- package/dist/fixtures.d.cts +6 -1
- package/dist/fixtures.d.cts.map +1 -1
- package/dist/fixtures.d.ts +6 -1
- package/dist/fixtures.d.ts.map +1 -1
- package/dist/fixtures.js +10 -0
- package/dist/fixtures.js.map +1 -1
- package/dist/generated/icons/Cvc.cjs +74 -0
- package/dist/generated/icons/Cvc.d.cts +21 -0
- package/dist/generated/icons/Cvc.d.cts.map +1 -0
- package/dist/generated/icons/Cvc.d.ts +21 -0
- package/dist/generated/icons/Cvc.d.ts.map +1 -0
- package/dist/generated/icons/Cvc.js +76 -0
- package/dist/generated/icons/Cvc.js.map +1 -0
- package/dist/generated/icons/FoodDelivery.cjs +84 -0
- package/dist/generated/icons/FoodDelivery.d.cts +21 -0
- package/dist/generated/icons/FoodDelivery.d.cts.map +1 -0
- package/dist/generated/icons/FoodDelivery.d.ts +21 -0
- package/dist/generated/icons/FoodDelivery.d.ts.map +1 -0
- package/dist/generated/icons/FoodDelivery.js +86 -0
- package/dist/generated/icons/FoodDelivery.js.map +1 -0
- package/dist/generated/icons/HeartSquare.cjs +73 -0
- package/dist/generated/icons/HeartSquare.d.cts +21 -0
- package/dist/generated/icons/HeartSquare.d.cts.map +1 -0
- package/dist/generated/icons/HeartSquare.d.ts +21 -0
- package/dist/generated/icons/HeartSquare.d.ts.map +1 -0
- package/dist/generated/icons/HeartSquare.js +75 -0
- package/dist/generated/icons/HeartSquare.js.map +1 -0
- package/dist/generated/icons/ReceiptCheck.cjs +70 -0
- package/dist/generated/icons/ReceiptCheck.d.cts +21 -0
- package/dist/generated/icons/ReceiptCheck.d.cts.map +1 -0
- package/dist/generated/icons/ReceiptCheck.d.ts +21 -0
- package/dist/generated/icons/ReceiptCheck.d.ts.map +1 -0
- package/dist/generated/icons/ReceiptCheck.js +72 -0
- package/dist/generated/icons/ReceiptCheck.js.map +1 -0
- package/dist/generated/icons/ReceiptLong.cjs +72 -0
- package/dist/generated/icons/ReceiptLong.d.cts +21 -0
- package/dist/generated/icons/ReceiptLong.d.cts.map +1 -0
- package/dist/generated/icons/ReceiptLong.d.ts +21 -0
- package/dist/generated/icons/ReceiptLong.d.ts.map +1 -0
- package/dist/generated/icons/ReceiptLong.js +74 -0
- package/dist/generated/icons/ReceiptLong.js.map +1 -0
- package/dist/glyphMap.cjs +3725 -3680
- package/dist/glyphMap.d.cts +2 -2
- package/dist/glyphMap.d.cts.map +1 -1
- package/dist/glyphMap.d.ts +2 -2
- package/dist/glyphMap.d.ts.map +1 -1
- package/dist/glyphMap.js +3725 -3680
- package/dist/glyphMap.js.map +1 -1
- package/dist/index.cjs +10 -0
- package/dist/index.d.cts +6 -1
- package/dist/index.d.ts +6 -1
- package/dist/index.js +6 -1
- package/dist/svgMap.cjs +451 -451
- package/dist/svgMap.js +451 -451
- package/dist/svgMap.js.map +1 -1
- package/generated/font/uds-icons.ttf +0 -0
- package/package.json +1 -1
- package/assets/.node-id-hints.json +0 -5
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none">
|
|
2
|
+
<g clip-path="url(#FoodDelivery-fill-12_svg__a)">
|
|
3
|
+
<path fill="black" d="M6 .7A2.3 2.3 0 0 1 8.3 3h1.768l1.182 8.25H.75L1.932 3H3.7A2.3 2.3 0 0 1 6 .7M3.75 8.56c0 .242.133.441.293.441h3.914c.16 0 .293-.199.293-.441v-.442h-4.5zm0-1.596v.7h4.5v-.7zM6 5.25c-.4 0-.737.02-1.02.046-.71.07-1.23.472-1.23.944v.333h4.5V6.24c0-.47-.52-.873-1.23-.944A10 10 0 0 0 6 5.25M6 2.3a.7.7 0 0 0-.7.7h1.4a.7.7 0 0 0-.7-.7"/>
|
|
4
|
+
</g>
|
|
5
|
+
</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.2A2.8 2.8 0 0 1 10.8 4h2.625L15 15H1L2.575 4H5.2A2.8 2.8 0 0 1 8 1.2M5 11.412c0 .323.176.588.39.588h5.22c.214 0 .39-.265.39-.588v-.589H5zM5 10.1h6v-.7H5zM8 7c-.532 0-.983.026-1.361.062C5.694 7.156 5 7.69 5 8.319v.446h6v-.446c0-.626-.694-1.163-1.639-1.257A14 14 0 0 0 8 7m0-4.2A1.2 1.2 0 0 0 6.8 4h2.4A1.2 1.2 0 0 0 8 2.8"/>
|
|
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="M12 1.1A3.9 3.9 0 0 1 15.9 5H20l1 16H3L4 5h4.1A3.9 3.9 0 0 1 12 1.1M7.5 16.5c0 .55.264 1 .585 1h7.83c.32 0 .585-.45.585-1v-1h-9zm6.955-3.85c-.37 0-.683.18-.916.421l-.254.254c-.023.025-.044.037-.056.046q-.02-.012-.056-.046l-.254-.254c-.233-.241-.545-.42-.916-.42-.377 0-.694.184-.929.432l-.235.248a.3.3 0 0 1-.063.05.3.3 0 0 1-.065-.05l-.242-.252-.005-.005-.093-.087a1.26 1.26 0 0 0-.826-.326c-.367 0-.682.173-.919.413l-.002.001-.405.413-.003.004c-.14.145-.23.158-.266.158H7.5v1.2h.45c.447 0 .83-.215 1.13-.526l.4-.407a.3.3 0 0 1 .064-.052l.066.052.243.252.004.005c.238.24.552.413.92.413.367 0 .681-.173.918-.413l.01-.01.242-.257a.3.3 0 0 1 .055-.047c.013.01.033.022.057.047l.006.007.248.248c.233.242.545.421.916.421s.683-.18.916-.422v.001l.249-.248.005-.007a.3.3 0 0 1 .056-.047c.013.01.033.022.057.047l.005.006.398.41c.303.314.691.527 1.135.527h.45v-1.2h-.45c-.04 0-.135-.017-.27-.158h-.002l-.4-.414c-.233-.245-.548-.428-.923-.428M12 9c-.799 0-1.474.044-2.042.104-1.417.161-2.458 1.07-2.458 2.14V12h9v-.757c0-1.065-1.04-1.978-2.458-2.139A18 18 0 0 0 12 9m0-6.1A2.1 2.1 0 0 0 9.9 5h4.2A2.1 2.1 0 0 0 12 2.9"/>
|
|
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 1.95A5.05 5.05 0 0 1 21.05 7H27l3 23H2L5 7h5.95A5.05 5.05 0 0 1 16 1.95M9 23.5a1.1 1.1 0 0 0 .153.558.88.88 0 0 0 .74.442h11.964q.139 0 .265-.045a.9.9 0 0 0 .303-.184 1.05 1.05 0 0 0 .326-.771v-1H9zm10.82-5.25c-.501 0-.94.23-1.282.566l-.376.356-.014.014c-.136.136-.218.142-.236.142s-.099-.005-.235-.142l-.008-.006-.008-.008-.376-.356c-.343-.336-.78-.566-1.281-.566-.508 0-.951.236-1.296.581l-.364.365c-.133.128-.218.137-.247.137-.022 0-.075-.005-.157-.061l-.09-.076-.38-.37-.005-.007-.135-.119c-.324-.265-.715-.434-1.15-.434-.495 0-.935.22-1.283.553l-.002.002-.63.607-.005.005c-.237.232-.425.288-.56.288H9v1.5h.7c.618 0 1.164-.28 1.61-.718l.624-.6c.133-.127.218-.137.247-.137.021 0 .074.006.156.062l.09.075.38.371.005.005c.349.333.789.554 1.285.554s.936-.22 1.284-.554l.006-.006.007-.005.375-.377c.136-.135.217-.14.235-.141s.099.005.235.142l.008.006.008.008.376.355c.343.337.78.567 1.281.567.508 0 .951-.236 1.296-.58l-.001-.002.362-.34.015-.014c.136-.137.218-.142.235-.142.018 0 .1.005.236.142l.006.006.62.607c.45.44 1.006.716 1.619.716h.7v-1.5h-.7c-.14 0-.336-.06-.569-.288v-.001l-.622-.608v.001c-.344-.341-.785-.575-1.29-.575m-4.825-5.237a26 26 0 0 0-2.24.16 5 5 0 0 0-.51.092q-.08.018-.156.038a5 5 0 0 0-.385.114 5 5 0 0 0-.342.132q-.084.035-.167.074-.09.044-.176.09-.075.038-.147.079-.08.046-.157.097-.076.046-.148.095-.069.049-.134.099-.086.063-.168.129l-.024.02a4 4 0 0 0-.443.439l-.034.04q-.092.11-.174.226l-.033.048a3 3 0 0 0-.093.144l-.043.07-.016.03a3.3 3.3 0 0 0-.268.62l-.028.088-.016.066a3 3 0 0 0-.093.736V17H22.75c0-1.775-1.59-3.558-3.756-3.826a20 20 0 0 0-.607-.066l-.221-.018a23 23 0 0 0-.455-.034l-.22-.014a28 28 0 0 0-.736-.03l-.88-.012q-.458 0-.88.013M16 4.05A2.95 2.95 0 0 0 13.05 7h5.9A2.95 2.95 0 0 0 16 4.05"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none">
|
|
2
|
+
<g fill="black" clip-path="url(#FoodDelivery-outline-12_svg__a)">
|
|
3
|
+
<path d="M6 .9c1.16 0 2.1.94 2.1 2.1h1.969l1.181 8.25H.75L1.931 3h1.97A2.1 2.1 0 0 1 6 .9m-3.866 9.15h7.732L9.028 4.2H2.972zM6 2.1a.9.9 0 0 0-.9.9h1.8a.9.9 0 0 0-.9-.9"/>
|
|
4
|
+
<path d="M8.25 8.118h-4.5v.44c0 .243.132.442.293.442h3.914c.16 0 .293-.199.293-.441zM6 5.25c.4 0 .737.017 1.021.046.709.071 1.229.474 1.229.943v.334h-4.5V6.24c0-.471.52-.872 1.229-.943.284-.027.622-.046 1.021-.046m2.25 1.686v.75h-4.5v-.75z"/>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none">
|
|
2
|
+
<path fill="black" d="M8 1.2A2.8 2.8 0 0 1 10.8 4h2.625L15 15H1L2.575 4H5.2A2.8 2.8 0 0 1 8 1.2M2.846 13.4h10.308l-1.117-7.8H3.963zM8 2.8A1.2 1.2 0 0 0 6.8 4h2.4A1.2 1.2 0 0 0 8 2.8"/>
|
|
3
|
+
<path fill="black" d="M11 10.824H5v.588c0 .323.176.588.39.588h5.22c.214 0 .39-.264.39-.588zM8 7c.533 0 .983.023 1.361.062.945.094 1.639.631 1.639 1.258v.445H5V8.32c0-.63.694-1.164 1.639-1.258C7.017 7.026 7.468 7 8 7m3 2.25v1H5v-1z"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none">
|
|
2
|
+
<path fill="black" d="M12 1.1A3.9 3.9 0 0 1 15.9 5H20l1 16H3L4 5h4.1A3.9 3.9 0 0 1 12 1.1M4.916 19.2h14.168l-.775-12.4H5.69zM12 2.9A2.1 2.1 0 0 0 9.9 5h4.2A2.1 2.1 0 0 0 12 2.9"/>
|
|
3
|
+
<path fill="black" d="M16.5 15.5h-9v1c0 .55.264 1 .585 1h7.83c.32 0 .585-.45.585-1zm-3.924-6.493c.554.014 1.04.049 1.466.098l.26.039c1.283.236 2.198 1.1 2.198 2.1V12h-9v-.757c0-1.07 1.04-1.978 2.458-2.138A19 19 0 0 1 12 9zm1.879 3.493c.426 0 .777.209 1.03.475l.001-.001.4.413c.059.061.104.09.13.102.022.011.032.011.034.011h.45V15h-.45c-.494 0-.92-.236-1.243-.571l-.353-.365-.188.188c-.255.269-.607.481-1.037.481s-.783-.21-1.038-.48l-.187-.188-.19.202-.005.006-.006.006c-.258.262-.61.457-1.027.457s-.767-.196-1.025-.457l-.006-.006-.201-.208-.357.363C8.869 14.76 8.45 15 7.95 15H7.5v-1.5h.456l.023-.01a.5.5 0 0 0 .128-.102l.005-.005.406-.412v-.002c.259-.261.61-.458 1.027-.458s.767.197 1.025.458l.006.006.2.207.189-.201c.254-.27.609-.48 1.038-.48.421 0 .77.203 1.022.465l.204.203.204-.203c.253-.262.6-.466 1.022-.466m-2.452 1.46.013.014.48-.479zm.013.014-.013-.014.492-.465z"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="none">
|
|
2
|
+
<path fill="black" d="M16 1.95A5.05 5.05 0 0 1 21.05 7H27l3 23H2L5 7h5.95A5.05 5.05 0 0 1 16 1.95M4.392 27.9h23.216L25.156 9.1H6.844zM16 4.05A2.95 2.95 0 0 0 13.05 7h5.9A2.95 2.95 0 0 0 16 4.05"/>
|
|
3
|
+
<path fill="black" d="M22.751 22.5H9v1c0 .55.404 1 .894 1h11.963c.49 0 .894-.45.894-1zM15.876 13c-1.22 0-2.252.073-3.12.174C10.59 13.442 9 14.957 9 16.74V17h13.751c0-1.775-1.59-3.558-3.756-3.826a25 25 0 0 0-3.12-.174"/>
|
|
4
|
+
<path fill="black" d="M16.756 13.012c.845.023 1.588.08 2.24.162 2.165.268 3.755 2.05 3.755 3.826H9v-.26c0-1.728 1.492-3.202 3.555-3.537l.2-.029c.869-.101 1.9-.174 3.12-.174zM19.82 18c.584 0 1.085.271 1.463.647l.001-.001.621.607.001.002c.197.193.334.216.394.216h.7v2h-.7c-.692 0-1.307-.312-1.792-.787l-.622-.608-.008-.007-.059-.052-.058.052-.02.02-.377.355v-.001c-.378.369-.873.635-1.452.635-.58 0-1.076-.266-1.453-.635l-.376-.355-.01-.01-.01-.01-.06-.051-.057.052v-.001l-.376.377-.008.007-.158.141c-.36.295-.805.49-1.307.49-.574 0-1.074-.256-1.457-.623l-.008-.008-.377-.368-.06-.05-.014-.01a.5.5 0 0 0-.075.06l-.627.605-.002-.001c-.479.468-1.082.783-1.777.783H9v-2h.7c.055 0 .183-.018.385-.216l.006-.007.63-.607.003-.002c.383-.367.883-.623 1.457-.623.502 0 .947.196 1.307.491l.15.132.008.008.377.369.061.05q.007.005.013.007a.4.4 0 0 0 .074-.057l.36-.361c.38-.38.884-.655 1.473-.655.579 0 1.075.266 1.452.636l.001-.001.376.355.01.01.01.01q.036.035.06.05l.058-.05.02-.02.375-.355c.378-.37.874-.635 1.453-.635"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" fill="none">
|
|
2
|
+
<g clip-path="url(#HeartSquare-fill-12_svg__a)">
|
|
3
|
+
<path fill="black" d="M12.135 12.188.813 12.135.865.813l11.323.052zm-4.199-8.31c-.435-.002-.816.112-1.407.788-.593-.69-.972-.799-1.4-.8a1.5 1.5 0 0 0-1.088.46 1.61 1.61 0 0 0-.01 2.218L6.509 9.13 9.01 6.568a1.613 1.613 0 0 0 .01-2.218 1.5 1.5 0 0 0-1.083-.47"/>
|
|
4
|
+
</g>
|
|
5
|
+
</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="M15 15H1V1h14zM9.76 4.75c-.538 0-1.007.144-1.735.982C7.29 4.884 6.82 4.75 6.29 4.75c-.508 0-.985.204-1.343.575a1.993 1.993 0 0 0 0 2.744l3.078 3.181 3.079-3.182a1.994 1.994 0 0 0 0-2.743A1.86 1.86 0 0 0 9.76 4.75"/>
|
|
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="M22 22H2V2h20zM14.328 7.679c-.743 0-1.39.198-2.393 1.36-1.016-1.176-1.664-1.36-2.393-1.36a2.55 2.55 0 0 0-1.853.797c-1.006 1.046-1.006 2.75 0 3.798l4.246 4.405 4.246-4.406c1.005-1.046 1.005-2.75 0-3.797a2.55 2.55 0 0 0-1.853-.797"/>
|
|
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="M30 30H2V2h28zM19.83 9c-1.19 0-2.225.331-3.83 2.267C14.375 9.307 13.34 9 12.172 9c-1.122 0-2.174.472-2.964 1.328-1.61 1.745-1.611 4.586 0 6.332L16 24l6.793-7.342c1.609-1.744 1.609-4.585 0-6.33C22.003 9.472 20.95 9 19.829 9"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none">
|
|
2
|
+
<g clip-path="url(#HeartSquare-outline-12_svg__a)">
|
|
3
|
+
<path fill="black" d="M11.25 11.25H.75V.75h10.5zM2.025 9.975h7.95v-7.95h-7.95zm5.096-6.037c.337 0 .653.139.891.391a1.383 1.383 0 0 1 0 1.868L5.969 8.363 3.926 6.197a1.38 1.38 0 0 1 0-1.868c.237-.252.554-.391.891-.391.351 0 .663.09 1.152.668.482-.57.794-.668 1.152-.668"/>
|
|
4
|
+
</g>
|
|
5
|
+
</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="M15 15H1V1h14zM2.7 13.3h10.6V2.7H2.7zm6.794-8.05c.45 0 .872.186 1.189.522a1.844 1.844 0 0 1 0 2.49L7.958 11.15 5.234 8.263a1.84 1.84 0 0 1 0-2.49 1.62 1.62 0 0 1 1.189-.523c.468 0 .883.121 1.535.892.644-.762 1.06-.892 1.536-.892"/>
|
|
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="M22 22H2V2h20zM3.9 20.1h16.2V3.9H3.9zM14.328 7.679c.7 0 1.36.283 1.853.797 1.005 1.046 1.005 2.75 0 3.797l-4.246 4.406-4.246-4.405c-1.006-1.047-1.006-2.752 0-3.798a2.55 2.55 0 0 1 1.853-.797c.73 0 1.377.184 2.393 1.36 1.003-1.162 1.65-1.36 2.393-1.36"/>
|
|
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="M30 30H2V2h28zM4.2 27.8h23.6V4.2H4.2zM19.83 9c1.12 0 2.173.472 2.963 1.328 1.609 1.745 1.609 4.586 0 6.33L16 24l-6.792-7.34c-1.611-1.746-1.61-4.587 0-6.332C9.998 9.472 11.05 9 12.172 9c1.167 0 2.203.308 3.828 2.267C17.605 9.33 18.64 9 19.83 9"/>
|
|
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="m20.182 22-3.014-1.59L14.584 22 12 20.41 9.416 22l-2.583-1.59L3.818 22V2h16.364zM14.004 8.426l-2.687 3.242-1.96-1.94-1.266 1.279 3.358 3.324 4.515-5.45-1.387-1.149z"/>
|
|
3
|
+
</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="M10.485 0v12l-1.658-.951L7.41 12l-1.417-.951L4.575 12l-1.418-.951L1.5 12V0zM2.7 1.371v8.4l.502-.291.563.377.81.549 1.418-.96 1.417.96.81-.55.562-.376.503.291.015-8.4zm5.699 3.056-2.78 3.271-1.577-1.63-.444-.458.917-.887 1.043 1.079 1.869-2.2z"/>
|
|
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="M13.98 0v16l-2.21-1.269L9.88 16l-1.89-1.269L6.1 16l-1.89-1.269L2 16V0zM3.6 1.828v11.2l.67-.388.75.503 1.08.731 1.89-1.28 1.89 1.28 1.08-.731.75-.503.67.388.02-11.2zm7.598 4.074-3.706 4.363L5.39 8.09l-.592-.61L6.02 6.297l1.39 1.437 2.492-2.933z"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none">
|
|
2
|
+
<path fill="black" d="M20.182 2v20l-3.014-1.59L14.584 22 12 20.41 9.416 22l-2.583-1.59L3.818 22V2zM5.54 3.818v15.237l.525-.273.835-.436.801.5L9.416 19.9 12 18.31l2.584 1.59 1.714-1.054.8-.5.837.436.525.273V3.818z"/>
|
|
3
|
+
<path fill="black" d="m15.964 8.88-4.514 5.451-3.359-3.324 1.266-1.28 1.96 1.941 2.687-3.242.574-.694z"/>
|
|
4
|
+
</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="M28.97 1v30l-4.77-2.39L20.11 31l-4.09-2.39L11.93 31l-4.09-2.39L3.07 31V1zM5.37 3.3v23.98l1.44-.72L7.92 26l1.07.63 2.93 1.71 2.93-1.71 1.16-.68 1.16.68 2.93 1.71 2.93-1.71L24.1 26l1.11.56 1.44.72.03-23.98z"/>
|
|
3
|
+
<path fill="black" d="m22.553 10.907-7.687 8.662-5.42-5.007 1.493-1.617 3.77 3.485 6.198-6.983z"/>
|
|
4
|
+
</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="M14 11.429A2.57 2.57 0 0 1 11.429 14H4.57q.013-.024.023-.05A2.143 2.143 0 0 1 2 11.858V7.143h2.76V2l1.71 1.5L7.95 2l1.375 1.579L10.975 2l1.375 1.579L14 2zm-10.457.428a.6.6 0 0 0 1.2 0V8.686h-1.2zm3.6-.514h2.571V9.8H7.143zm0-3h4.286V6.8H7.143z"/>
|
|
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="M15 12a3 3 0 0 1-3 3H4q.014-.028.026-.058Q3.771 15 3.5 15A2.5 2.5 0 0 1 1 12.5V7h3.22V1l1.996 1.75L7.94 1l1.605 1.842L11.47 1l1.604 1.842L15 1zm-12.2.5a.7.7 0 0 0 1.4 0V8.8H2.8zm4.2-.6h3v-1.8H7zm0-3.5h5V6.6H7z"/>
|
|
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="M22 19a3 3 0 0 1-3 3H4q.038-.019.075-.04A2.5 2.5 0 0 1 2 19.5V12h3.2V2l3.112 2.5L11 2l2.5 2.632L16.5 2 19 4.632 22 2zm-18.2.5a.7.7 0 0 0 1.4 0v-5.7H3.8zM9 15.9h4.68v-1.8H9zm6.5 0h2.69v-1.8H15.5zm-6.5-4h4.68v-1.8H9zm6.5 0h2.69v-1.8H15.5z"/>
|
|
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="M30 26a4 4 0 0 1-4 4H5.5l.013-.012A3.25 3.25 0 0 1 2 26.75V16h4.48V2l4.356 3.5L14.6 2l3.5 3.685L22.3 2l3.5 3.685L30 2zm-25.8.75a1.05 1.05 0 1 0 2.1 0V18.2H4.2zm7.6-3.65h6.552v-2.2H11.8zm9.1 0h3.767v-2.2H20.9zm-9.1-4.8h6.552v-2.2H11.8zm9.1 0h3.767v-2.2H20.9zm-9.1-5h6.552v-2.2H11.8zm9.1 0h3.767v-2.2H20.9z"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none">
|
|
2
|
+
<g fill="black" clip-path="url(#ReceiptLong-outline-12_svg__a)">
|
|
3
|
+
<path d="M7.125 8.925h-2.25v-1.35h2.25zm1.5-2.625h-3.75V4.95h3.75z"/>
|
|
4
|
+
<path d="m11.25 9-.003.116A2.25 2.25 0 0 1 9 11.25H2.25a1.5 1.5 0 0 1-1.5-1.5v-4.5h1.68V.75l1.633 1.313L5.475.75l1.312 1.381L8.363.75l1.312 1.381L11.25.75zm-9.15.75a.15.15 0 0 0 .3 0V6.6h-.3zm4.602-5.748L5.416 2.648l-.433.403-.855.795-.348-.28V9.9H9a.9.9 0 0 0 .9-.9V3.73l-.31.272L8.277 2.62z"/>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none">
|
|
2
|
+
<path fill="black" d="M9.5 11.9h-3v-1.8h3zm2-3.5h-5V6.6h5z"/>
|
|
3
|
+
<path fill="black" d="m15 12-.004.154A3 3 0 0 1 12 15H3a2 2 0 0 1-2-2V7h2.24V1l2.178 1.75L7.3 1l1.75 1.842L11.15 1l1.75 1.842L15 1zM2.8 13a.2.2 0 0 0 .4 0V8.8h-.4zm6.137-7.664L7.22 3.53l-.577.538-1.14 1.06-.464-.373V13.2H12a1.2 1.2 0 0 0 1.2-1.2V4.973l-.414.363-1.75-1.842z"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none">
|
|
2
|
+
<path fill="black" d="M13.68 15.9H9v-1.8h4.68zm4.51 0H15.5v-1.8h2.69zm-4.51-4H9v-1.8h4.68zm4.51 0H15.5v-1.8h2.69z"/>
|
|
3
|
+
<path fill="black" d="M22 19a3 3 0 0 1-3 3H4l.076-.04A2.5 2.5 0 0 1 2 19.5V12h3.2V2l3.112 2.5L11 2l2.5 2.632L16.5 2 19 4.632 22 2zm-18.2.5a.7.7 0 0 0 1.4 0v-5.7H3.8zm9.587-12.374L10.92 4.53 9.537 5.818l-1.14 1.06-1.213-.975L7 5.755v14.367l-.003.078H19a1.2 1.2 0 0 0 1.2-1.2V5.972l-.014.012-1.3 1.142-2.5-2.633z"/>
|
|
4
|
+
</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="M18.352 23.1H11.8v-2.2h6.552zm6.315 0H20.9v-2.2h3.767zm-6.315-4.8H11.8v-2.2h6.552zm6.315 0H20.9v-2.2h3.767zm-6.315-5H11.8v-2.2h6.552zm6.315 0H20.9v-2.2h3.767z"/>
|
|
3
|
+
<path fill="black" d="M30 26a4 4 0 0 1-4 4H5.5l.013-.012A3.25 3.25 0 0 1 2 26.75V16h4.48V2l4.356 3.5L14.6 2l3.5 3.685L22.3 2l3.5 3.685L30 2zm-25.8.75a1.05 1.05 0 1 0 2.1 0V18.2H4.2zM17.96 8.732l-3.456-3.64-3.564 3.314L8.68 6.59V27.8H26a1.8 1.8 0 0 0 1.8-1.8V6.856l-2.14 1.876-3.5-3.684z"/>
|
|
4
|
+
</svg>
|
package/dist/fixtures.cjs
CHANGED
|
@@ -171,6 +171,7 @@ const iconNames = [
|
|
|
171
171
|
"CrossPeople",
|
|
172
172
|
"CrossShield",
|
|
173
173
|
"Crossword",
|
|
174
|
+
"Cvc",
|
|
174
175
|
"Cycling",
|
|
175
176
|
"DOCFile",
|
|
176
177
|
"DailyFantasy",
|
|
@@ -253,6 +254,7 @@ const iconNames = [
|
|
|
253
254
|
"FogNight",
|
|
254
255
|
"Folder",
|
|
255
256
|
"Font",
|
|
257
|
+
"FoodDelivery",
|
|
256
258
|
"Football",
|
|
257
259
|
"FootballHelmet",
|
|
258
260
|
"ForestTree",
|
|
@@ -285,6 +287,7 @@ const iconNames = [
|
|
|
285
287
|
"Heart",
|
|
286
288
|
"HeartArrow",
|
|
287
289
|
"HeartPulse",
|
|
290
|
+
"HeartSquare",
|
|
288
291
|
"HeavyRain",
|
|
289
292
|
"HeavyRainDay",
|
|
290
293
|
"HeavyRainLightning",
|
|
@@ -472,6 +475,8 @@ const iconNames = [
|
|
|
472
475
|
"RainDay",
|
|
473
476
|
"RainNight",
|
|
474
477
|
"Receipt",
|
|
478
|
+
"ReceiptCheck",
|
|
479
|
+
"ReceiptLong",
|
|
475
480
|
"Receipts",
|
|
476
481
|
"RedoPencil",
|
|
477
482
|
"Refresh",
|
|
@@ -807,6 +812,7 @@ const iconNamesToNodeIdMap = {
|
|
|
807
812
|
CrossPeople: "5990-24845",
|
|
808
813
|
CrossShield: "5977-18349",
|
|
809
814
|
Crossword: "5766-18249",
|
|
815
|
+
Cvc: "30454-16455",
|
|
810
816
|
Cycling: "5990-21820",
|
|
811
817
|
DailyFantasy: "5990-21754",
|
|
812
818
|
DaisyFlower: "5977-21813",
|
|
@@ -889,6 +895,7 @@ const iconNamesToNodeIdMap = {
|
|
|
889
895
|
FogNight: "20354-21089",
|
|
890
896
|
Folder: "5977-12258",
|
|
891
897
|
Font: "5990-27180",
|
|
898
|
+
FoodDelivery: "30557-19151",
|
|
892
899
|
Football: "5990-21633",
|
|
893
900
|
FootballHelmet: "5990-21685",
|
|
894
901
|
ForestTree: "5977-21058",
|
|
@@ -921,6 +928,7 @@ const iconNamesToNodeIdMap = {
|
|
|
921
928
|
Heart: "7967-14090",
|
|
922
929
|
HeartArrow: "5977-21579",
|
|
923
930
|
HeartPulse: "5977-18547",
|
|
931
|
+
HeartSquare: "30557-22653",
|
|
924
932
|
HeavyRain: "5977-24643",
|
|
925
933
|
HeavyRainDay: "5977-24695",
|
|
926
934
|
HeavyRainLightning: "5977-24864",
|
|
@@ -1106,6 +1114,8 @@ const iconNamesToNodeIdMap = {
|
|
|
1106
1114
|
RainNight: "5977-24838",
|
|
1107
1115
|
RAW: "5990-31270",
|
|
1108
1116
|
Receipt: "5977-12297",
|
|
1117
|
+
ReceiptCheck: "30520-14734",
|
|
1118
|
+
ReceiptLong: "30525-14844",
|
|
1109
1119
|
Receipts: "5977-12271",
|
|
1110
1120
|
RedoPencil: "5766-25871",
|
|
1111
1121
|
Refresh: "7126-9723",
|
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", "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", "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", "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", "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", "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", "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", "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", "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", "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";
|
|
@@ -171,6 +171,7 @@ declare const iconNamesToNodeIdMap: {
|
|
|
171
171
|
readonly CrossPeople: "5990-24845";
|
|
172
172
|
readonly CrossShield: "5977-18349";
|
|
173
173
|
readonly Crossword: "5766-18249";
|
|
174
|
+
readonly Cvc: "30454-16455";
|
|
174
175
|
readonly Cycling: "5990-21820";
|
|
175
176
|
readonly DailyFantasy: "5990-21754";
|
|
176
177
|
readonly DaisyFlower: "5977-21813";
|
|
@@ -253,6 +254,7 @@ declare const iconNamesToNodeIdMap: {
|
|
|
253
254
|
readonly FogNight: "20354-21089";
|
|
254
255
|
readonly Folder: "5977-12258";
|
|
255
256
|
readonly Font: "5990-27180";
|
|
257
|
+
readonly FoodDelivery: "30557-19151";
|
|
256
258
|
readonly Football: "5990-21633";
|
|
257
259
|
readonly FootballHelmet: "5990-21685";
|
|
258
260
|
readonly ForestTree: "5977-21058";
|
|
@@ -285,6 +287,7 @@ declare const iconNamesToNodeIdMap: {
|
|
|
285
287
|
readonly Heart: "7967-14090";
|
|
286
288
|
readonly HeartArrow: "5977-21579";
|
|
287
289
|
readonly HeartPulse: "5977-18547";
|
|
290
|
+
readonly HeartSquare: "30557-22653";
|
|
288
291
|
readonly HeavyRain: "5977-24643";
|
|
289
292
|
readonly HeavyRainDay: "5977-24695";
|
|
290
293
|
readonly HeavyRainLightning: "5977-24864";
|
|
@@ -470,6 +473,8 @@ declare const iconNamesToNodeIdMap: {
|
|
|
470
473
|
readonly RainNight: "5977-24838";
|
|
471
474
|
readonly RAW: "5990-31270";
|
|
472
475
|
readonly Receipt: "5977-12297";
|
|
476
|
+
readonly ReceiptCheck: "30520-14734";
|
|
477
|
+
readonly ReceiptLong: "30525-14844";
|
|
473
478
|
readonly Receipts: "5977-12271";
|
|
474
479
|
readonly RedoPencil: "5766-25871";
|
|
475
480
|
readonly Refresh: "7126-9723";
|
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;;;;;AAkoBA;AAAA,cAloBa,SAAA;AAAA,cAkoBA,oBAAA;EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAmoBD,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", "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", "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", "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", "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", "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", "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", "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", "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", "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";
|
|
@@ -171,6 +171,7 @@ declare const iconNamesToNodeIdMap: {
|
|
|
171
171
|
readonly CrossPeople: "5990-24845";
|
|
172
172
|
readonly CrossShield: "5977-18349";
|
|
173
173
|
readonly Crossword: "5766-18249";
|
|
174
|
+
readonly Cvc: "30454-16455";
|
|
174
175
|
readonly Cycling: "5990-21820";
|
|
175
176
|
readonly DailyFantasy: "5990-21754";
|
|
176
177
|
readonly DaisyFlower: "5977-21813";
|
|
@@ -253,6 +254,7 @@ declare const iconNamesToNodeIdMap: {
|
|
|
253
254
|
readonly FogNight: "20354-21089";
|
|
254
255
|
readonly Folder: "5977-12258";
|
|
255
256
|
readonly Font: "5990-27180";
|
|
257
|
+
readonly FoodDelivery: "30557-19151";
|
|
256
258
|
readonly Football: "5990-21633";
|
|
257
259
|
readonly FootballHelmet: "5990-21685";
|
|
258
260
|
readonly ForestTree: "5977-21058";
|
|
@@ -285,6 +287,7 @@ declare const iconNamesToNodeIdMap: {
|
|
|
285
287
|
readonly Heart: "7967-14090";
|
|
286
288
|
readonly HeartArrow: "5977-21579";
|
|
287
289
|
readonly HeartPulse: "5977-18547";
|
|
290
|
+
readonly HeartSquare: "30557-22653";
|
|
288
291
|
readonly HeavyRain: "5977-24643";
|
|
289
292
|
readonly HeavyRainDay: "5977-24695";
|
|
290
293
|
readonly HeavyRainLightning: "5977-24864";
|
|
@@ -470,6 +473,8 @@ declare const iconNamesToNodeIdMap: {
|
|
|
470
473
|
readonly RainNight: "5977-24838";
|
|
471
474
|
readonly RAW: "5990-31270";
|
|
472
475
|
readonly Receipt: "5977-12297";
|
|
476
|
+
readonly ReceiptCheck: "30520-14734";
|
|
477
|
+
readonly ReceiptLong: "30525-14844";
|
|
473
478
|
readonly Receipts: "5977-12271";
|
|
474
479
|
readonly RedoPencil: "5766-25871";
|
|
475
480
|
readonly Refresh: "7126-9723";
|
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;;;;;AAkoBA;AAAA,cAloBa,SAAA;AAAA,cAkoBA,oBAAA;EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAmoBD,QAAA,WAAmB,SAAA"}
|