@leapdev/gui-icons 3.0.53 → 3.0.55
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 +929 -0
- package/dist/app.js +23 -1
- package/dist/icons/.DS_Store +0 -0
- package/dist/icons/leap-web/add-16.svg +1 -1
- package/dist/icons/leap-web/arrow-down-20.svg +3 -0
- package/dist/icons/leap-web/arrow-up-20.svg +3 -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
|
@@ -622,9 +622,11 @@ export { default as LeapWebArrowDotRight20 } from './icons/leap-web/arrow-dot-ri
|
|
|
622
622
|
export { default as LeapWebArrowDotUp16 } from './icons/leap-web/arrow-dot-up-16.svg';
|
|
623
623
|
export { default as LeapWebArrowDotUp20 } from './icons/leap-web/arrow-dot-up-20.svg';
|
|
624
624
|
export { default as LeapWebArrowDown16 } from './icons/leap-web/arrow-down-16.svg';
|
|
625
|
+
export { default as LeapWebArrowDown20 } from './icons/leap-web/arrow-down-20.svg';
|
|
625
626
|
export { default as LeapWebArrowLeft16 } from './icons/leap-web/arrow-left-16.svg';
|
|
626
627
|
export { default as LeapWebArrowRight16 } from './icons/leap-web/arrow-right-16.svg';
|
|
627
628
|
export { default as LeapWebArrowUp16 } from './icons/leap-web/arrow-up-16.svg';
|
|
629
|
+
export { default as LeapWebArrowUp20 } from './icons/leap-web/arrow-up-20.svg';
|
|
628
630
|
export { default as LeapWebAttach16 } from './icons/leap-web/attach-16.svg';
|
|
629
631
|
export { default as LeapWebAttach20 } from './icons/leap-web/attach-20.svg';
|
|
630
632
|
export { default as LeapWebAuthEmail20 } from './icons/leap-web/auth-email-20.svg';
|