@leapdev/gui-icons 3.0.31 → 3.0.32
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 +35 -2
- package/dist/icons/doctype/payment-request.svg +8 -8
- package/dist/icons/leap-web/auth-user-alert-16.svg +7 -0
- package/dist/icons/leap-web/filter-selected-16.svg +4 -0
- package/dist/icons/leap-web/filter-selected-20.svg +4 -0
- package/dist/icons/sprite-doctype.svg +1 -1
- package/dist/icons/sprite-leap-web.svg +1 -1
- package/dist/index.js +3 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -628,6 +628,7 @@ export { default as LeapWebAttach20 } from './icons/leap-web/attach-20.svg';
|
|
|
628
628
|
export { default as LeapWebAuthEmail20 } from './icons/leap-web/auth-email-20.svg';
|
|
629
629
|
export { default as LeapWebAuthLock20 } from './icons/leap-web/auth-lock-20.svg';
|
|
630
630
|
export { default as LeapWebAuthUser20 } from './icons/leap-web/auth-user-20.svg';
|
|
631
|
+
export { default as LeapWebAuthUserAlert16 } from './icons/leap-web/auth-user-alert-16.svg';
|
|
631
632
|
export { default as LeapWebAutocomplete20 } from './icons/leap-web/autocomplete-20.svg';
|
|
632
633
|
export { default as LeapWebAvailableOutline20 } from './icons/leap-web/available-outline-20.svg';
|
|
633
634
|
export { default as LeapWebAvatarBusiness24 } from './icons/leap-web/avatar-business-24.svg';
|
|
@@ -754,6 +755,8 @@ export { default as LeapWebFilledStar16 } from './icons/leap-web/filled-star-16.
|
|
|
754
755
|
export { default as LeapWebFilledTick16 } from './icons/leap-web/filled-tick-16.svg';
|
|
755
756
|
export { default as LeapWebFilter16 } from './icons/leap-web/filter-16.svg';
|
|
756
757
|
export { default as LeapWebFilter20 } from './icons/leap-web/filter-20.svg';
|
|
758
|
+
export { default as LeapWebFilterSelected16 } from './icons/leap-web/filter-selected-16.svg';
|
|
759
|
+
export { default as LeapWebFilterSelected20 } from './icons/leap-web/filter-selected-20.svg';
|
|
757
760
|
export { default as LeapWebFire16 } from './icons/leap-web/fire-16.svg';
|
|
758
761
|
export { default as LeapWebFire20 } from './icons/leap-web/fire-20.svg';
|
|
759
762
|
export { default as LeapWebFlag16 } from './icons/leap-web/flag-16.svg';
|