@epilot360/icons 1.16.6 → 1.16.7

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
@@ -157,6 +157,7 @@ export declare const svgMap: {
157
157
  read_more: (opts?: IconProps) => string;
158
158
  keep: (opts?: IconProps) => string;
159
159
  keep_off: (opts?: IconProps) => string;
160
+ grid: (opts?: IconProps) => string;
160
161
  auto_delete: (opts?: IconProps) => string;
161
162
  delete_forever: (opts?: IconProps) => string;
162
163
  history: (opts?: IconProps) => string;