@leapdev/gui-icons 3.0.38 → 3.0.39
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 +833 -0
- package/dist/app.js +34 -1
- package/dist/icons/.DS_Store +0 -0
- package/dist/icons/leap-web/critical-date-24.svg +5 -0
- package/dist/icons/leap-web/invoice-24.svg +4 -0
- package/dist/icons/leap-web/rgb-word-20.svg +30 -30
- package/dist/icons/leap-web/task-24.svg +4 -0
- package/dist/icons/sprite-leap-web.svg +1 -1
- package/dist/index.js +3 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -723,6 +723,7 @@ export { default as LeapWebContract16 } from './icons/leap-web/contract-16.svg';
|
|
|
723
723
|
export { default as LeapWebCopy16 } from './icons/leap-web/copy-16.svg';
|
|
724
724
|
export { default as LeapWebCopy20 } from './icons/leap-web/copy-20.svg';
|
|
725
725
|
export { default as LeapWebCriticalDate16 } from './icons/leap-web/critical-date-16.svg';
|
|
726
|
+
export { default as LeapWebCriticalDate24 } from './icons/leap-web/critical-date-24.svg';
|
|
726
727
|
export { default as LeapWebDashboard20 } from './icons/leap-web/dashboard-20.svg';
|
|
727
728
|
export { default as LeapWebDelete20 } from './icons/leap-web/delete-20.svg';
|
|
728
729
|
export { default as LeapWebDocument16 } from './icons/leap-web/document-16.svg';
|
|
@@ -812,6 +813,7 @@ export { default as LeapWebIntegrations20 } from './icons/leap-web/integrations-
|
|
|
812
813
|
export { default as LeapWebInvisible16 } from './icons/leap-web/invisible-16.svg';
|
|
813
814
|
export { default as LeapWebInvisible20 } from './icons/leap-web/invisible-20.svg';
|
|
814
815
|
export { default as LeapWebInvoice16 } from './icons/leap-web/invoice-16.svg';
|
|
816
|
+
export { default as LeapWebInvoice24 } from './icons/leap-web/invoice-24.svg';
|
|
815
817
|
export { default as LeapWebItalic20 } from './icons/leap-web/italic-20.svg';
|
|
816
818
|
export { default as LeapWebLaunch16 } from './icons/leap-web/launch-16.svg';
|
|
817
819
|
export { default as LeapWebLaunch20 } from './icons/leap-web/launch-20.svg';
|
|
@@ -919,6 +921,7 @@ export { default as LeapWebStrike20 } from './icons/leap-web/strike-20.svg';
|
|
|
919
921
|
export { default as LeapWebSwap16 } from './icons/leap-web/swap-16.svg';
|
|
920
922
|
export { default as LeapWebSwap20 } from './icons/leap-web/swap-20.svg';
|
|
921
923
|
export { default as LeapWebTask16 } from './icons/leap-web/task-16.svg';
|
|
924
|
+
export { default as LeapWebTask24 } from './icons/leap-web/task-24.svg';
|
|
922
925
|
export { default as LeapWebTemplates20 } from './icons/leap-web/templates-20.svg';
|
|
923
926
|
export { default as LeapWebTextStroke20 } from './icons/leap-web/text-stroke-20.svg';
|
|
924
927
|
export { default as LeapWebTick16 } from './icons/leap-web/tick-16.svg';
|