@leapdev/gui-icons 3.0.47 → 3.0.49
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 +12 -1
- package/dist/icons/.DS_Store +0 -0
- package/dist/icons/leap-web/arrow-down-16.svg +1 -2
- package/dist/icons/leap-web/arrow-up-16.svg +2 -3
- package/dist/icons/leap-web/curve-arrow-up-left-20.svg +3 -0
- package/dist/icons/leap-web/swap-16.svg +4 -4
- package/dist/icons/leap-web/swap-20.svg +4 -4
- package/dist/icons/sprite-leap-web.svg +1 -1
- package/dist/index.js +1 -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 LeapWebCurveArrowUpLeft20 } from './icons/leap-web/curve-arrow-up-left-20.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';
|