@epilot360/icons 1.17.39 → 1.17.40

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 CHANGED
@@ -261,8 +261,12 @@ MoveToInbox:
261
261
  svg_import: "@material-symbols/svg-600/rounded/move_to_inbox.svg"
262
262
  File:
263
263
  name: file
264
- aliases: ["file", "entity_file", "folder", "directory"]
264
+ aliases: ["file", "entity_file", "folder", "directory", "email_template"]
265
265
  svg_import: "@material-symbols/svg-600/rounded/folder.svg"
266
+ EmailTemplate:
267
+ name: email_template
268
+ aliases: ["email_template", "variable"]
269
+ svg_import: "@material-symbols/svg-600/rounded/data_object.svg"
266
270
  FileShared:
267
271
  name: file_shared
268
272
  aliases: ["file_shared", "folder_shared", "file", "entity_file"]
@@ -273,7 +277,7 @@ Note:
273
277
  svg_import: "@material-symbols/svg-600/rounded/sticky_note_2.svg"
274
278
  Document:
275
279
  name: document
276
- aliases: ["document", "file"]
280
+ aliases: ["document", "notification_template"]
277
281
  svg_import: "@material-symbols/svg-600/rounded/draft.svg"
278
282
  Templates:
279
283
  name: templates
@@ -927,3 +931,7 @@ DoNotDisturbOn:
927
931
  name: do_not_disturb_on
928
932
  aliases: ["do_not_disturb_on"]
929
933
  svg_import: "@material-symbols/svg-600/rounded/do_not_disturb_on.svg"
934
+ Swap:
935
+ name: swap
936
+ aliases: ["swap", "sync_alt", "switch", "exchange"]
937
+ svg_import: "@material-symbols/svg-600/rounded/sync_alt.svg"