@leapdev/gui-icons 3.0.72 → 3.0.73
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/rgb-outlook-16.svg +26 -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
|
@@ -916,6 +916,7 @@ export { default as LeapWebReports20 } from './icons/leap-web/reports-20.svg';
|
|
|
916
916
|
export { default as LeapWebReports24 } from './icons/leap-web/reports-24.svg';
|
|
917
917
|
export { default as LeapWebRgbExcel20 } from './icons/leap-web/rgb-excel-20.svg';
|
|
918
918
|
export { default as LeapWebRgbOffice36520 } from './icons/leap-web/rgb-office365-20.svg';
|
|
919
|
+
export { default as LeapWebRgbOutlook16 } from './icons/leap-web/rgb-outlook-16.svg';
|
|
919
920
|
export { default as LeapWebRgbOutlook20 } from './icons/leap-web/rgb-outlook-20.svg';
|
|
920
921
|
export { default as LeapWebRgbWord20 } from './icons/leap-web/rgb-word-20.svg';
|
|
921
922
|
export { default as LeapWebSearch16 } from './icons/leap-web/search-16.svg';
|