@leapdev/gui-icons 3.0.60 → 3.0.62
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/CHANGELOG.md +46 -0
- package/dist/app.js +177 -1
- package/dist/icons/.DS_Store +0 -0
- package/dist/icons/doctype/.DS_Store +0 -0
- package/dist/icons/leap-web/.DS_Store +0 -0
- package/dist/icons/leap-web/add-16.svg +0 -1
- package/dist/icons/leap-web/add-circle-16.svg +1 -3
- 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/delete-16.svg +3 -0
- package/dist/icons/leap-web/minus-circle-16.svg +1 -1
- package/dist/icons/leap-web/minus-circle-20.svg +3 -0
- 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/leap-web/users-co-author-16.svg +11 -0
- package/dist/icons/leap-web/users-co-author-20.svg +11 -0
- package/dist/icons/leap-web/users-co-author-filled-16.svg +11 -0
- package/dist/icons/leap-web/users-co-author-filled-20.svg +11 -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/illustrations/.DS_Store +0 -0
- package/dist/index.js +16 -0
- package/package.json +1 -1
|
Binary file
|
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';
|
|
@@ -725,6 +728,7 @@ export { default as LeapWebCopy20 } from './icons/leap-web/copy-20.svg';
|
|
|
725
728
|
export { default as LeapWebCriticalDate16 } from './icons/leap-web/critical-date-16.svg';
|
|
726
729
|
export { default as LeapWebCurveArrowUpLeft20 } from './icons/leap-web/curve-arrow-up-left-20.svg';
|
|
727
730
|
export { default as LeapWebDashboard20 } from './icons/leap-web/dashboard-20.svg';
|
|
731
|
+
export { default as LeapWebDelete16 } from './icons/leap-web/delete-16.svg';
|
|
728
732
|
export { default as LeapWebDelete20 } from './icons/leap-web/delete-20.svg';
|
|
729
733
|
export { default as LeapWebDocument16 } from './icons/leap-web/document-16.svg';
|
|
730
734
|
export { default as LeapWebDocument20 } from './icons/leap-web/document-20.svg';
|
|
@@ -833,6 +837,7 @@ export { default as LeapWebMinus12 } from './icons/leap-web/minus-12.svg';
|
|
|
833
837
|
export { default as LeapWebMinus16 } from './icons/leap-web/minus-16.svg';
|
|
834
838
|
export { default as LeapWebMinus20 } from './icons/leap-web/minus-20.svg';
|
|
835
839
|
export { default as LeapWebMinusCircle16 } from './icons/leap-web/minus-circle-16.svg';
|
|
840
|
+
export { default as LeapWebMinusCircle20 } from './icons/leap-web/minus-circle-20.svg';
|
|
836
841
|
export { default as LeapWebMoreHoriz16 } from './icons/leap-web/more-horiz-16.svg';
|
|
837
842
|
export { default as LeapWebMoreHoriz20 } from './icons/leap-web/more-horiz-20.svg';
|
|
838
843
|
export { default as LeapWebMoreVert16 } from './icons/leap-web/more-vert-16.svg';
|
|
@@ -929,6 +934,7 @@ export { default as LeapWebTick20 } from './icons/leap-web/tick-20.svg';
|
|
|
929
934
|
export { default as LeapWebTickCircle16 } from './icons/leap-web/tick-circle-16.svg';
|
|
930
935
|
export { default as LeapWebTickCircle20 } from './icons/leap-web/tick-circle-20.svg';
|
|
931
936
|
export { default as LeapWebTickCircle24 } from './icons/leap-web/tick-circle-24.svg';
|
|
937
|
+
export { default as LeapWebTimeEntry24 } from './icons/leap-web/time-entry-24.svg';
|
|
932
938
|
export { default as LeapWebTimer16 } from './icons/leap-web/timer-16.svg';
|
|
933
939
|
export { default as LeapWebTimer20 } from './icons/leap-web/timer-20.svg';
|
|
934
940
|
export { default as LeapWebTimerAdd20 } from './icons/leap-web/timer-add-20.svg';
|
|
@@ -1024,6 +1030,7 @@ export { default as LeapWebTwoToneIntegrations24 } from './icons/leap-web/two-to
|
|
|
1024
1030
|
export { default as LeapWebTwoToneInvoice20 } from './icons/leap-web/two-tone-invoice-20.svg';
|
|
1025
1031
|
export { default as LeapWebTwoToneInvoice24 } from './icons/leap-web/two-tone-invoice-24.svg';
|
|
1026
1032
|
export { default as LeapWebTwoToneInvoiceAdvanced20 } from './icons/leap-web/two-tone-invoice-advanced-20.svg';
|
|
1033
|
+
export { default as LeapWebTwoToneInvoiceAdvanced24 } from './icons/leap-web/two-tone-invoice-advanced-24.svg';
|
|
1027
1034
|
export { default as LeapWebTwoToneInvoiceApply20 } from './icons/leap-web/two-tone-invoice-apply-20.svg';
|
|
1028
1035
|
export { default as LeapWebTwoToneInvoiceApply24 } from './icons/leap-web/two-tone-invoice-apply-24.svg';
|
|
1029
1036
|
export { default as LeapWebTwoToneJournal20 } from './icons/leap-web/two-tone-journal-20.svg';
|
|
@@ -1047,6 +1054,8 @@ export { default as LeapWebTwoToneNewAccount20 } from './icons/leap-web/two-tone
|
|
|
1047
1054
|
export { default as LeapWebTwoToneNewAccount24 } from './icons/leap-web/two-tone-new-account-24.svg';
|
|
1048
1055
|
export { default as LeapWebTwoToneNewAnticipated20 } from './icons/leap-web/two-tone-new-anticipated-20.svg';
|
|
1049
1056
|
export { default as LeapWebTwoToneNewAnticipated24 } from './icons/leap-web/two-tone-new-anticipated-24.svg';
|
|
1057
|
+
export { default as LeapWebTwoToneNewGroup20 } from './icons/leap-web/two-tone-new-group-20.svg';
|
|
1058
|
+
export { default as LeapWebTwoToneNewQuestion20 } from './icons/leap-web/two-tone-new-question-20.svg';
|
|
1050
1059
|
export { default as LeapWebTwoToneOther24 } from './icons/leap-web/two-tone-other-24.svg';
|
|
1051
1060
|
export { default as LeapWebTwoTonePacket20 } from './icons/leap-web/two-tone-packet-20.svg';
|
|
1052
1061
|
export { default as LeapWebTwoTonePacket24 } from './icons/leap-web/two-tone-packet-24.svg';
|
|
@@ -1058,6 +1067,7 @@ export { default as LeapWebTwoTonePdf20 } from './icons/leap-web/two-tone-pdf-20
|
|
|
1058
1067
|
export { default as LeapWebTwoTonePdf24 } from './icons/leap-web/two-tone-pdf-24.svg';
|
|
1059
1068
|
export { default as LeapWebTwoTonePrint20 } from './icons/leap-web/two-tone-print-20.svg';
|
|
1060
1069
|
export { default as LeapWebTwoTonePrint24 } from './icons/leap-web/two-tone-print-24.svg';
|
|
1070
|
+
export { default as LeapWebTwoToneQuickInvoice24 } from './icons/leap-web/two-tone-quick-invoice-24.svg';
|
|
1061
1071
|
export { default as LeapWebTwoToneReceipt20 } from './icons/leap-web/two-tone-receipt-20.svg';
|
|
1062
1072
|
export { default as LeapWebTwoToneReceipt24 } from './icons/leap-web/two-tone-receipt-24.svg';
|
|
1063
1073
|
export { default as LeapWebTwoToneRename20 } from './icons/leap-web/two-tone-rename-20.svg';
|
|
@@ -1145,12 +1155,18 @@ export { default as LeapWebUserTick16 } from './icons/leap-web/user-tick-16.svg'
|
|
|
1145
1155
|
export { default as LeapWebUserTick20 } from './icons/leap-web/user-tick-20.svg';
|
|
1146
1156
|
export { default as LeapWebUsers16 } from './icons/leap-web/users-16.svg';
|
|
1147
1157
|
export { default as LeapWebUsers20 } from './icons/leap-web/users-20.svg';
|
|
1158
|
+
export { default as LeapWebUsersCoAuthor16 } from './icons/leap-web/users-co-author-16.svg';
|
|
1159
|
+
export { default as LeapWebUsersCoAuthor20 } from './icons/leap-web/users-co-author-20.svg';
|
|
1160
|
+
export { default as LeapWebUsersCoAuthorFilled16 } from './icons/leap-web/users-co-author-filled-16.svg';
|
|
1161
|
+
export { default as LeapWebUsersCoAuthorFilled20 } from './icons/leap-web/users-co-author-filled-20.svg';
|
|
1148
1162
|
export { default as LeapWebVisible16 } from './icons/leap-web/visible-16.svg';
|
|
1149
1163
|
export { default as LeapWebVisible20 } from './icons/leap-web/visible-20.svg';
|
|
1150
1164
|
export { default as LeapWebWarning12 } from './icons/leap-web/warning-12.svg';
|
|
1151
1165
|
export { default as LeapWebWarning16 } from './icons/leap-web/warning-16.svg';
|
|
1152
1166
|
export { default as LeapWebWarning20 } from './icons/leap-web/warning-20.svg';
|
|
1153
1167
|
export { default as LeapWebWarning24 } from './icons/leap-web/warning-24.svg';
|
|
1168
|
+
export { default as LeapWebWebsite16 } from './icons/leap-web/website-16.svg';
|
|
1169
|
+
export { default as LeapWebWebsite20 } from './icons/leap-web/website-20.svg';
|
|
1154
1170
|
export { default as LeapWebXero20 } from './icons/leap-web/xero-20.svg';
|
|
1155
1171
|
export { default as MiscFacebook } from './icons/misc/facebook.svg';
|
|
1156
1172
|
export { default as MiscGoogle } from './icons/misc/google.svg';
|