@justeattakeaway/pie-icons 5.15.0 → 5.16.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 +4 -0
- package/dist/icons/swap-large.svg +1 -0
- package/dist/icons/swap.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
|
@@ -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--swapLarge"><path d="M21.351 16.984 25.43 21H13.835v1.75H25.36l-4.008 4.016L22.585 28l4.935-4.926a1.75 1.75 0 0 0 0-2.398l-4.935-4.926-1.234 1.234Z"></path><path d="M10.639 5.234 6.56 9.25h11.594V11H6.631l4.008 4.016-1.234 1.234-4.935-4.926a1.75 1.75 0 0 1 0-2.398L9.405 4l1.234 1.234Z"></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--swap"><path d="M5.916 7.915 4.069 6.077h5.25V4.765H4.07l1.847-1.837L4.944 2 2.32 4.625a1.076 1.076 0 0 0 0 1.54L4.944 8.79l.972-.875Z"></path><path d="m10.079 13.126 1.846-1.838h-5.25V9.976h5.25L10.08 8.138l.971-.927 2.625 2.625a1.075 1.075 0 0 1 0 1.54L11.05 14l-.971-.875Z"></path></svg>
|