@leapdev/gui-icons 3.0.29 → 3.0.31
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/account-list-20.svg +5 -0
- package/dist/icons/leap-web/error-24.svg +3 -0
- package/dist/icons/leap-web/info-circle-24.svg +3 -0
- package/dist/icons/leap-web/tick-circle-24.svg +3 -0
- package/dist/icons/leap-web/warning-24.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
|
@@ -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';
|
|
@@ -737,6 +738,7 @@ export { default as LeapWebEnvelopeWarning20 } from './icons/leap-web/envelope-w
|
|
|
737
738
|
export { default as LeapWebError12 } from './icons/leap-web/error-12.svg';
|
|
738
739
|
export { default as LeapWebError16 } from './icons/leap-web/error-16.svg';
|
|
739
740
|
export { default as LeapWebError20 } from './icons/leap-web/error-20.svg';
|
|
741
|
+
export { default as LeapWebError24 } from './icons/leap-web/error-24.svg';
|
|
740
742
|
export { default as LeapWebExpand16 } from './icons/leap-web/expand-16.svg';
|
|
741
743
|
export { default as LeapWebExpandLessHoriz16 } from './icons/leap-web/expand-less-horiz-16.svg';
|
|
742
744
|
export { default as LeapWebExpandLessHoriz20 } from './icons/leap-web/expand-less-horiz-20.svg';
|
|
@@ -791,6 +793,7 @@ export { default as LeapWebImage20 } from './icons/leap-web/image-20.svg';
|
|
|
791
793
|
export { default as LeapWebInfo16 } from './icons/leap-web/info-16.svg';
|
|
792
794
|
export { default as LeapWebInfoCircle16 } from './icons/leap-web/info-circle-16.svg';
|
|
793
795
|
export { default as LeapWebInfoCircle20 } from './icons/leap-web/info-circle-20.svg';
|
|
796
|
+
export { default as LeapWebInfoCircle24 } from './icons/leap-web/info-circle-24.svg';
|
|
794
797
|
export { default as LeapWebInfotrackFeeEuro20 } from './icons/leap-web/infotrack-fee-euro-20.svg';
|
|
795
798
|
export { default as LeapWebInfotrackFeeUk20 } from './icons/leap-web/infotrack-fee-uk-20.svg';
|
|
796
799
|
export { default as LeapWebInfotrackFeeUs20 } from './icons/leap-web/infotrack-fee-us-20.svg';
|
|
@@ -910,6 +913,7 @@ export { default as LeapWebTick16 } from './icons/leap-web/tick-16.svg';
|
|
|
910
913
|
export { default as LeapWebTick20 } from './icons/leap-web/tick-20.svg';
|
|
911
914
|
export { default as LeapWebTickCircle16 } from './icons/leap-web/tick-circle-16.svg';
|
|
912
915
|
export { default as LeapWebTickCircle20 } from './icons/leap-web/tick-circle-20.svg';
|
|
916
|
+
export { default as LeapWebTickCircle24 } from './icons/leap-web/tick-circle-24.svg';
|
|
913
917
|
export { default as LeapWebTimer20 } from './icons/leap-web/timer-20.svg';
|
|
914
918
|
export { default as LeapWebTimerAdd20 } from './icons/leap-web/timer-add-20.svg';
|
|
915
919
|
export { default as LeapWebTimesheets20 } from './icons/leap-web/timesheets-20.svg';
|
|
@@ -1127,6 +1131,7 @@ export { default as LeapWebVisible20 } from './icons/leap-web/visible-20.svg';
|
|
|
1127
1131
|
export { default as LeapWebWarning12 } from './icons/leap-web/warning-12.svg';
|
|
1128
1132
|
export { default as LeapWebWarning16 } from './icons/leap-web/warning-16.svg';
|
|
1129
1133
|
export { default as LeapWebWarning20 } from './icons/leap-web/warning-20.svg';
|
|
1134
|
+
export { default as LeapWebWarning24 } from './icons/leap-web/warning-24.svg';
|
|
1130
1135
|
export { default as LeapWebXero20 } from './icons/leap-web/xero-20.svg';
|
|
1131
1136
|
export { default as MiscFacebook } from './icons/misc/facebook.svg';
|
|
1132
1137
|
export { default as MiscGoogle } from './icons/misc/google.svg';
|