@leapdev/gui-icons 3.0.55 → 3.0.56
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/cards-16.svg +4 -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 +3 -0
- package/package.json +1 -1
- package/CHANGELOG.md +0 -929
- package/dist/icons/.DS_Store +0 -0
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';
|
|
@@ -1158,6 +1159,8 @@ export { default as LeapWebWarning12 } from './icons/leap-web/warning-12.svg';
|
|
|
1158
1159
|
export { default as LeapWebWarning16 } from './icons/leap-web/warning-16.svg';
|
|
1159
1160
|
export { default as LeapWebWarning20 } from './icons/leap-web/warning-20.svg';
|
|
1160
1161
|
export { default as LeapWebWarning24 } from './icons/leap-web/warning-24.svg';
|
|
1162
|
+
export { default as LeapWebWebsite16 } from './icons/leap-web/website-16.svg';
|
|
1163
|
+
export { default as LeapWebWebsite20 } from './icons/leap-web/website-20.svg';
|
|
1161
1164
|
export { default as LeapWebXero20 } from './icons/leap-web/xero-20.svg';
|
|
1162
1165
|
export { default as MiscFacebook } from './icons/misc/facebook.svg';
|
|
1163
1166
|
export { default as MiscGoogle } from './icons/misc/google.svg';
|