@leapdev/gui-icons 3.0.67 → 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 +8 -0
- package/dist/app.js +34 -1
- 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 +3 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -838,6 +838,9 @@ export { default as LeapWebListOrdered20 } from './icons/leap-web/list-ordered-2
|
|
|
838
838
|
export { default as LeapWebLock16 } from './icons/leap-web/lock-16.svg';
|
|
839
839
|
export { default as LeapWebLock20 } from './icons/leap-web/lock-20.svg';
|
|
840
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';
|
|
841
844
|
export { default as LeapWebMinimum16 } from './icons/leap-web/minimum-16.svg';
|
|
842
845
|
export { default as LeapWebMinimum20 } from './icons/leap-web/minimum-20.svg';
|
|
843
846
|
export { default as LeapWebMinus12 } from './icons/leap-web/minus-12.svg';
|