skillgrid 0.0.59 → 0.0.60

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.
@@ -253,6 +253,7 @@ export declare const GeneralIcons: {
253
253
  readonly ExclamationTriangleOutlined: <E extends React.ElementType = "button">(props: Omit<IconProps<E>, "icon">) => React.ReactElement | null;
254
254
  readonly MapPinOutlined: <E extends React.ElementType = "button">(props: Omit<IconProps<E>, "icon">) => React.ReactElement | null;
255
255
  readonly SendWebOutlined: <E extends React.ElementType = "button">(props: Omit<IconProps<E>, "icon">) => React.ReactElement | null;
256
+ readonly MessageAiOutlined: <E extends React.ElementType = "button">(props: Omit<IconProps<E>, "icon">) => React.ReactElement | null;
256
257
  };
257
258
  export declare const ArrowsIcons: {
258
259
  readonly ArrowDownLeftOutlined: <E extends React.ElementType = "button">(props: Omit<IconProps<E>, "icon">) => React.ReactElement | null;