@leapdev/gui-icons 3.0.50 → 3.0.52
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/time-entry-24.svg +5 -0
- package/dist/icons/leap-web/two-tone-invoice-advanced-24.svg +5 -0
- package/dist/icons/leap-web/two-tone-new-group-20.svg +5 -0
- package/dist/icons/leap-web/two-tone-new-question-20.svg +4 -0
- package/dist/icons/leap-web/two-tone-quick-invoice-24.svg +5 -0
- package/dist/icons/leap-web/two-tone-time-entry-24.svg +4 -3
- package/dist/icons/sprite-leap-web.svg +1 -1
- package/dist/index.js +5 -0
- package/package.json +1 -1
- package/CHANGELOG.md +0 -917
- package/dist/icons/.DS_Store +0 -0
package/dist/index.js
CHANGED
|
@@ -929,6 +929,7 @@ export { default as LeapWebTick20 } from './icons/leap-web/tick-20.svg';
|
|
|
929
929
|
export { default as LeapWebTickCircle16 } from './icons/leap-web/tick-circle-16.svg';
|
|
930
930
|
export { default as LeapWebTickCircle20 } from './icons/leap-web/tick-circle-20.svg';
|
|
931
931
|
export { default as LeapWebTickCircle24 } from './icons/leap-web/tick-circle-24.svg';
|
|
932
|
+
export { default as LeapWebTimeEntry24 } from './icons/leap-web/time-entry-24.svg';
|
|
932
933
|
export { default as LeapWebTimer16 } from './icons/leap-web/timer-16.svg';
|
|
933
934
|
export { default as LeapWebTimer20 } from './icons/leap-web/timer-20.svg';
|
|
934
935
|
export { default as LeapWebTimerAdd20 } from './icons/leap-web/timer-add-20.svg';
|
|
@@ -1024,6 +1025,7 @@ export { default as LeapWebTwoToneIntegrations24 } from './icons/leap-web/two-to
|
|
|
1024
1025
|
export { default as LeapWebTwoToneInvoice20 } from './icons/leap-web/two-tone-invoice-20.svg';
|
|
1025
1026
|
export { default as LeapWebTwoToneInvoice24 } from './icons/leap-web/two-tone-invoice-24.svg';
|
|
1026
1027
|
export { default as LeapWebTwoToneInvoiceAdvanced20 } from './icons/leap-web/two-tone-invoice-advanced-20.svg';
|
|
1028
|
+
export { default as LeapWebTwoToneInvoiceAdvanced24 } from './icons/leap-web/two-tone-invoice-advanced-24.svg';
|
|
1027
1029
|
export { default as LeapWebTwoToneInvoiceApply20 } from './icons/leap-web/two-tone-invoice-apply-20.svg';
|
|
1028
1030
|
export { default as LeapWebTwoToneInvoiceApply24 } from './icons/leap-web/two-tone-invoice-apply-24.svg';
|
|
1029
1031
|
export { default as LeapWebTwoToneJournal20 } from './icons/leap-web/two-tone-journal-20.svg';
|
|
@@ -1047,6 +1049,8 @@ export { default as LeapWebTwoToneNewAccount20 } from './icons/leap-web/two-tone
|
|
|
1047
1049
|
export { default as LeapWebTwoToneNewAccount24 } from './icons/leap-web/two-tone-new-account-24.svg';
|
|
1048
1050
|
export { default as LeapWebTwoToneNewAnticipated20 } from './icons/leap-web/two-tone-new-anticipated-20.svg';
|
|
1049
1051
|
export { default as LeapWebTwoToneNewAnticipated24 } from './icons/leap-web/two-tone-new-anticipated-24.svg';
|
|
1052
|
+
export { default as LeapWebTwoToneNewGroup20 } from './icons/leap-web/two-tone-new-group-20.svg';
|
|
1053
|
+
export { default as LeapWebTwoToneNewQuestion20 } from './icons/leap-web/two-tone-new-question-20.svg';
|
|
1050
1054
|
export { default as LeapWebTwoToneOther24 } from './icons/leap-web/two-tone-other-24.svg';
|
|
1051
1055
|
export { default as LeapWebTwoTonePacket20 } from './icons/leap-web/two-tone-packet-20.svg';
|
|
1052
1056
|
export { default as LeapWebTwoTonePacket24 } from './icons/leap-web/two-tone-packet-24.svg';
|
|
@@ -1058,6 +1062,7 @@ export { default as LeapWebTwoTonePdf20 } from './icons/leap-web/two-tone-pdf-20
|
|
|
1058
1062
|
export { default as LeapWebTwoTonePdf24 } from './icons/leap-web/two-tone-pdf-24.svg';
|
|
1059
1063
|
export { default as LeapWebTwoTonePrint20 } from './icons/leap-web/two-tone-print-20.svg';
|
|
1060
1064
|
export { default as LeapWebTwoTonePrint24 } from './icons/leap-web/two-tone-print-24.svg';
|
|
1065
|
+
export { default as LeapWebTwoToneQuickInvoice24 } from './icons/leap-web/two-tone-quick-invoice-24.svg';
|
|
1061
1066
|
export { default as LeapWebTwoToneReceipt20 } from './icons/leap-web/two-tone-receipt-20.svg';
|
|
1062
1067
|
export { default as LeapWebTwoToneReceipt24 } from './icons/leap-web/two-tone-receipt-24.svg';
|
|
1063
1068
|
export { default as LeapWebTwoToneRename20 } from './icons/leap-web/two-tone-rename-20.svg';
|