@justeattakeaway/pie-icons 5.12.0 → 5.14.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/dist/iconData.json +34 -10
- package/dist/icons/face-excited-filled-large.svg +1 -0
- package/dist/icons/face-excited-filled.svg +1 -0
- package/dist/icons/face-excited-large.svg +1 -0
- package/dist/icons/face-excited.svg +1 -0
- package/dist/icons/face-happy-filled-large.svg +1 -0
- package/dist/icons/face-happy-filled.svg +1 -0
- package/dist/icons/face-neutral-filled-large.svg +1 -0
- package/dist/icons/face-neutral-filled.svg +1 -0
- package/dist/icons/face-neutral-large.svg +1 -0
- package/dist/icons/face-neutral.svg +1 -0
- package/dist/icons/weight-large.svg +1 -0
- package/dist/icons/weight.svg +1 -0
- package/dist/icons.json +1 -1
- package/dist/pie-icons.js +1 -1
- package/dist/pie-icons.min.js +1 -1
- package/dist/pie-icons.min.js.map +1 -1
- package/package.json +1 -1
package/dist/iconData.json
CHANGED
|
@@ -1408,14 +1408,14 @@
|
|
|
1408
1408
|
"name": "loading",
|
|
1409
1409
|
"displayName": "Loading"
|
|
1410
1410
|
},
|
|
1411
|
-
{
|
|
1412
|
-
"name": "paintbrush",
|
|
1413
|
-
"displayName": "Paintbrush"
|
|
1414
|
-
},
|
|
1415
1411
|
{
|
|
1416
1412
|
"name": "pacifier",
|
|
1417
1413
|
"displayName": "Pacifier"
|
|
1418
1414
|
},
|
|
1415
|
+
{
|
|
1416
|
+
"name": "paintbrush",
|
|
1417
|
+
"displayName": "Paintbrush"
|
|
1418
|
+
},
|
|
1419
1419
|
{
|
|
1420
1420
|
"name": "pet-supplies",
|
|
1421
1421
|
"displayName": "Pet Supplies"
|
|
@@ -1463,6 +1463,10 @@
|
|
|
1463
1463
|
{
|
|
1464
1464
|
"name": "tutorial",
|
|
1465
1465
|
"displayName": "Tutorial"
|
|
1466
|
+
},
|
|
1467
|
+
{
|
|
1468
|
+
"name": "weight",
|
|
1469
|
+
"displayName": "Weight"
|
|
1466
1470
|
}
|
|
1467
1471
|
]
|
|
1468
1472
|
},
|
|
@@ -1800,13 +1804,29 @@
|
|
|
1800
1804
|
"name": "baby-kid",
|
|
1801
1805
|
"displayName": "Baby Kid"
|
|
1802
1806
|
},
|
|
1807
|
+
{
|
|
1808
|
+
"name": "face-excited",
|
|
1809
|
+
"displayName": "Face Excited"
|
|
1810
|
+
},
|
|
1811
|
+
{
|
|
1812
|
+
"name": "face-excited-filled",
|
|
1813
|
+
"displayName": "Face Excited Filled"
|
|
1814
|
+
},
|
|
1803
1815
|
{
|
|
1804
1816
|
"name": "face-happy",
|
|
1805
1817
|
"displayName": "Face Happy"
|
|
1806
1818
|
},
|
|
1807
1819
|
{
|
|
1808
|
-
"name": "
|
|
1809
|
-
"displayName": "
|
|
1820
|
+
"name": "face-happy-filled",
|
|
1821
|
+
"displayName": "Face Happy Filled"
|
|
1822
|
+
},
|
|
1823
|
+
{
|
|
1824
|
+
"name": "face-neutral",
|
|
1825
|
+
"displayName": "Face Neutral"
|
|
1826
|
+
},
|
|
1827
|
+
{
|
|
1828
|
+
"name": "face-neutral-filled",
|
|
1829
|
+
"displayName": "Face Neutral Filled"
|
|
1810
1830
|
},
|
|
1811
1831
|
{
|
|
1812
1832
|
"name": "user",
|
|
@@ -1816,14 +1836,14 @@
|
|
|
1816
1836
|
"name": "user-add",
|
|
1817
1837
|
"displayName": "User Add"
|
|
1818
1838
|
},
|
|
1819
|
-
{
|
|
1820
|
-
"name": "user-circle",
|
|
1821
|
-
"displayName": "User Circle"
|
|
1822
|
-
},
|
|
1823
1839
|
{
|
|
1824
1840
|
"name": "user-cancelled",
|
|
1825
1841
|
"displayName": "User Cancelled"
|
|
1826
1842
|
},
|
|
1843
|
+
{
|
|
1844
|
+
"name": "user-circle",
|
|
1845
|
+
"displayName": "User Circle"
|
|
1846
|
+
},
|
|
1827
1847
|
{
|
|
1828
1848
|
"name": "user-circle-filled",
|
|
1829
1849
|
"displayName": "User Circle Filled"
|
|
@@ -1863,6 +1883,10 @@
|
|
|
1863
1883
|
{
|
|
1864
1884
|
"name": "user-shield",
|
|
1865
1885
|
"displayName": "User Shield"
|
|
1886
|
+
},
|
|
1887
|
+
{
|
|
1888
|
+
"name": "users",
|
|
1889
|
+
"displayName": "Users"
|
|
1866
1890
|
}
|
|
1867
1891
|
]
|
|
1868
1892
|
},
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 32 32" class="c-pieIcon c-pieIcon--faceExcitedFilledLarge"><path d="M24.662 7.338A12.25 12.25 0 1 0 7.338 24.662 12.25 12.25 0 0 0 24.662 7.338Zm-14.606 8.637a1.313 1.313 0 1 1 .513-2.576 1.313 1.313 0 0 1-.513 2.576Zm11.162 2.88c0 2.517-2.341 4.565-5.219 4.565-2.877 0-5.217-2.048-5.217-4.565v-.437h10.436v.438Zm1.56-3.438a1.312 1.312 0 1 1-2.181-1.458 1.312 1.312 0 0 1 2.182 1.458Z"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 16 16" class="c-pieIcon c-pieIcon--faceExcitedFilled"><path d="M12.792 3.207A6.79 6.79 0 0 0 8 1.22 6.781 6.781 0 1 0 14.78 8a6.789 6.789 0 0 0-1.989-4.793ZM10.25 6a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5Zm-4.5 0a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5Zm5.384 3.297c0 1.475-1.406 2.675-3.134 2.675s-3.134-1.2-3.134-2.675v-.656h6.268v.656Z"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 32 32" class="c-pieIcon c-pieIcon--faceExcitedLarge"><path d="M24.662 7.338A12.25 12.25 0 1 0 7.338 24.662 12.25 12.25 0 0 0 24.662 7.338Zm-1.237 16.087a10.5 10.5 0 1 1-14.85-14.85 10.5 10.5 0 0 1 14.85 14.85Z"></path><path d="M10.815 15.9a1.31 1.31 0 0 0 .81-1.213 1.313 1.313 0 1 0-.81 1.213Z"></path><path d="M21.688 13.375a1.312 1.312 0 1 0 0 2.625 1.312 1.312 0 0 0 0-2.625Z"></path><path d="M10.344 18.855c0 2.759 2.537 5.003 5.656 5.003 3.119 0 5.656-2.244 5.656-5.003v-.875H10.344v.875Zm9.418.875c-.46 1.37-1.973 2.378-3.762 2.378-1.79 0-3.303-1.008-3.762-2.378h7.524Z"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 16 16" class="c-pieIcon c-pieIcon--faceExcited"><path d="M9.5 6.75a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0Z"></path><path d="M12.792 3.207A6.79 6.79 0 0 0 8 1.22 6.781 6.781 0 1 0 14.781 8a6.79 6.79 0 0 0-1.989-4.793Zm.26 6.886a5.47 5.47 0 0 1-10.104 0 5.468 5.468 0 1 1 10.105 0Z"></path><path d="M5.75 7.5a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Z"></path><path d="M4.866 9.297c0 1.475 1.405 2.675 3.134 2.675 1.729 0 3.134-1.2 3.134-2.675v-.656H4.866v.656Zm4.723.656c-.316.418-.917.707-1.589.707-.672 0-1.273-.29-1.588-.707h3.177Z"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 32 32" class="c-pieIcon c-pieIcon--faceHappyFilledLarge"><path d="M24.662 7.338A12.25 12.25 0 1 0 7.338 24.662 12.25 12.25 0 0 0 24.662 7.338ZM10.815 15.9a1.312 1.312 0 1 1-1.005-2.424 1.312 1.312 0 0 1 1.005 2.424Zm8.061 5.254a4.716 4.716 0 0 1-7.435-2.529h1.846a2.975 2.975 0 0 0 5.426 0h1.846a4.716 4.716 0 0 1-1.683 2.53Zm3.903-5.737a1.312 1.312 0 1 1-2.182-1.457 1.312 1.312 0 0 1 2.182 1.457Z"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 16 16" class="c-pieIcon c-pieIcon--faceHappyFilled"><path d="M12.792 3.208A6.79 6.79 0 0 0 8 1.218 6.781 6.781 0 1 0 14.781 8a6.79 6.79 0 0 0-1.989-4.792ZM10.25 6a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5Zm-4.5 0a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5Zm4.245 4.7A3.168 3.168 0 0 1 5 9h1.374A1.847 1.847 0 0 0 9.75 9h1.374a3.167 3.167 0 0 1-1.13 1.7Z"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 32 32" class="c-pieIcon c-pieIcon--faceNeutralFilledLarge"><path d="M24.662 7.338A12.25 12.25 0 1 0 7.338 24.662 12.25 12.25 0 0 0 24.662 7.338ZM10.815 15.9a1.312 1.312 0 1 1-1.005-2.423 1.312 1.312 0 0 1 1.005 2.423Zm9.744 5.354H11.44v-1.75h9.118v1.75Zm2.22-5.837a1.314 1.314 0 1 1-2.184-1.46 1.314 1.314 0 0 1 2.184 1.46Z"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 16 16" class="c-pieIcon c-pieIcon--faceNeutralFilled"><path d="M12.793 3.208A6.79 6.79 0 0 0 8 1.218 6.782 6.782 0 1 0 14.78 8a6.789 6.789 0 0 0-1.989-4.793ZM5.75 6a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5ZM11 10.94H5V9.626h6v1.312Zm-.75-3.44a.75.75 0 1 1 0-1.5.75.75 0 0 1 0 1.5Z"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 32 32" class="c-pieIcon c-pieIcon--faceNeutralLarge"><path d="M24.662 7.338A12.25 12.25 0 1 0 7.338 24.662 12.25 12.25 0 0 0 24.662 7.338Zm-1.237 16.087a10.5 10.5 0 1 1-14.85-14.85 10.5 10.5 0 0 1 14.85 14.85Z"></path><path d="M11.625 14.688a1.313 1.313 0 1 1-2.625 0 1.313 1.313 0 0 1 2.625 0Z"></path><path d="M23 14.688a1.313 1.313 0 1 1-2.625 0 1.313 1.313 0 0 1 2.625 0Z"></path><path d="M20.559 19.504H11.44v1.75h9.118v-1.75Z"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 16 16" class="c-pieIcon c-pieIcon--faceNeutral"><path d="M8 1.219A6.781 6.781 0 1 0 14.781 8 6.79 6.79 0 0 0 8 1.219Zm0 12.25A5.469 5.469 0 1 1 8 2.53a5.469 5.469 0 0 1 0 10.938Z"></path><path d="M5 6.75a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0Z"></path><path d="M9.5 6.75a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0Z"></path><path d="M11 9.627H5v1.312h6V9.627Z"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 32 32" class="c-pieIcon c-pieIcon--weightLarge"><path d="M27.025 13.324a2.628 2.628 0 0 0-2.624-2.557h-4.439c.56-.735.904-1.641.904-2.633a4.38 4.38 0 0 0-4.375-4.375 4.38 4.38 0 0 0-4.374 4.375c0 .992.344 1.898.903 2.633H8.65a2.628 2.628 0 0 0-2.624 2.555L4.26 25.491l-.009.125a2.628 2.628 0 0 0 2.625 2.625h19.25a2.628 2.628 0 0 0 2.625-2.625l-1.725-12.292ZM16.49 5.51a2.628 2.628 0 0 1 2.625 2.625 2.628 2.628 0 0 1-2.625 2.625 2.628 2.628 0 0 1-2.624-2.625 2.628 2.628 0 0 1 2.624-2.625Zm9.634 20.982H6.875a.876.876 0 0 1-.873-.822l1.764-12.152.01-.125c0-.483.392-.875.875-.875H24.4c.482 0 .875.392.875.875l1.722 12.276a.875.875 0 0 1-.873.823Z"></path><path d="M16.323 16.82H14.79l-2.072 2.434V16.82h-1.304v5.363h1.304v-1.212l.668-.776 1.453 1.988h1.567l-2.12-2.938 2.038-2.425Z"></path><path d="M19.503 20.302h.858v.57c-.296.156-.692.222-1.006.222-1.081 0-1.61-.784-1.61-1.592 0-.908.661-1.602 1.528-1.602.42 0 .858.166 1.138.454l.825-.825c-.462-.47-1.089-.808-1.997-.808-1.905 0-2.83 1.485-2.83 2.78 0 1.247.85 2.781 2.864 2.781 1.031 0 1.963-.38 2.392-.841v-2.245h-2.162V20.3Z"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 16 16" class="c-pieIcon c-pieIcon--weight"><path d="M13.013 6.213a1.089 1.089 0 0 0-1.086-1.031H9.831c.074-.207.122-.426.122-.658a1.96 1.96 0 0 0-1.957-1.957 1.96 1.96 0 0 0-1.958 1.957c0 .232.048.451.122.658H4.098c-.6 0-1.087.487-1.085 1.055l-.887 6.107.003.067a1.09 1.09 0 0 0 1.086 1.022h9.57c.574 0 1.05-.45 1.085-1.023l.004-.065-.86-6.132ZM7.996 3.87a.654.654 0 1 1-.002 1.308.654.654 0 0 1 .002-1.308Zm-4.52 8.258.817-5.643h7.442l.79 5.643h-9.05Z"></path><path d="M7.92 7.945h-.708l-.956 1.123V7.945h-.602v2.475h.602v-.56l.308-.358.67.918h.724l-.979-1.356.94-1.119Z"></path><path d="M9.387 9.552h.396v.263c-.137.072-.32.102-.464.102-.499 0-.743-.361-.743-.734 0-.42.305-.74.705-.74a.75.75 0 0 1 .525.21l.38-.38a1.228 1.228 0 0 0-.92-.374c-.88 0-1.306.686-1.306 1.284 0 .574.392 1.283 1.32 1.283.477 0 .907-.175 1.105-.389V9.041h-.998v.51Z"></path></svg>
|