@leapdev/gui-icons 3.0.84 → 3.0.85
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 +6 -1
- package/dist/app.js +12 -1
- package/dist/icons/leap-web/lawconnect-blue-20.svg +11 -0
- package/dist/icons/sprite-leap-web.svg +1 -1
- package/dist/index.js +1 -0
- package/package.json +1 -1
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';
|