@leapdev/gui-icons 3.0.61 → 3.0.63
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 +9 -1
- package/dist/app.js +34 -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/pound-16.svg +3 -0
- package/dist/icons/sprite-leap-web.svg +1 -1
- package/dist/index.js +3 -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';
|
|
@@ -880,6 +882,7 @@ export { default as LeapWebPlayCircle201 } from './icons/leap-web/play-circle-20
|
|
|
880
882
|
export { default as LeapWebPlayCircle20 } from './icons/leap-web/play-circle-20.svg';
|
|
881
883
|
export { default as LeapWebPlus16 } from './icons/leap-web/plus-16.svg';
|
|
882
884
|
export { default as LeapWebPlus20 } from './icons/leap-web/plus-20.svg';
|
|
885
|
+
export { default as LeapWebPound16 } from './icons/leap-web/pound-16.svg';
|
|
883
886
|
export { default as LeapWebPrint20 } from './icons/leap-web/print-20.svg';
|
|
884
887
|
export { default as LeapWebPulse20 } from './icons/leap-web/pulse-20.svg';
|
|
885
888
|
export { default as LeapWebQuickbooks20 } from './icons/leap-web/quickbooks-20.svg';
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|