@antscorp/antsomi-ui 2.0.91 → 2.0.92

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.
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const FailSlim: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
3
+ import { useIcon } from './hooks/useIcon';
4
+ export const FailSlim = forwardRef((props, ref) => {
5
+ const { width, height } = useIcon(props);
6
+ return (_jsx("svg", { viewBox: "0 0 14 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { d: "M3.65625 6.34375H10.3438V7.65625H3.65625V6.34375ZM7 0.34375C10.6875 0.34375 13.6562 3.3125 13.6562 7C13.6562 10.6875 10.6875 13.6562 7 13.6562C3.3125 13.6562 0.34375 10.6875 0.34375 7C0.34375 3.3125 3.3125 0.34375 7 0.34375ZM7 12.3438C9.9375 12.3438 12.3438 9.9375 12.3438 7C12.3438 4.0625 9.9375 1.65625 7 1.65625C4.0625 1.65625 1.65625 4.0625 1.65625 7C1.65625 9.9375 4.0625 12.3438 7 12.3438Z", fill: "currentColor" }) }));
7
+ });
@@ -392,4 +392,5 @@ export declare const LazyIcon: {
392
392
  WebhookIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
393
393
  WidgetIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
394
394
  WritingAIAssitantIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
395
+ FailSlim: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
395
396
  };
@@ -395,4 +395,5 @@ export const LazyIcon = {
395
395
  WebhookIcon: lazy(() => import('../WebhookIcon').then(m => ({ default: m.WebhookIcon }))),
396
396
  WidgetIcon: lazy(() => import('../WidgetIcon').then(m => ({ default: m.WidgetIcon }))),
397
397
  WritingAIAssitantIcon: lazy(() => import('../WritingAIAssitantIcon').then(m => ({ default: m.WritingAIAssitantIcon }))),
398
+ FailSlim: lazy(() => import('../FailSlim').then(m => ({ default: m.FailSlim }))),
398
399
  };
@@ -385,3 +385,4 @@ export { WebPersonalizationIcon } from './WebPersonalizationIcon';
385
385
  export { WebhookIcon } from './WebhookIcon';
386
386
  export { WidgetIcon } from './WidgetIcon';
387
387
  export { WritingAIAssitantIcon } from './WritingAIAssitantIcon';
388
+ export { FailSlim } from './FailSlim';
@@ -385,3 +385,4 @@ export { WebPersonalizationIcon } from './WebPersonalizationIcon';
385
385
  export { WebhookIcon } from './WebhookIcon';
386
386
  export { WidgetIcon } from './WidgetIcon';
387
387
  export { WritingAIAssitantIcon } from './WritingAIAssitantIcon';
388
+ export { FailSlim } from './FailSlim';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antscorp/antsomi-ui",
3
- "version": "2.0.91",
3
+ "version": "2.0.92",
4
4
  "description": "An enterprise-class UI design language and React UI library.",
5
5
  "sideEffects": [
6
6
  "dist/*",