@leapdev/gui-icons 3.0.55 → 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 +14 -0
- package/dist/app.js +45 -1
- package/dist/icons/leap-web/cards-16.svg +4 -0
- package/dist/icons/leap-web/delete-16.svg +3 -0
- package/dist/icons/leap-web/website-16.svg +3 -0
- package/dist/icons/leap-web/website-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
|
@@ -689,6 +689,7 @@ export { default as LeapWebCalendarAppointment20 } from './icons/leap-web/calend
|
|
|
689
689
|
export { default as LeapWebCalendarBell20 } from './icons/leap-web/calendar-bell-20.svg';
|
|
690
690
|
export { default as LeapWebCall16 } from './icons/leap-web/call-16.svg';
|
|
691
691
|
export { default as LeapWebCall20 } from './icons/leap-web/call-20.svg';
|
|
692
|
+
export { default as LeapWebCards16 } from './icons/leap-web/cards-16.svg';
|
|
692
693
|
export { default as LeapWebCards20 } from './icons/leap-web/cards-20.svg';
|
|
693
694
|
export { default as LeapWebCaretDown12 } from './icons/leap-web/caret-down-12.svg';
|
|
694
695
|
export { default as LeapWebCaretLeft12 } from './icons/leap-web/caret-left-12.svg';
|
|
@@ -727,6 +728,7 @@ export { default as LeapWebCopy20 } from './icons/leap-web/copy-20.svg';
|
|
|
727
728
|
export { default as LeapWebCriticalDate16 } from './icons/leap-web/critical-date-16.svg';
|
|
728
729
|
export { default as LeapWebCurveArrowUpLeft20 } from './icons/leap-web/curve-arrow-up-left-20.svg';
|
|
729
730
|
export { default as LeapWebDashboard20 } from './icons/leap-web/dashboard-20.svg';
|
|
731
|
+
export { default as LeapWebDelete16 } from './icons/leap-web/delete-16.svg';
|
|
730
732
|
export { default as LeapWebDelete20 } from './icons/leap-web/delete-20.svg';
|
|
731
733
|
export { default as LeapWebDocument16 } from './icons/leap-web/document-16.svg';
|
|
732
734
|
export { default as LeapWebDocument20 } from './icons/leap-web/document-20.svg';
|
|
@@ -1158,6 +1160,8 @@ export { default as LeapWebWarning12 } from './icons/leap-web/warning-12.svg';
|
|
|
1158
1160
|
export { default as LeapWebWarning16 } from './icons/leap-web/warning-16.svg';
|
|
1159
1161
|
export { default as LeapWebWarning20 } from './icons/leap-web/warning-20.svg';
|
|
1160
1162
|
export { default as LeapWebWarning24 } from './icons/leap-web/warning-24.svg';
|
|
1163
|
+
export { default as LeapWebWebsite16 } from './icons/leap-web/website-16.svg';
|
|
1164
|
+
export { default as LeapWebWebsite20 } from './icons/leap-web/website-20.svg';
|
|
1161
1165
|
export { default as LeapWebXero20 } from './icons/leap-web/xero-20.svg';
|
|
1162
1166
|
export { default as MiscFacebook } from './icons/misc/facebook.svg';
|
|
1163
1167
|
export { default as MiscGoogle } from './icons/misc/google.svg';
|