@leapdev/gui-icons 3.0.6 → 3.0.8
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/filled/history.svg +3 -0
- package/dist/icons/sprite-filled.svg +1 -1
- package/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -439,6 +439,7 @@ export { default as FilledGrouping } from './icons/filled/grouping.svg';
|
|
|
439
439
|
export { default as FilledHelpCircleOutline } from './icons/filled/help-circle-outline.svg';
|
|
440
440
|
export { default as FilledHelpCircle } from './icons/filled/help-circle.svg';
|
|
441
441
|
export { default as FilledHelp } from './icons/filled/help.svg';
|
|
442
|
+
export { default as FilledHistory } from './icons/filled/history.svg';
|
|
442
443
|
export { default as FilledHome } from './icons/filled/home.svg';
|
|
443
444
|
export { default as FilledIdeas } from './icons/filled/ideas.svg';
|
|
444
445
|
export { default as FilledImageGrid20 } from './icons/filled/image-grid-20.svg';
|