@leapdev/gui-icons 3.0.25 → 3.0.27
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 +6 -3
- package/dist/app.js +39 -6
- package/dist/icons/leap-web/drag-handle-20.svg +6 -6
- package/dist/icons/leap-web/split-invoice-20.svg +6 -0
- package/dist/icons/leap-web/two-tone-invoice-20.svg +5 -4
- package/dist/icons/leap-web/two-tone-invoice-advanced-20.svg +5 -0
- package/dist/icons/leap-web/two-tone-invoice-apply-20.svg +5 -0
- package/dist/icons/sprite-leap-web.svg +1 -1
- package/dist/index.js +4 -1
- package/package.json +1 -1
- /package/dist/icons/leap-web/{two-tone-invoice-24.svg → two-tone-invoice-apply-24.svg} +0 -0
package/dist/index.js
CHANGED
|
@@ -889,6 +889,7 @@ export { default as LeapWebSortAsc20 } from './icons/leap-web/sort-asc-20.svg';
|
|
|
889
889
|
export { default as LeapWebSortDesc16 } from './icons/leap-web/sort-desc-16.svg';
|
|
890
890
|
export { default as LeapWebSortDesc20 } from './icons/leap-web/sort-desc-20.svg';
|
|
891
891
|
export { default as LeapWebSplit16 } from './icons/leap-web/split-16.svg';
|
|
892
|
+
export { default as LeapWebSplitInvoice20 } from './icons/leap-web/split-invoice-20.svg';
|
|
892
893
|
export { default as LeapWebStar16 } from './icons/leap-web/star-16.svg';
|
|
893
894
|
export { default as LeapWebStar20 } from './icons/leap-web/star-20.svg';
|
|
894
895
|
export { default as LeapWebStarOutline16 } from './icons/leap-web/star-outline-16.svg';
|
|
@@ -998,7 +999,9 @@ export { default as LeapWebTwoToneInfotrackSearch24 } from './icons/leap-web/two
|
|
|
998
999
|
export { default as LeapWebTwoToneIntegrations20 } from './icons/leap-web/two-tone-integrations-20.svg';
|
|
999
1000
|
export { default as LeapWebTwoToneIntegrations24 } from './icons/leap-web/two-tone-integrations-24.svg';
|
|
1000
1001
|
export { default as LeapWebTwoToneInvoice20 } from './icons/leap-web/two-tone-invoice-20.svg';
|
|
1001
|
-
export { default as
|
|
1002
|
+
export { default as LeapWebTwoToneInvoiceAdvanced20 } from './icons/leap-web/two-tone-invoice-advanced-20.svg';
|
|
1003
|
+
export { default as LeapWebTwoToneInvoiceApply20 } from './icons/leap-web/two-tone-invoice-apply-20.svg';
|
|
1004
|
+
export { default as LeapWebTwoToneInvoiceApply24 } from './icons/leap-web/two-tone-invoice-apply-24.svg';
|
|
1002
1005
|
export { default as LeapWebTwoToneJournal20 } from './icons/leap-web/two-tone-journal-20.svg';
|
|
1003
1006
|
export { default as LeapWebTwoToneJournal24 } from './icons/leap-web/two-tone-journal-24.svg';
|
|
1004
1007
|
export { default as LeapWebTwoToneJournalCredit20 } from './icons/leap-web/two-tone-journal-credit-20.svg';
|
package/package.json
CHANGED
|
File without changes
|