@epilot360/icons 1.17.5 → 1.17.7

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
@@ -441,6 +441,10 @@ Reply:
441
441
  name: reply
442
442
  aliases: ["reply", "message", "messaging", "email"]
443
443
  svg_import: "@material-symbols/svg-600/rounded/reply.svg"
444
+ ReplyAll:
445
+ name: reply_all
446
+ aliases: ["reply_all"]
447
+ svg_import: "@material-symbols/svg-600/rounded/reply_all.svg"
444
448
  Resize:
445
449
  name: resize
446
450
  aliases: ["resize", "aspect_ratio"]
@@ -752,4 +756,8 @@ LinkOff:
752
756
  Send:
753
757
  name: send
754
758
  aliases: ["send"]
755
- svg_import: "@material-symbols/svg-600/rounded/send.svg"
759
+ svg_import: "@material-symbols/svg-600/rounded/send.svg"
760
+ Undo:
761
+ name: undo
762
+ aliases: ["undo"]
763
+ svg_import: "@material-symbols/svg-600/rounded/undo.svg"