@leapdev/gui-icons 3.0.28 → 3.0.30
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/dist/app.js +34 -1
- package/dist/icons/leap-web/account-list-20.svg +5 -0
- package/dist/icons/leap-web/panel-slide-16.svg +3 -0
- package/dist/icons/leap-web/panel-slide-20.svg +3 -0
- package/dist/icons/leap-web/panel-slide-left-16.svg +4 -2
- package/dist/icons/leap-web/panel-slide-left-20.svg +2 -2
- package/dist/icons/leap-web/panel-slide-right-16.svg +4 -2
- package/dist/icons/leap-web/panel-slide-right-20.svg +2 -2
- 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
|
@@ -599,6 +599,7 @@ export { default as FilledUsers } from './icons/filled/users.svg';
|
|
|
599
599
|
export { default as FilledVisibleGrid20 } from './icons/filled/visible-grid-20.svg';
|
|
600
600
|
export { default as FilledWarningTriangleOutline } from './icons/filled/warning-triangle-outline.svg';
|
|
601
601
|
export { default as FilledXero } from './icons/filled/xero.svg';
|
|
602
|
+
export { default as LeapWebAccountList20 } from './icons/leap-web/account-list-20.svg';
|
|
602
603
|
export { default as LeapWebAccounting20 } from './icons/leap-web/accounting-20.svg';
|
|
603
604
|
export { default as LeapWebAccounting24 } from './icons/leap-web/accounting-24.svg';
|
|
604
605
|
export { default as LeapWebAdd16 } from './icons/leap-web/add-16.svg';
|
|
@@ -837,6 +838,8 @@ export { default as LeapWebPaneCombined16 } from './icons/leap-web/pane-combined
|
|
|
837
838
|
export { default as LeapWebPaneCombined20 } from './icons/leap-web/pane-combined-20.svg';
|
|
838
839
|
export { default as LeapWebPaneSeparate16 } from './icons/leap-web/pane-separate-16.svg';
|
|
839
840
|
export { default as LeapWebPaneSeparate20 } from './icons/leap-web/pane-separate-20.svg';
|
|
841
|
+
export { default as LeapWebPanelSlide16 } from './icons/leap-web/panel-slide-16.svg';
|
|
842
|
+
export { default as LeapWebPanelSlide20 } from './icons/leap-web/panel-slide-20.svg';
|
|
840
843
|
export { default as LeapWebPanelSlideLeft16 } from './icons/leap-web/panel-slide-left-16.svg';
|
|
841
844
|
export { default as LeapWebPanelSlideLeft20 } from './icons/leap-web/panel-slide-left-20.svg';
|
|
842
845
|
export { default as LeapWebPanelSlideRight16 } from './icons/leap-web/panel-slide-right-16.svg';
|