@epilot360/icons 1.13.2 → 1.13.3

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
@@ -140,6 +140,8 @@ export declare const svgMap: {
140
140
  note_stack: (opts?: IconProps) => string;
141
141
  double_thumbs_up: (opts?: IconProps) => string;
142
142
  ai_star: (opts?: IconProps) => string;
143
+ label: (opts?: IconProps) => string;
144
+ label_off: (opts?: IconProps) => string;
143
145
  };
144
146
  export type IconSVGName = keyof typeof svgMap;
145
147
  type Opts = IconProps & {