@epilot360/icons 1.15.2 → 1.16.0
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/__mocks__/icon-file-mock.d.ts +2 -0
- package/__mocks__/icon-file-mock.js +3 -0
- package/__mocks__/icon-file-mock.js.map +1 -0
- package/icons.config.yaml +13 -5
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/react/AutoDelete/index.d.ts +4 -0
- package/react/AutoDelete/index.js +2 -0
- package/react/AutoDelete/index.js.map +1 -0
- 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 +4 -0
- package/react/EpilotIcon.js +1 -1
- package/react/EpilotIcon.js.map +1 -1
- package/react/index.d.ts +2 -0
- package/react/index.js +1 -1
- package/react/index.js.map +1 -1
- package/svg/AutoDelete/icon-fill.svg +1 -0
- package/svg/AutoDelete/icon.svg +1 -0
- package/svg/AutoDelete/index.d.ts +3 -0
- package/svg/AutoDelete/index.js +2 -0
- package/svg/AutoDelete/index.js.map +1 -0
- 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/index.d.ts +2 -0
- package/svg/index.js +1 -1
- package/svg/index.js.map +1 -1
- package/svg/svgIcon.d.ts +2 -0
- package/svg/svgIcon.js +1 -1
- package/svg/svgIcon.js.map +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-file-mock.js","sourceRoot":"","sources":["../../src/__mocks__/icon-file-mock.js"],"names":[],"mappings":";AAAA,MAAM,CAAC,OAAO,GAAG,UAAC,MAAM,IAAK,OAAA,oBAAa,MAAM,CAAC,YAAY,CAAC,CAAE,EAAnC,CAAmC,CAAC"}
|
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"]
|
|
@@ -611,17 +615,21 @@ Update:
|
|
|
611
615
|
aliases: ["update"]
|
|
612
616
|
Schedule:
|
|
613
617
|
name: schedule
|
|
614
|
-
aliases: [
|
|
618
|
+
aliases: ["schedule", "clock", "time"]
|
|
615
619
|
CalendarClock:
|
|
616
620
|
name: calendar_clock
|
|
617
|
-
aliases: [
|
|
621
|
+
aliases: ["calendar_clock"]
|
|
618
622
|
ReadMore:
|
|
619
623
|
name: read_more
|
|
620
|
-
aliases: [
|
|
624
|
+
aliases: ["read_more", "context"]
|
|
621
625
|
svg_import: "@material-symbols/svg-600/rounded/read_more.svg"
|
|
622
626
|
Keep:
|
|
623
627
|
name: keep
|
|
624
|
-
aliases: [
|
|
628
|
+
aliases: ["keep", "pushpin"]
|
|
625
629
|
KeepOff:
|
|
626
630
|
name: keep_off
|
|
627
|
-
aliases: [
|
|
631
|
+
aliases: ["kee_off", "pushpin_off"]
|
|
632
|
+
AutoDelete:
|
|
633
|
+
name: auto_delete
|
|
634
|
+
aliases: ["auto_delete"]
|
|
635
|
+
svg_import: "@material-symbols/svg-600/rounded/auto_delete.svg"
|