@epilot360/icons 1.17.27 → 1.17.29

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
@@ -340,7 +340,13 @@ Automation:
340
340
  svg_import: "@material-symbols/svg-600/rounded/bolt.svg"
341
341
  AutomationCircle:
342
342
  name: automation_circle
343
- aliases: ["automation_circle", "automation_action2", "automation_trigger2", "offline_bolt"]
343
+ aliases:
344
+ [
345
+ "automation_circle",
346
+ "automation_action2",
347
+ "automation_trigger2",
348
+ "offline_bolt",
349
+ ]
344
350
  svg_import: "@material-symbols/svg-600/rounded/offline_bolt.svg"
345
351
  Journey:
346
352
  name: journey
@@ -637,7 +643,8 @@ Condition:
637
643
  aliases: ["route", "alternative", "condition"]
638
644
  ConditionCircle:
639
645
  name: condition_circle
640
- aliases: ["condition_circle", "alternative2", "condition2", "swap_horizontal_circle"]
646
+ aliases:
647
+ ["condition_circle", "alternative2", "condition2", "swap_horizontal_circle"]
641
648
  svg_import: "@material-symbols/svg-600/rounded/swap_horizontal_circle.svg"
642
649
  NoteStack:
643
650
  name: note_stack
@@ -796,7 +803,7 @@ Campaign:
796
803
  svg_import: "@material-symbols/svg-600/rounded/campaign.svg"
797
804
  Ticket:
798
805
  name: ticket
799
- aliases: ["ticket","case"]
806
+ aliases: ["ticket", "case"]
800
807
  svg_import: "@material-symbols/svg-600/rounded/confirmation_number.svg"
801
808
  Flow:
802
809
  name: flow
@@ -807,7 +814,7 @@ Cards:
807
814
  svg_import: "@material-symbols/svg-600/rounded/cards.svg"
808
815
  Task:
809
816
  name: task
810
- aliases: ["task","manual_task","user_task"]
817
+ aliases: ["task", "manual_task", "user_task"]
811
818
  svg_import: "@material-symbols/svg-600/rounded/inventory.svg"
812
819
  Widgets:
813
820
  name: widgets
@@ -827,7 +834,7 @@ StackedEmail:
827
834
  svg_import: "@material-symbols/svg-600/rounded/stacked_email.svg"
828
835
  ChatBubble:
829
836
  name: chat_bubble
830
- alias: ["chat_bubble", 'message', 'chat']
837
+ alias: ["chat_bubble", "message", "chat"]
831
838
  svg_import: "@material-symbols/svg-600/rounded/chat_bubble.svg"
832
839
  Globe:
833
840
  name: globe
@@ -862,4 +869,7 @@ MoveIn:
862
869
  ConditionGraph:
863
870
  name: condition_graph
864
871
  aliases: ["condition_graph"]
865
-
872
+ FeatureSearch:
873
+ name: feature_search
874
+ aliases: ["feature_search"]
875
+ svg_import: "@material-symbols/svg-600/rounded/feature_search.svg"