@leapdev/gui-icons 3.0.62 → 3.0.64
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/CHANGELOG.md +15 -0
- package/dist/app.js +56 -1
- package/dist/icons/.DS_Store +0 -0
- package/dist/icons/leap-web/dollar-16.svg +3 -0
- package/dist/icons/leap-web/euro-16.svg +3 -0
- package/dist/icons/leap-web/percent-16.svg +3 -0
- package/dist/icons/leap-web/percent-20.svg +3 -0
- package/dist/icons/leap-web/pound-16.svg +3 -0
- package/dist/icons/sprite-leap-web.svg +1 -1
- package/dist/index.js +5 -0
- package/package.json +1 -1
- package/dist/icons/doctype/.DS_Store +0 -0
- package/dist/icons/leap-web/.DS_Store +0 -0
- package/dist/illustrations/.DS_Store +0 -0
package/dist/index.js
CHANGED
|
@@ -733,6 +733,7 @@ export { default as LeapWebDelete20 } from './icons/leap-web/delete-20.svg';
|
|
|
733
733
|
export { default as LeapWebDocument16 } from './icons/leap-web/document-16.svg';
|
|
734
734
|
export { default as LeapWebDocument20 } from './icons/leap-web/document-20.svg';
|
|
735
735
|
export { default as LeapWebDocumentList20 } from './icons/leap-web/document-list-20.svg';
|
|
736
|
+
export { default as LeapWebDollar16 } from './icons/leap-web/dollar-16.svg';
|
|
736
737
|
export { default as LeapWebDownload16 } from './icons/leap-web/download-16.svg';
|
|
737
738
|
export { default as LeapWebDownload20 } from './icons/leap-web/download-20.svg';
|
|
738
739
|
export { default as LeapWebDragHandle20 } from './icons/leap-web/drag-handle-20.svg';
|
|
@@ -749,6 +750,7 @@ export { default as LeapWebError12 } from './icons/leap-web/error-12.svg';
|
|
|
749
750
|
export { default as LeapWebError16 } from './icons/leap-web/error-16.svg';
|
|
750
751
|
export { default as LeapWebError20 } from './icons/leap-web/error-20.svg';
|
|
751
752
|
export { default as LeapWebError24 } from './icons/leap-web/error-24.svg';
|
|
753
|
+
export { default as LeapWebEuro16 } from './icons/leap-web/euro-16.svg';
|
|
752
754
|
export { default as LeapWebExpand16 } from './icons/leap-web/expand-16.svg';
|
|
753
755
|
export { default as LeapWebExpandLessHoriz16 } from './icons/leap-web/expand-less-horiz-16.svg';
|
|
754
756
|
export { default as LeapWebExpandLessHoriz20 } from './icons/leap-web/expand-less-horiz-20.svg';
|
|
@@ -867,6 +869,8 @@ export { default as LeapWebPanelSlideRight20 } from './icons/leap-web/panel-slid
|
|
|
867
869
|
export { default as LeapWebPause12 } from './icons/leap-web/pause-12.svg';
|
|
868
870
|
export { default as LeapWebPause16 } from './icons/leap-web/pause-16.svg';
|
|
869
871
|
export { default as LeapWebPayment16 } from './icons/leap-web/payment-16.svg';
|
|
872
|
+
export { default as LeapWebPercent16 } from './icons/leap-web/percent-16.svg';
|
|
873
|
+
export { default as LeapWebPercent20 } from './icons/leap-web/percent-20.svg';
|
|
870
874
|
export { default as LeapWebPin10 } from './icons/leap-web/pin-10.svg';
|
|
871
875
|
export { default as LeapWebPin16 } from './icons/leap-web/pin-16.svg';
|
|
872
876
|
export { default as LeapWebPin20 } from './icons/leap-web/pin-20.svg';
|
|
@@ -880,6 +884,7 @@ export { default as LeapWebPlayCircle201 } from './icons/leap-web/play-circle-20
|
|
|
880
884
|
export { default as LeapWebPlayCircle20 } from './icons/leap-web/play-circle-20.svg';
|
|
881
885
|
export { default as LeapWebPlus16 } from './icons/leap-web/plus-16.svg';
|
|
882
886
|
export { default as LeapWebPlus20 } from './icons/leap-web/plus-20.svg';
|
|
887
|
+
export { default as LeapWebPound16 } from './icons/leap-web/pound-16.svg';
|
|
883
888
|
export { default as LeapWebPrint20 } from './icons/leap-web/print-20.svg';
|
|
884
889
|
export { default as LeapWebPulse20 } from './icons/leap-web/pulse-20.svg';
|
|
885
890
|
export { default as LeapWebQuickbooks20 } from './icons/leap-web/quickbooks-20.svg';
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|