@epilot360/icons 1.12.6 → 1.13.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
@@ -62,6 +62,14 @@ FileCopyOff:
62
62
  name: file_copy_off
63
63
  aliases: ["file_copy_off"]
64
64
  svg_import: "@material-symbols/svg-600/rounded/file_copy_off.svg"
65
+ FilterAlt:
66
+ name: filter_alt
67
+ aliases: ["filter_alt"]
68
+ svg_import: "@material-symbols/svg-600/rounded/filter_alt.svg"
69
+ FilterAltOff:
70
+ name: filter_alt_off
71
+ aliases: ["filter_alt_off"]
72
+ svg_import: "@material-symbols/svg-600/rounded/filter_alt_off.svg"
65
73
  DataObject:
66
74
  name: data_object
67
75
  aliases: ["data_object", "data", "object", "curly", "brackets", "json"]