@leapdev/gui-icons 3.0.32 → 3.0.33
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 +99 -11
- package/dist/icons/leap-web/calendar-appointment-16.svg +4 -0
- package/dist/icons/leap-web/comment-16.svg +3 -0
- package/dist/icons/leap-web/critical-date-16.svg +3 -9
- package/dist/icons/leap-web/email-16.svg +3 -3
- package/dist/icons/leap-web/form-16.svg +3 -0
- package/dist/icons/leap-web/infotrack-search-16.svg +4 -0
- package/dist/icons/leap-web/invoice-16.svg +3 -0
- package/dist/icons/leap-web/payment-16.svg +3 -0
- package/dist/icons/leap-web/task-16.svg +3 -0
- package/dist/icons/leap-web/timer-16.svg +3 -0
- package/dist/icons/sprite-leap-web.svg +1 -1
- package/dist/index.js +10 -2
- package/package.json +1 -1
- /package/dist/icons/leap-web/{filter-selected-16.svg → filter-dot-16.svg} +0 -0
- /package/dist/icons/leap-web/{filter-selected-20.svg → filter-dot-20.svg} +0 -0
package/dist/index.js
CHANGED
|
@@ -680,6 +680,7 @@ export { default as LeapWebCalendar16 } from './icons/leap-web/calendar-16.svg';
|
|
|
680
680
|
export { default as LeapWebCalendar20 } from './icons/leap-web/calendar-20.svg';
|
|
681
681
|
export { default as LeapWebCalendarAdd20 } from './icons/leap-web/calendar-add-20.svg';
|
|
682
682
|
export { default as LeapWebCalendarAdjust20 } from './icons/leap-web/calendar-adjust-20.svg';
|
|
683
|
+
export { default as LeapWebCalendarAppointment16 } from './icons/leap-web/calendar-appointment-16.svg';
|
|
683
684
|
export { default as LeapWebCalendarAppointment20 } from './icons/leap-web/calendar-appointment-20.svg';
|
|
684
685
|
export { default as LeapWebCalendarBell20 } from './icons/leap-web/calendar-bell-20.svg';
|
|
685
686
|
export { default as LeapWebCall16 } from './icons/leap-web/call-16.svg';
|
|
@@ -712,6 +713,7 @@ export { default as LeapWebCloud16 } from './icons/leap-web/cloud-16.svg';
|
|
|
712
713
|
export { default as LeapWebCloud20 } from './icons/leap-web/cloud-20.svg';
|
|
713
714
|
export { default as LeapWebCode20 } from './icons/leap-web/code-20.svg';
|
|
714
715
|
export { default as LeapWebCogConvert20 } from './icons/leap-web/cog-convert-20.svg';
|
|
716
|
+
export { default as LeapWebComment16 } from './icons/leap-web/comment-16.svg';
|
|
715
717
|
export { default as LeapWebComment20 } from './icons/leap-web/comment-20.svg';
|
|
716
718
|
export { default as LeapWebCompare16 } from './icons/leap-web/compare-16.svg';
|
|
717
719
|
export { default as LeapWebCompare20 } from './icons/leap-web/compare-20.svg';
|
|
@@ -755,8 +757,8 @@ export { default as LeapWebFilledStar16 } from './icons/leap-web/filled-star-16.
|
|
|
755
757
|
export { default as LeapWebFilledTick16 } from './icons/leap-web/filled-tick-16.svg';
|
|
756
758
|
export { default as LeapWebFilter16 } from './icons/leap-web/filter-16.svg';
|
|
757
759
|
export { default as LeapWebFilter20 } from './icons/leap-web/filter-20.svg';
|
|
758
|
-
export { default as
|
|
759
|
-
export { default as
|
|
760
|
+
export { default as LeapWebFilterDot16 } from './icons/leap-web/filter-dot-16.svg';
|
|
761
|
+
export { default as LeapWebFilterDot20 } from './icons/leap-web/filter-dot-20.svg';
|
|
760
762
|
export { default as LeapWebFire16 } from './icons/leap-web/fire-16.svg';
|
|
761
763
|
export { default as LeapWebFire20 } from './icons/leap-web/fire-20.svg';
|
|
762
764
|
export { default as LeapWebFlag16 } from './icons/leap-web/flag-16.svg';
|
|
@@ -767,6 +769,7 @@ export { default as LeapWebFolderCases20 } from './icons/leap-web/folder-cases-2
|
|
|
767
769
|
export { default as LeapWebFolderMatter20 } from './icons/leap-web/folder-matter-20.svg';
|
|
768
770
|
export { default as LeapWebFolderNew16 } from './icons/leap-web/folder-new-16.svg';
|
|
769
771
|
export { default as LeapWebFolderNew20 } from './icons/leap-web/folder-new-20.svg';
|
|
772
|
+
export { default as LeapWebForm16 } from './icons/leap-web/form-16.svg';
|
|
770
773
|
export { default as LeapWebForms20 } from './icons/leap-web/forms-20.svg';
|
|
771
774
|
export { default as LeapWebGreyExcel20 } from './icons/leap-web/grey-excel-20.svg';
|
|
772
775
|
export { default as LeapWebGreyLawconnect20 } from './icons/leap-web/grey-lawconnect-20.svg';
|
|
@@ -800,11 +803,13 @@ export { default as LeapWebInfoCircle24 } from './icons/leap-web/info-circle-24.
|
|
|
800
803
|
export { default as LeapWebInfotrackFeeEuro20 } from './icons/leap-web/infotrack-fee-euro-20.svg';
|
|
801
804
|
export { default as LeapWebInfotrackFeeUk20 } from './icons/leap-web/infotrack-fee-uk-20.svg';
|
|
802
805
|
export { default as LeapWebInfotrackFeeUs20 } from './icons/leap-web/infotrack-fee-us-20.svg';
|
|
806
|
+
export { default as LeapWebInfotrackSearch16 } from './icons/leap-web/infotrack-search-16.svg';
|
|
803
807
|
export { default as LeapWebInfotrackSearch20 } from './icons/leap-web/infotrack-search-20.svg';
|
|
804
808
|
export { default as LeapWebIntegrations16 } from './icons/leap-web/integrations-16.svg';
|
|
805
809
|
export { default as LeapWebIntegrations20 } from './icons/leap-web/integrations-20.svg';
|
|
806
810
|
export { default as LeapWebInvisible16 } from './icons/leap-web/invisible-16.svg';
|
|
807
811
|
export { default as LeapWebInvisible20 } from './icons/leap-web/invisible-20.svg';
|
|
812
|
+
export { default as LeapWebInvoice16 } from './icons/leap-web/invoice-16.svg';
|
|
808
813
|
export { default as LeapWebItalic20 } from './icons/leap-web/italic-20.svg';
|
|
809
814
|
export { default as LeapWebLaunch16 } from './icons/leap-web/launch-16.svg';
|
|
810
815
|
export { default as LeapWebLaunch20 } from './icons/leap-web/launch-20.svg';
|
|
@@ -851,6 +856,7 @@ export { default as LeapWebPanelSlideRight16 } from './icons/leap-web/panel-slid
|
|
|
851
856
|
export { default as LeapWebPanelSlideRight20 } from './icons/leap-web/panel-slide-right-20.svg';
|
|
852
857
|
export { default as LeapWebPause12 } from './icons/leap-web/pause-12.svg';
|
|
853
858
|
export { default as LeapWebPause16 } from './icons/leap-web/pause-16.svg';
|
|
859
|
+
export { default as LeapWebPayment16 } from './icons/leap-web/payment-16.svg';
|
|
854
860
|
export { default as LeapWebPin10 } from './icons/leap-web/pin-10.svg';
|
|
855
861
|
export { default as LeapWebPin16 } from './icons/leap-web/pin-16.svg';
|
|
856
862
|
export { default as LeapWebPin20 } from './icons/leap-web/pin-20.svg';
|
|
@@ -910,6 +916,7 @@ export { default as LeapWebStopCircle20 } from './icons/leap-web/stop-circle-20.
|
|
|
910
916
|
export { default as LeapWebStrike20 } from './icons/leap-web/strike-20.svg';
|
|
911
917
|
export { default as LeapWebSwap16 } from './icons/leap-web/swap-16.svg';
|
|
912
918
|
export { default as LeapWebSwap20 } from './icons/leap-web/swap-20.svg';
|
|
919
|
+
export { default as LeapWebTask16 } from './icons/leap-web/task-16.svg';
|
|
913
920
|
export { default as LeapWebTemplates20 } from './icons/leap-web/templates-20.svg';
|
|
914
921
|
export { default as LeapWebTextStroke20 } from './icons/leap-web/text-stroke-20.svg';
|
|
915
922
|
export { default as LeapWebTick16 } from './icons/leap-web/tick-16.svg';
|
|
@@ -917,6 +924,7 @@ export { default as LeapWebTick20 } from './icons/leap-web/tick-20.svg';
|
|
|
917
924
|
export { default as LeapWebTickCircle16 } from './icons/leap-web/tick-circle-16.svg';
|
|
918
925
|
export { default as LeapWebTickCircle20 } from './icons/leap-web/tick-circle-20.svg';
|
|
919
926
|
export { default as LeapWebTickCircle24 } from './icons/leap-web/tick-circle-24.svg';
|
|
927
|
+
export { default as LeapWebTimer16 } from './icons/leap-web/timer-16.svg';
|
|
920
928
|
export { default as LeapWebTimer20 } from './icons/leap-web/timer-20.svg';
|
|
921
929
|
export { default as LeapWebTimerAdd20 } from './icons/leap-web/timer-add-20.svg';
|
|
922
930
|
export { default as LeapWebTimesheets20 } from './icons/leap-web/timesheets-20.svg';
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|