@epilot360/icons 1.13.2 → 1.13.4

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
@@ -575,3 +575,15 @@ DoubleThumbsUp:
575
575
  AIStar:
576
576
  name: ai_star
577
577
  aliases: ["ai_star"]
578
+ Label:
579
+ name: label
580
+ aliases: ["label"]
581
+ svg_import: "@material-symbols/svg-600/rounded/label.svg"
582
+ LabelOff:
583
+ name: label_off
584
+ aliases: ["label_off"]
585
+ svg_import: "@material-symbols/svg-600/rounded/label_off.svg"
586
+ Remove:
587
+ name: remove
588
+ aliases: ["remove", "minus", "subtract", "dash"]
589
+ svg_import: "@material-symbols/svg-600/rounded/remove.svg"