@leapdev/gui-icons 3.0.70 → 3.0.72
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 +24 -2
- package/dist/icons/leap-web/arrow-left-16.svg +0 -1
- package/dist/icons/leap-web/arrow-right-16.svg +0 -1
- package/dist/icons/leap-web/filter-16.svg +2 -2
- package/dist/icons/leap-web/filter-20.svg +2 -2
- package/dist/icons/leap-web/filter-24.svg +3 -0
- package/dist/icons/leap-web/filter-dot-16.svg +9 -2
- package/dist/icons/leap-web/filter-dot-20.svg +2 -2
- package/dist/icons/leap-web/filter-dot-24.svg +4 -0
- package/dist/icons/sprite-leap-web.svg +1 -1
- package/dist/index.js +2 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -769,8 +769,10 @@ export { default as LeapWebFilledStar16 } from './icons/leap-web/filled-star-16.
|
|
|
769
769
|
export { default as LeapWebFilledTick16 } from './icons/leap-web/filled-tick-16.svg';
|
|
770
770
|
export { default as LeapWebFilter16 } from './icons/leap-web/filter-16.svg';
|
|
771
771
|
export { default as LeapWebFilter20 } from './icons/leap-web/filter-20.svg';
|
|
772
|
+
export { default as LeapWebFilter24 } from './icons/leap-web/filter-24.svg';
|
|
772
773
|
export { default as LeapWebFilterDot16 } from './icons/leap-web/filter-dot-16.svg';
|
|
773
774
|
export { default as LeapWebFilterDot20 } from './icons/leap-web/filter-dot-20.svg';
|
|
775
|
+
export { default as LeapWebFilterDot24 } from './icons/leap-web/filter-dot-24.svg';
|
|
774
776
|
export { default as LeapWebFire16 } from './icons/leap-web/fire-16.svg';
|
|
775
777
|
export { default as LeapWebFire20 } from './icons/leap-web/fire-20.svg';
|
|
776
778
|
export { default as LeapWebFlag16 } from './icons/leap-web/flag-16.svg';
|