@leapdev/gui-icons 3.0.56 → 3.0.57
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 +943 -0
- package/dist/app.js +12 -1
- package/dist/icons/.DS_Store +0 -0
- package/dist/icons/leap-web/delete-16.svg +3 -0
- 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
|
@@ -728,6 +728,7 @@ export { default as LeapWebCopy20 } from './icons/leap-web/copy-20.svg';
|
|
|
728
728
|
export { default as LeapWebCriticalDate16 } from './icons/leap-web/critical-date-16.svg';
|
|
729
729
|
export { default as LeapWebCurveArrowUpLeft20 } from './icons/leap-web/curve-arrow-up-left-20.svg';
|
|
730
730
|
export { default as LeapWebDashboard20 } from './icons/leap-web/dashboard-20.svg';
|
|
731
|
+
export { default as LeapWebDelete16 } from './icons/leap-web/delete-16.svg';
|
|
731
732
|
export { default as LeapWebDelete20 } from './icons/leap-web/delete-20.svg';
|
|
732
733
|
export { default as LeapWebDocument16 } from './icons/leap-web/document-16.svg';
|
|
733
734
|
export { default as LeapWebDocument20 } from './icons/leap-web/document-20.svg';
|