@leapdev/gui-icons 2.0.26 → 2.0.29
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/app.js +18 -6
- package/dist/icons/content-app/welcome.svg +0 -6
- package/dist/icons/sprite-sas.svg +1 -1
- package/dist/icons/sprite-social.svg +1 -1
- package/dist/icons/sprite-two-tone.svg +1 -1
- package/dist/icons/two-tone/arrow-left.svg +1 -1
- package/dist/icons/two-tone/arrow-right.svg +2 -2
- package/dist/icons/two-tone/{Back.svg → back.svg} +0 -0
- package/dist/index.html +4 -4
- package/package.json +1 -1
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="96" height="96" viewBox="0 0 96 96"
|
|
2
|
-
<path d="M32.209 75.603C31.7388 76.0926 31.4762 76.7452 31.4762 77.424C31.4762 78.1028 31.7388 78.7554 32.209 79.245C32.4368 79.4837 32.7107 79.6737 33.0141 79.8035C33.3175 79.9333 33.644 80.0003 33.974 80.0003C34.304 80.0003 34.6305 79.9333 34.9339 79.8035C35.2373 79.6737 35.5112 79.4837 35.739 79.245L64.267 49.82C64.7372 49.3304 64.9998 48.6778 64.9998 47.999C64.9998 47.3202 64.7372 46.6676 64.267 46.178L35.74 16.753C35.5119 16.5148 35.2379 16.3253 34.9345 16.1958C34.6312 16.0663 34.3048 15.9995 33.975 15.9995C33.6452 15.9995 33.3188 16.0663 33.0154 16.1958C32.7121 16.3253 32.4381 16.5148 32.21 16.753C31.7397 17.2422 31.477 17.8944 31.477 18.573C31.477 19.2516 31.7397 19.9038 32.21 20.393L58.229 48L32.209 75.603Z" fill="black"/>
|
|
1
|
+
<svg width="96" height="96" viewBox="0 0 96 96" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M32.209 75.603C31.7388 76.0926 31.4762 76.7452 31.4762 77.424C31.4762 78.1028 31.7388 78.7554 32.209 79.245C32.4368 79.4837 32.7107 79.6737 33.0141 79.8035C33.3175 79.9333 33.644 80.0003 33.974 80.0003C34.304 80.0003 34.6305 79.9333 34.9339 79.8035C35.2373 79.6737 35.5112 79.4837 35.739 79.245L64.267 49.82C64.7372 49.3304 64.9998 48.6778 64.9998 47.999C64.9998 47.3202 64.7372 46.6676 64.267 46.178L35.74 16.753C35.5119 16.5148 35.2379 16.3253 34.9345 16.1958C34.6312 16.0663 34.3048 15.9995 33.975 15.9995C33.6452 15.9995 33.3188 16.0663 33.0154 16.1958C32.7121 16.3253 32.4381 16.5148 32.21 16.753C31.7397 17.2422 31.477 17.8944 31.477 18.573C31.477 19.2516 31.7397 19.9038 32.21 20.393L58.229 48L32.209 75.603Z" fill="black"/>
|
|
3
3
|
</svg>
|
|
File without changes
|