@epilot360/icons 1.16.5 → 1.16.7
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/icons.config.yaml +15 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/react/AICompose/index.js +1 -1
- package/react/AICompose/index.js.map +1 -1
- package/react/EpilotIcon.d.ts +8 -0
- package/react/EpilotIcon.js +1 -1
- package/react/EpilotIcon.js.map +1 -1
- package/react/Forest/index.d.ts +4 -0
- package/react/Forest/index.js +2 -0
- package/react/Forest/index.js.map +1 -0
- package/react/Fuel/index.d.ts +4 -0
- package/react/Fuel/index.js +2 -0
- package/react/Fuel/index.js.map +1 -0
- package/react/Grid/index.d.ts +4 -0
- package/react/Grid/index.js +2 -0
- package/react/Grid/index.js.map +1 -0
- package/react/Recycling/index.d.ts +4 -0
- package/react/Recycling/index.js +2 -0
- package/react/Recycling/index.js.map +1 -0
- package/react/index.d.ts +4 -0
- package/react/index.js +1 -1
- package/react/index.js.map +1 -1
- package/svg/AICompose/icon-fill.svg +5 -5
- package/svg/AICompose/icon.svg +5 -5
- package/svg/AICompose/index.js +1 -1
- package/svg/AICompose/index.js.map +1 -1
- package/svg/Forest/icon-fill.svg +1 -0
- package/svg/Forest/icon.svg +1 -0
- package/svg/Forest/index.d.ts +3 -0
- package/svg/Forest/index.js +2 -0
- package/svg/Forest/index.js.map +1 -0
- package/svg/Fuel/icon-fill.svg +1 -0
- package/svg/Fuel/icon.svg +1 -0
- package/svg/Fuel/index.d.ts +3 -0
- package/svg/Fuel/index.js +2 -0
- package/svg/Fuel/index.js.map +1 -0
- package/svg/Grid/icon-fill.svg +3 -0
- package/svg/Grid/icon.svg +3 -0
- package/svg/Grid/index.d.ts +3 -0
- package/svg/Grid/index.js +2 -0
- package/svg/Grid/index.js.map +1 -0
- package/svg/Recycling/icon-fill.svg +1 -0
- package/svg/Recycling/icon.svg +1 -0
- package/svg/Recycling/index.d.ts +3 -0
- package/svg/Recycling/index.js +2 -0
- package/svg/Recycling/index.js.map +1 -0
- package/svg/index.d.ts +4 -0
- package/svg/index.js +1 -1
- package/svg/index.js.map +1 -1
- package/svg/svgIcon.d.ts +4 -0
- package/svg/svgIcon.js +1 -1
- package/svg/svgIcon.js.map +1 -1
package/icons.config.yaml
CHANGED
|
@@ -636,6 +636,9 @@ Keep:
|
|
|
636
636
|
KeepOff:
|
|
637
637
|
name: keep_off
|
|
638
638
|
aliases: ["kee_off", "pushpin_off"]
|
|
639
|
+
Grid:
|
|
640
|
+
name: grid
|
|
641
|
+
aliases: ["grid"]
|
|
639
642
|
AutoDelete:
|
|
640
643
|
name: auto_delete
|
|
641
644
|
aliases: ["auto_delete"]
|
|
@@ -648,3 +651,15 @@ Restore:
|
|
|
648
651
|
name: history
|
|
649
652
|
aliases: ["restore", "history"]
|
|
650
653
|
svg_import: "@material-symbols/svg-600/rounded/history.svg"
|
|
654
|
+
Forest:
|
|
655
|
+
name: forest
|
|
656
|
+
aliases: ["forest", "pvroof_block"]
|
|
657
|
+
svg_import: "@material-symbols/svg-600/rounded/forest.svg"
|
|
658
|
+
Fuel:
|
|
659
|
+
name: fuel
|
|
660
|
+
aliases: ["fuel", "pvroof_block"]
|
|
661
|
+
svg_import: "@material-symbols/svg-600/rounded/local_gas_station.svg"
|
|
662
|
+
Recycling:
|
|
663
|
+
name: recycling
|
|
664
|
+
aliases: ["recycling", "pvroof_block"]
|
|
665
|
+
svg_import: "@material-symbols/svg-600/rounded/recycling.svg"
|