@leapdev/gui-icons 3.0.66 → 3.0.68
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 +991 -0
- package/dist/app.js +45 -1
- package/dist/icons/.DS_Store +0 -0
- package/dist/icons/leap-web/add-circle-12.svg +3 -0
- package/dist/icons/leap-web/menu-more-vert-12.svg +3 -0
- package/dist/icons/leap-web/menu-more-vert-16.svg +3 -0
- package/dist/icons/leap-web/menu-more-vert-20.svg +3 -0
- package/dist/icons/sprite-leap-web.svg +1 -1
- package/dist/index.js +4 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -605,6 +605,7 @@ export { default as LeapWebAccountList20 } from './icons/leap-web/account-list-2
|
|
|
605
605
|
export { default as LeapWebAccounting20 } from './icons/leap-web/accounting-20.svg';
|
|
606
606
|
export { default as LeapWebAccounting24 } from './icons/leap-web/accounting-24.svg';
|
|
607
607
|
export { default as LeapWebAdd16 } from './icons/leap-web/add-16.svg';
|
|
608
|
+
export { default as LeapWebAddCircle12 } from './icons/leap-web/add-circle-12.svg';
|
|
608
609
|
export { default as LeapWebAddCircle16 } from './icons/leap-web/add-circle-16.svg';
|
|
609
610
|
export { default as LeapWebAddCircle20 } from './icons/leap-web/add-circle-20.svg';
|
|
610
611
|
export { default as LeapWebAlignCenter20 } from './icons/leap-web/align-center-20.svg';
|
|
@@ -837,6 +838,9 @@ export { default as LeapWebListOrdered20 } from './icons/leap-web/list-ordered-2
|
|
|
837
838
|
export { default as LeapWebLock16 } from './icons/leap-web/lock-16.svg';
|
|
838
839
|
export { default as LeapWebLock20 } from './icons/leap-web/lock-20.svg';
|
|
839
840
|
export { default as LeapWebMenu20 } from './icons/leap-web/menu-20.svg';
|
|
841
|
+
export { default as LeapWebMenuMoreVert12 } from './icons/leap-web/menu-more-vert-12.svg';
|
|
842
|
+
export { default as LeapWebMenuMoreVert16 } from './icons/leap-web/menu-more-vert-16.svg';
|
|
843
|
+
export { default as LeapWebMenuMoreVert20 } from './icons/leap-web/menu-more-vert-20.svg';
|
|
840
844
|
export { default as LeapWebMinimum16 } from './icons/leap-web/minimum-16.svg';
|
|
841
845
|
export { default as LeapWebMinimum20 } from './icons/leap-web/minimum-20.svg';
|
|
842
846
|
export { default as LeapWebMinus12 } from './icons/leap-web/minus-12.svg';
|