@leapdev/gui-icons 3.0.22 → 3.0.23
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 +524 -491
- package/dist/app.js +364 -1
- package/dist/icons/leap-web/avatar-business-24.svg +23 -0
- package/dist/icons/leap-web/avatar-business-32.svg +23 -0
- package/dist/icons/leap-web/avatar-business-48.svg +23 -0
- package/dist/icons/leap-web/avatar-business-96.svg +23 -0
- package/dist/icons/leap-web/avatar-cards-24.svg +24 -0
- package/dist/icons/leap-web/avatar-cards-32.svg +24 -0
- package/dist/icons/leap-web/avatar-cards-48.svg +24 -0
- package/dist/icons/leap-web/avatar-cards-96.svg +24 -0
- package/dist/icons/leap-web/avatar-company-24.svg +26 -0
- package/dist/icons/leap-web/avatar-company-32.svg +26 -0
- package/dist/icons/leap-web/avatar-company-48.svg +26 -0
- package/dist/icons/leap-web/avatar-company-96.svg +26 -0
- package/dist/icons/leap-web/avatar-government-24.svg +17 -0
- package/dist/icons/leap-web/avatar-government-32.svg +17 -0
- package/dist/icons/leap-web/avatar-government-48.svg +17 -0
- package/dist/icons/leap-web/avatar-government-96.svg +17 -0
- package/dist/icons/leap-web/avatar-people-24.svg +22 -0
- package/dist/icons/leap-web/avatar-people-32.svg +22 -0
- package/dist/icons/leap-web/avatar-people-48.svg +22 -0
- package/dist/icons/leap-web/avatar-people-96.svg +22 -0
- package/dist/icons/leap-web/avatar-person-24.svg +15 -0
- package/dist/icons/leap-web/avatar-person-32.svg +20 -0
- package/dist/icons/leap-web/avatar-person-48.svg +20 -0
- package/dist/icons/leap-web/avatar-person-96.svg +20 -0
- package/dist/icons/leap-web/avatar-placeholder-24.svg +15 -0
- package/dist/icons/leap-web/avatar-placeholder-32.svg +20 -0
- package/dist/icons/leap-web/avatar-placeholder-48.svg +20 -0
- package/dist/icons/leap-web/avatar-placeholder-96.svg +20 -0
- package/dist/icons/leap-web/avatar-trust-24.svg +21 -0
- package/dist/icons/leap-web/avatar-trust-32.svg +21 -0
- package/dist/icons/leap-web/avatar-trust-48.svg +21 -0
- package/dist/icons/leap-web/avatar-trust-96.svg +21 -0
- package/dist/icons/leap-web/leap-legs-24.svg +5 -0
- package/dist/icons/sprite-leap-web.svg +1 -1
- package/dist/index.js +33 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -629,6 +629,38 @@ export { default as LeapWebAuthLock20 } from './icons/leap-web/auth-lock-20.svg'
|
|
|
629
629
|
export { default as LeapWebAuthUser20 } from './icons/leap-web/auth-user-20.svg';
|
|
630
630
|
export { default as LeapWebAutocomplete20 } from './icons/leap-web/autocomplete-20.svg';
|
|
631
631
|
export { default as LeapWebAvailableOutline20 } from './icons/leap-web/available-outline-20.svg';
|
|
632
|
+
export { default as LeapWebAvatarBusiness24 } from './icons/leap-web/avatar-business-24.svg';
|
|
633
|
+
export { default as LeapWebAvatarBusiness32 } from './icons/leap-web/avatar-business-32.svg';
|
|
634
|
+
export { default as LeapWebAvatarBusiness48 } from './icons/leap-web/avatar-business-48.svg';
|
|
635
|
+
export { default as LeapWebAvatarBusiness96 } from './icons/leap-web/avatar-business-96.svg';
|
|
636
|
+
export { default as LeapWebAvatarCards24 } from './icons/leap-web/avatar-cards-24.svg';
|
|
637
|
+
export { default as LeapWebAvatarCards32 } from './icons/leap-web/avatar-cards-32.svg';
|
|
638
|
+
export { default as LeapWebAvatarCards48 } from './icons/leap-web/avatar-cards-48.svg';
|
|
639
|
+
export { default as LeapWebAvatarCards96 } from './icons/leap-web/avatar-cards-96.svg';
|
|
640
|
+
export { default as LeapWebAvatarCompany24 } from './icons/leap-web/avatar-company-24.svg';
|
|
641
|
+
export { default as LeapWebAvatarCompany32 } from './icons/leap-web/avatar-company-32.svg';
|
|
642
|
+
export { default as LeapWebAvatarCompany48 } from './icons/leap-web/avatar-company-48.svg';
|
|
643
|
+
export { default as LeapWebAvatarCompany96 } from './icons/leap-web/avatar-company-96.svg';
|
|
644
|
+
export { default as LeapWebAvatarGovernment24 } from './icons/leap-web/avatar-government-24.svg';
|
|
645
|
+
export { default as LeapWebAvatarGovernment32 } from './icons/leap-web/avatar-government-32.svg';
|
|
646
|
+
export { default as LeapWebAvatarGovernment48 } from './icons/leap-web/avatar-government-48.svg';
|
|
647
|
+
export { default as LeapWebAvatarGovernment96 } from './icons/leap-web/avatar-government-96.svg';
|
|
648
|
+
export { default as LeapWebAvatarPeople24 } from './icons/leap-web/avatar-people-24.svg';
|
|
649
|
+
export { default as LeapWebAvatarPeople32 } from './icons/leap-web/avatar-people-32.svg';
|
|
650
|
+
export { default as LeapWebAvatarPeople48 } from './icons/leap-web/avatar-people-48.svg';
|
|
651
|
+
export { default as LeapWebAvatarPeople96 } from './icons/leap-web/avatar-people-96.svg';
|
|
652
|
+
export { default as LeapWebAvatarPerson24 } from './icons/leap-web/avatar-person-24.svg';
|
|
653
|
+
export { default as LeapWebAvatarPerson32 } from './icons/leap-web/avatar-person-32.svg';
|
|
654
|
+
export { default as LeapWebAvatarPerson48 } from './icons/leap-web/avatar-person-48.svg';
|
|
655
|
+
export { default as LeapWebAvatarPerson96 } from './icons/leap-web/avatar-person-96.svg';
|
|
656
|
+
export { default as LeapWebAvatarPlaceholder24 } from './icons/leap-web/avatar-placeholder-24.svg';
|
|
657
|
+
export { default as LeapWebAvatarPlaceholder32 } from './icons/leap-web/avatar-placeholder-32.svg';
|
|
658
|
+
export { default as LeapWebAvatarPlaceholder48 } from './icons/leap-web/avatar-placeholder-48.svg';
|
|
659
|
+
export { default as LeapWebAvatarPlaceholder96 } from './icons/leap-web/avatar-placeholder-96.svg';
|
|
660
|
+
export { default as LeapWebAvatarTrust24 } from './icons/leap-web/avatar-trust-24.svg';
|
|
661
|
+
export { default as LeapWebAvatarTrust32 } from './icons/leap-web/avatar-trust-32.svg';
|
|
662
|
+
export { default as LeapWebAvatarTrust48 } from './icons/leap-web/avatar-trust-48.svg';
|
|
663
|
+
export { default as LeapWebAvatarTrust96 } from './icons/leap-web/avatar-trust-96.svg';
|
|
632
664
|
export { default as LeapWebBackgroundColor20 } from './icons/leap-web/background-color-20.svg';
|
|
633
665
|
export { default as LeapWebBalanceOutline20 } from './icons/leap-web/balance-outline-20.svg';
|
|
634
666
|
export { default as LeapWebBell16 } from './icons/leap-web/bell-16.svg';
|
|
@@ -768,6 +800,7 @@ export { default as LeapWebLaunch16 } from './icons/leap-web/launch-16.svg';
|
|
|
768
800
|
export { default as LeapWebLaunch20 } from './icons/leap-web/launch-20.svg';
|
|
769
801
|
export { default as LeapWebLawconnectIcon20 } from './icons/leap-web/lawconnect-icon-20.svg';
|
|
770
802
|
export { default as LeapWebLeads20 } from './icons/leap-web/leads-20.svg';
|
|
803
|
+
export { default as LeapWebLeapLegs24 } from './icons/leap-web/leap-legs-24.svg';
|
|
771
804
|
export { default as LeapWebLegalAid20 } from './icons/leap-web/legal-aid-20.svg';
|
|
772
805
|
export { default as LeapWebLetter20 } from './icons/leap-web/letter-20.svg';
|
|
773
806
|
export { default as LeapWebLink20 } from './icons/leap-web/link-20.svg';
|