@leapdev/gui-icons 3.0.54 → 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 +56 -1
- package/dist/icons/leap-web/arrow-down-20.svg +3 -0
- package/dist/icons/leap-web/arrow-up-20.svg +3 -0
- 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 +5 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -622,9 +622,11 @@ export { default as LeapWebArrowDotRight20 } from './icons/leap-web/arrow-dot-ri
|
|
|
622
622
|
export { default as LeapWebArrowDotUp16 } from './icons/leap-web/arrow-dot-up-16.svg';
|
|
623
623
|
export { default as LeapWebArrowDotUp20 } from './icons/leap-web/arrow-dot-up-20.svg';
|
|
624
624
|
export { default as LeapWebArrowDown16 } from './icons/leap-web/arrow-down-16.svg';
|
|
625
|
+
export { default as LeapWebArrowDown20 } from './icons/leap-web/arrow-down-20.svg';
|
|
625
626
|
export { default as LeapWebArrowLeft16 } from './icons/leap-web/arrow-left-16.svg';
|
|
626
627
|
export { default as LeapWebArrowRight16 } from './icons/leap-web/arrow-right-16.svg';
|
|
627
628
|
export { default as LeapWebArrowUp16 } from './icons/leap-web/arrow-up-16.svg';
|
|
629
|
+
export { default as LeapWebArrowUp20 } from './icons/leap-web/arrow-up-20.svg';
|
|
628
630
|
export { default as LeapWebAttach16 } from './icons/leap-web/attach-16.svg';
|
|
629
631
|
export { default as LeapWebAttach20 } from './icons/leap-web/attach-20.svg';
|
|
630
632
|
export { default as LeapWebAuthEmail20 } from './icons/leap-web/auth-email-20.svg';
|
|
@@ -687,6 +689,7 @@ export { default as LeapWebCalendarAppointment20 } from './icons/leap-web/calend
|
|
|
687
689
|
export { default as LeapWebCalendarBell20 } from './icons/leap-web/calendar-bell-20.svg';
|
|
688
690
|
export { default as LeapWebCall16 } from './icons/leap-web/call-16.svg';
|
|
689
691
|
export { default as LeapWebCall20 } from './icons/leap-web/call-20.svg';
|
|
692
|
+
export { default as LeapWebCards16 } from './icons/leap-web/cards-16.svg';
|
|
690
693
|
export { default as LeapWebCards20 } from './icons/leap-web/cards-20.svg';
|
|
691
694
|
export { default as LeapWebCaretDown12 } from './icons/leap-web/caret-down-12.svg';
|
|
692
695
|
export { default as LeapWebCaretLeft12 } from './icons/leap-web/caret-left-12.svg';
|
|
@@ -1156,6 +1159,8 @@ export { default as LeapWebWarning12 } from './icons/leap-web/warning-12.svg';
|
|
|
1156
1159
|
export { default as LeapWebWarning16 } from './icons/leap-web/warning-16.svg';
|
|
1157
1160
|
export { default as LeapWebWarning20 } from './icons/leap-web/warning-20.svg';
|
|
1158
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';
|
|
1159
1164
|
export { default as LeapWebXero20 } from './icons/leap-web/xero-20.svg';
|
|
1160
1165
|
export { default as MiscFacebook } from './icons/misc/facebook.svg';
|
|
1161
1166
|
export { default as MiscGoogle } from './icons/misc/google.svg';
|