@epilot360/icons 1.17.47 → 1.17.48
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 +4 -0
- package/index.js +1304 -1159
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/react/EpilotIcon.d.ts +2 -0
- package/react/EpilotIcon.js +399 -288
- package/react/EpilotIcon.js.map +1 -1
- package/react/Store/index.d.ts +4 -0
- package/react/Store/index.js +209 -0
- package/react/Store/index.js.map +1 -0
- package/react/index.d.ts +1 -0
- package/react/index.js +693 -579
- package/react/index.js.map +1 -1
- package/svg/Store/icon-fill.svg +1 -0
- package/svg/Store/icon.svg +1 -0
- package/svg/Store/index.d.ts +3 -0
- package/svg/Store/index.js +159 -0
- package/svg/Store/index.js.map +1 -0
- package/svg/index.d.ts +1 -0
- package/svg/index.js +660 -579
- package/svg/index.js.map +1 -1
- package/svg/svgIcon.d.ts +1 -0
- package/svg/svgIcon.js +366 -288
- package/svg/svgIcon.js.map +1 -1
package/icons.config.yaml
CHANGED
|
@@ -446,6 +446,10 @@ Star:
|
|
|
446
446
|
name: star
|
|
447
447
|
aliases: ["star", "favorite"]
|
|
448
448
|
svg_import: "@material-symbols/svg-600/rounded/star.svg"
|
|
449
|
+
Store:
|
|
450
|
+
name: store
|
|
451
|
+
aliases: ["store", "marketplace"]
|
|
452
|
+
svg_import: "@material-symbols/svg-600/rounded/store.svg"
|
|
449
453
|
Exclamation:
|
|
450
454
|
name: exclamation
|
|
451
455
|
aliases: ["exclamation", "attention"]
|