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