@epilot360/icons 1.15.1 → 1.15.3
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 +11 -1
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/react/Blueprint/index.d.ts +4 -0
- package/react/Blueprint/index.js +2 -0
- package/react/Blueprint/index.js.map +1 -0
- package/react/EpilotIcon.d.ts +6 -0
- package/react/EpilotIcon.js +1 -1
- package/react/EpilotIcon.js.map +1 -1
- package/react/Keep/index.d.ts +4 -0
- package/react/Keep/index.js +2 -0
- package/react/Keep/index.js.map +1 -0
- package/react/KeepOff/index.d.ts +4 -0
- package/react/KeepOff/index.js +2 -0
- package/react/KeepOff/index.js.map +1 -0
- package/react/index.d.ts +3 -0
- package/react/index.js +1 -1
- package/react/index.js.map +1 -1
- package/svg/Blueprint/icon-fill.svg +1 -0
- package/svg/Blueprint/icon.svg +1 -0
- package/svg/Blueprint/index.d.ts +3 -0
- package/svg/Blueprint/index.js +2 -0
- package/svg/Blueprint/index.js.map +1 -0
- package/svg/Keep/icon-fill.svg +1 -0
- package/svg/Keep/icon.svg +1 -0
- package/svg/Keep/index.d.ts +3 -0
- package/svg/Keep/index.js +2 -0
- package/svg/Keep/index.js.map +1 -0
- package/svg/KeepOff/icon-fill.svg +1 -0
- package/svg/KeepOff/icon.svg +1 -0
- package/svg/KeepOff/index.d.ts +3 -0
- package/svg/KeepOff/index.js +2 -0
- package/svg/KeepOff/index.js.map +1 -0
- package/svg/index.d.ts +3 -0
- package/svg/index.js +1 -1
- package/svg/index.js.map +1 -1
- package/svg/svgIcon.d.ts +3 -0
- package/svg/svgIcon.js +1 -1
- package/svg/svgIcon.js.map +1 -1
package/icons.config.yaml
CHANGED
|
@@ -279,6 +279,10 @@ Workflow:
|
|
|
279
279
|
aliases:
|
|
280
280
|
["workflow", "process", "account_tree", "tree", "hierarchy", "structure"]
|
|
281
281
|
svg_import: "@material-symbols/svg-600/rounded/account_tree.svg"
|
|
282
|
+
Blueprint:
|
|
283
|
+
name: blueprint
|
|
284
|
+
aliases: ["blueprint"]
|
|
285
|
+
svg_import: "@material-symbols/svg-600/rounded/architecture.svg"
|
|
282
286
|
Phase:
|
|
283
287
|
name: phase
|
|
284
288
|
aliases: ["phase", "workflow_phase", "process_phase"]
|
|
@@ -618,4 +622,10 @@ CalendarClock:
|
|
|
618
622
|
ReadMore:
|
|
619
623
|
name: read_more
|
|
620
624
|
aliases: [ "read_more", "context" ]
|
|
621
|
-
svg_import: "@material-symbols/svg-600/rounded/read_more.svg"
|
|
625
|
+
svg_import: "@material-symbols/svg-600/rounded/read_more.svg"
|
|
626
|
+
Keep:
|
|
627
|
+
name: keep
|
|
628
|
+
aliases: [ "keep", "pushpin" ]
|
|
629
|
+
KeepOff:
|
|
630
|
+
name: keep_off
|
|
631
|
+
aliases: [ "kee_off", "pushpin_off" ]
|