@leapdev/gui-icons 3.0.65 → 3.0.67
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 +983 -0
- package/dist/app.js +12 -1
- package/dist/icons/.DS_Store +0 -0
- package/dist/icons/leap-web/add-circle-12.svg +3 -0
- package/dist/icons/sprite-leap-web.svg +1 -1
- package/dist/illustrations/sirius/NoCorrespondence.svg +15 -29
- package/dist/illustrations/sprite-sirius-empty-states.svg +1 -1
- package/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -605,6 +605,7 @@ export { default as LeapWebAccountList20 } from './icons/leap-web/account-list-2
|
|
|
605
605
|
export { default as LeapWebAccounting20 } from './icons/leap-web/accounting-20.svg';
|
|
606
606
|
export { default as LeapWebAccounting24 } from './icons/leap-web/accounting-24.svg';
|
|
607
607
|
export { default as LeapWebAdd16 } from './icons/leap-web/add-16.svg';
|
|
608
|
+
export { default as LeapWebAddCircle12 } from './icons/leap-web/add-circle-12.svg';
|
|
608
609
|
export { default as LeapWebAddCircle16 } from './icons/leap-web/add-circle-16.svg';
|
|
609
610
|
export { default as LeapWebAddCircle20 } from './icons/leap-web/add-circle-20.svg';
|
|
610
611
|
export { default as LeapWebAlignCenter20 } from './icons/leap-web/align-center-20.svg';
|