@leapdev/gui-icons 3.0.74 → 3.0.75
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 +1009 -0
- package/dist/app.js +12 -1
- package/dist/icons/.DS_Store +0 -0
- package/dist/illustrations/sirius/Preview.svg +72 -0
- 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
|
@@ -1344,6 +1344,7 @@ export { default as SiriusPaymentsanddebtorsEuro } from './illustrations/sirius/
|
|
|
1344
1344
|
export { default as SiriusPaymentsanddebtorsPound } from './illustrations/sirius/PaymentsAndDebtors-Pound.svg';
|
|
1345
1345
|
export { default as SiriusPaymentsanddebtors } from './illustrations/sirius/PaymentsAndDebtors.svg';
|
|
1346
1346
|
export { default as SiriusPiechart } from './illustrations/sirius/PieChart.svg';
|
|
1347
|
+
export { default as SiriusPreview } from './illustrations/sirius/Preview.svg';
|
|
1347
1348
|
export { default as SiriusPreviewunavailable } from './illustrations/sirius/PreviewUnavailable.svg';
|
|
1348
1349
|
export { default as SiriusReports } from './illustrations/sirius/Reports.svg';
|
|
1349
1350
|
export { default as SiriusRestrictedcontent } from './illustrations/sirius/RestrictedContent.svg';
|