@leapdev/gui-icons 3.0.85 → 3.0.86
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 +12 -1
- package/dist/icons/leap-web/two-tone-apps-20.svg +4 -0
- package/dist/icons/sprite-leap-web.svg +1 -1
- package/dist/index.js +1 -0
- package/package.json +1 -1
- package/CHANGELOG.md +0 -1134
- package/dist/icons/.DS_Store +0 -0
package/dist/index.js
CHANGED
|
@@ -1023,6 +1023,7 @@ export { default as LeapWebTwoToneAccountList20 } from './icons/leap-web/two-ton
|
|
|
1023
1023
|
export { default as LeapWebTwoToneAccountList24 } from './icons/leap-web/two-tone-account-list-24.svg';
|
|
1024
1024
|
export { default as LeapWebTwoToneAccounting24 } from './icons/leap-web/two-tone-accounting-24.svg';
|
|
1025
1025
|
export { default as LeapWebTwoToneAddCircle } from './icons/leap-web/two-tone-add-circle.svg';
|
|
1026
|
+
export { default as LeapWebTwoToneApps20 } from './icons/leap-web/two-tone-apps-20.svg';
|
|
1026
1027
|
export { default as LeapWebTwoToneApps24 } from './icons/leap-web/two-tone-apps-24.svg';
|
|
1027
1028
|
export { default as LeapWebTwoToneAuthEmail20 } from './icons/leap-web/two-tone-auth-email-20.svg';
|
|
1028
1029
|
export { default as LeapWebTwoToneCalculator20 } from './icons/leap-web/two-tone-calculator-20.svg';
|