@leapdev/gui-icons 3.0.42 → 3.0.44
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 +14 -0
- package/dist/app.js +23 -1
- package/dist/icons/.DS_Store +0 -0
- package/dist/icons/leap-web/lock-20.svg +4 -4
- package/dist/icons/leap-web/minus-20.svg +3 -0
- package/dist/icons/leap-web/notification-bell-20.svg +4 -0
- package/dist/icons/sprite-leap-web.svg +1 -1
- package/dist/index.js +2 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -830,6 +830,7 @@ export { default as LeapWebMinimum16 } from './icons/leap-web/minimum-16.svg';
|
|
|
830
830
|
export { default as LeapWebMinimum20 } from './icons/leap-web/minimum-20.svg';
|
|
831
831
|
export { default as LeapWebMinus12 } from './icons/leap-web/minus-12.svg';
|
|
832
832
|
export { default as LeapWebMinus16 } from './icons/leap-web/minus-16.svg';
|
|
833
|
+
export { default as LeapWebMinus20 } from './icons/leap-web/minus-20.svg';
|
|
833
834
|
export { default as LeapWebMinusCircle16 } from './icons/leap-web/minus-circle-16.svg';
|
|
834
835
|
export { default as LeapWebMoreHoriz16 } from './icons/leap-web/more-horiz-16.svg';
|
|
835
836
|
export { default as LeapWebMoreHoriz20 } from './icons/leap-web/more-horiz-20.svg';
|
|
@@ -839,6 +840,7 @@ export { default as LeapWebMove20 } from './icons/leap-web/move-20.svg';
|
|
|
839
840
|
export { default as LeapWebMultipleFlag16 } from './icons/leap-web/multiple-flag-16.svg';
|
|
840
841
|
export { default as LeapWebMultipleFlag20 } from './icons/leap-web/multiple-flag-20.svg';
|
|
841
842
|
export { default as LeapWebMyob20 } from './icons/leap-web/myob-20.svg';
|
|
843
|
+
export { default as LeapWebNotificationBell20 } from './icons/leap-web/notification-bell-20.svg';
|
|
842
844
|
export { default as LeapWebOpenTeams20 } from './icons/leap-web/open-teams-20.svg';
|
|
843
845
|
export { default as LeapWebOpenTeams24 } from './icons/leap-web/open-teams-24.svg';
|
|
844
846
|
export { default as LeapWebOptions16 } from './icons/leap-web/options-16.svg';
|