@epilot360/icons 1.16.2 → 1.16.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/svg/svgIcon.d.ts CHANGED
@@ -88,6 +88,7 @@ export declare const svgMap: {
88
88
  skip: (opts?: IconProps) => string;
89
89
  checklist: (opts?: IconProps) => string;
90
90
  person_check: (opts?: IconProps) => string;
91
+ person_add: (opts?: IconProps) => string;
91
92
  comment: (opts?: IconProps) => string;
92
93
  star: (opts?: IconProps) => string;
93
94
  exclamation: (opts?: IconProps) => string;
@@ -142,6 +143,7 @@ export declare const svgMap: {
142
143
  note_stack: (opts?: IconProps) => string;
143
144
  double_thumbs_up: (opts?: IconProps) => string;
144
145
  ai_star: (opts?: IconProps) => string;
146
+ ai_compose: (opts?: IconProps) => string;
145
147
  label: (opts?: IconProps) => string;
146
148
  label_off: (opts?: IconProps) => string;
147
149
  remove: (opts?: IconProps) => string;