@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.
@@ -0,0 +1,2 @@
1
+ declare function _exports(params: any): string;
2
+ export = _exports;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ module.exports = function (params) { return "icon-name:".concat(params['aria-label']); };
3
+ //# sourceMappingURL=icon-file-mock.js.map
@@ -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: [ "schedule", "clock", "time"]
618
+ aliases: ["schedule", "clock", "time"]
615
619
  CalendarClock:
616
620
  name: calendar_clock
617
- aliases: [ "calendar_clock" ]
621
+ aliases: ["calendar_clock"]
618
622
  ReadMore:
619
623
  name: read_more
620
- aliases: [ "read_more", "context" ]
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: [ "keep", "pushpin" ]
628
+ aliases: ["keep", "pushpin"]
625
629
  KeepOff:
626
630
  name: keep_off
627
- aliases: [ "kee_off", "pushpin_off" ]
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"