@epilot360/icons 1.17.28 → 1.17.30

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
@@ -66,8 +66,6 @@ export declare const svgMap: {
66
66
  file: (opts?: IconProps) => string;
67
67
  file_shared: (opts?: IconProps) => string;
68
68
  note: (opts?: IconProps) => string;
69
- move: (opts?: IconProps) => string;
70
- move_in: (opts?: IconProps) => string;
71
69
  document: (opts?: IconProps) => string;
72
70
  templates: (opts?: IconProps) => string;
73
71
  product: (opts?: IconProps) => string;
@@ -158,7 +156,6 @@ export declare const svgMap: {
158
156
  pause_circle: (opts?: IconProps) => string;
159
157
  condition: (opts?: IconProps) => string;
160
158
  condition_circle: (opts?: IconProps) => string;
161
- condition_graph: (opts?: IconProps) => string;
162
159
  note_stack: (opts?: IconProps) => string;
163
160
  double_thumbs_up: (opts?: IconProps) => string;
164
161
  ai_star: (opts?: IconProps) => string;
@@ -216,6 +213,11 @@ export declare const svgMap: {
216
213
  toggle: (opts?: IconProps) => string;
217
214
  numbers: (opts?: IconProps) => string;
218
215
  building: (opts?: IconProps) => string;
216
+ move: (opts?: IconProps) => string;
217
+ move_in: (opts?: IconProps) => string;
218
+ condition_graph: (opts?: IconProps) => string;
219
+ feature_search: (opts?: IconProps) => string;
220
+ sync: (opts?: IconProps) => string;
219
221
  };
220
222
  export type IconSVGName = keyof typeof svgMap;
221
223
  type Opts = IconProps & {