@leapdev/gui-icons 3.0.84 → 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 +23 -1
- package/dist/icons/leap-web/lawconnect-blue-20.svg +11 -0
- 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 +2 -0
- package/package.json +1 -1
- package/CHANGELOG.md +0 -1129
- package/dist/icons/.DS_Store +0 -0
package/dist/index.js
CHANGED
|
@@ -879,6 +879,7 @@ export { default as LeapWebInvoice16 } from './icons/leap-web/invoice-16.svg';
|
|
|
879
879
|
export { default as LeapWebItalic20 } from './icons/leap-web/italic-20.svg';
|
|
880
880
|
export { default as LeapWebLaunch16 } from './icons/leap-web/launch-16.svg';
|
|
881
881
|
export { default as LeapWebLaunch20 } from './icons/leap-web/launch-20.svg';
|
|
882
|
+
export { default as LeapWebLawconnectBlue20 } from './icons/leap-web/lawconnect-blue-20.svg';
|
|
882
883
|
export { default as LeapWebLawconnectIcon20 } from './icons/leap-web/lawconnect-icon-20.svg';
|
|
883
884
|
export { default as LeapWebLeads20 } from './icons/leap-web/leads-20.svg';
|
|
884
885
|
export { default as LeapWebLeapLegs24 } from './icons/leap-web/leap-legs-24.svg';
|
|
@@ -1022,6 +1023,7 @@ export { default as LeapWebTwoToneAccountList20 } from './icons/leap-web/two-ton
|
|
|
1022
1023
|
export { default as LeapWebTwoToneAccountList24 } from './icons/leap-web/two-tone-account-list-24.svg';
|
|
1023
1024
|
export { default as LeapWebTwoToneAccounting24 } from './icons/leap-web/two-tone-accounting-24.svg';
|
|
1024
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';
|
|
1025
1027
|
export { default as LeapWebTwoToneApps24 } from './icons/leap-web/two-tone-apps-24.svg';
|
|
1026
1028
|
export { default as LeapWebTwoToneAuthEmail20 } from './icons/leap-web/two-tone-auth-email-20.svg';
|
|
1027
1029
|
export { default as LeapWebTwoToneCalculator20 } from './icons/leap-web/two-tone-calculator-20.svg';
|