@epilot360/icons 1.17.10 → 1.17.12

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
@@ -738,6 +738,10 @@ Raven:
738
738
  DriveFileMove:
739
739
  name: drive_file_move
740
740
  aliases: ["drive_file_move", "move", "transfer"]
741
+ Merge:
742
+ name: merge
743
+ aliases: ["merge"]
744
+ svg_import: "@material-symbols/svg-600/outlined/merge.svg"
741
745
  Archive:
742
746
  name: archive
743
747
  aliases: ["archive"]
@@ -772,3 +776,7 @@ Target:
772
776
  name: target
773
777
  aliases: ["target"]
774
778
  svg_import: "@material-symbols/svg-600/rounded/target.svg"
779
+ Campaign:
780
+ name: campaign
781
+ aliases: ["campaign"]
782
+ svg_import: "@material-symbols/svg-600/rounded/campaign.svg"