@baseline-ui/icons 0.32.0 → 0.33.1

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/12/index.d.mts CHANGED
@@ -17,6 +17,10 @@ declare const SvgCaretUpIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElem
17
17
 
18
18
  declare const SvgCheckmarkIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
19
19
 
20
+ declare const SvgDragIndicatorIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
21
+
22
+ declare const SvgDragIndicatorVerticalIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
23
+
20
24
  declare const SvgEllipseIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
21
25
 
22
26
  declare const SvgLockFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
@@ -25,12 +29,16 @@ declare const SvgLockIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement
25
29
 
26
30
  declare const SvgMinusIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
27
31
 
32
+ declare const SvgMoreVIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
33
+
28
34
  declare const SvgMoreIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
29
35
 
30
36
  declare const SvgPlaceholderIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
31
37
 
32
38
  declare const SvgPlusIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
33
39
 
40
+ declare const SvgTrashIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
41
+
34
42
  declare const SvgXIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
35
43
 
36
- export { SvgCaretDownIcon as CaretDownIcon, SvgCaretLeftIcon as CaretLeftIcon, SvgCaretRightIcon as CaretRightIcon, SvgCaretUpIcon as CaretUpIcon, SvgCheckmarkIcon as CheckmarkIcon, SvgEllipseIcon as EllipseIcon, SvgLockFilledIcon as LockFilledIcon, SvgLockIcon as LockIcon, SvgMinusIcon as MinusIcon, SvgMoreIcon as MoreIcon, SvgPlaceholderIcon as PlaceholderIcon, SvgPlusIcon as PlusIcon, SvgXIcon as XIcon };
44
+ export { SvgCaretDownIcon as CaretDownIcon, SvgCaretLeftIcon as CaretLeftIcon, SvgCaretRightIcon as CaretRightIcon, SvgCaretUpIcon as CaretUpIcon, SvgCheckmarkIcon as CheckmarkIcon, SvgDragIndicatorIcon as DragIndicatorIcon, SvgDragIndicatorVerticalIcon as DragIndicatorVerticalIcon, SvgEllipseIcon as EllipseIcon, SvgLockFilledIcon as LockFilledIcon, SvgLockIcon as LockIcon, SvgMinusIcon as MinusIcon, SvgMoreIcon as MoreIcon, SvgMoreVIcon as MoreVIcon, SvgPlaceholderIcon as PlaceholderIcon, SvgPlusIcon as PlusIcon, SvgTrashIcon as TrashIcon, SvgXIcon as XIcon };
package/12/index.d.ts CHANGED
@@ -17,6 +17,10 @@ declare const SvgCaretUpIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElem
17
17
 
18
18
  declare const SvgCheckmarkIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
19
19
 
20
+ declare const SvgDragIndicatorIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
21
+
22
+ declare const SvgDragIndicatorVerticalIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
23
+
20
24
  declare const SvgEllipseIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
21
25
 
22
26
  declare const SvgLockFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
@@ -25,12 +29,16 @@ declare const SvgLockIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement
25
29
 
26
30
  declare const SvgMinusIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
27
31
 
32
+ declare const SvgMoreVIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
33
+
28
34
  declare const SvgMoreIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
29
35
 
30
36
  declare const SvgPlaceholderIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
31
37
 
32
38
  declare const SvgPlusIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
33
39
 
40
+ declare const SvgTrashIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
41
+
34
42
  declare const SvgXIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
35
43
 
36
- export { SvgCaretDownIcon as CaretDownIcon, SvgCaretLeftIcon as CaretLeftIcon, SvgCaretRightIcon as CaretRightIcon, SvgCaretUpIcon as CaretUpIcon, SvgCheckmarkIcon as CheckmarkIcon, SvgEllipseIcon as EllipseIcon, SvgLockFilledIcon as LockFilledIcon, SvgLockIcon as LockIcon, SvgMinusIcon as MinusIcon, SvgMoreIcon as MoreIcon, SvgPlaceholderIcon as PlaceholderIcon, SvgPlusIcon as PlusIcon, SvgXIcon as XIcon };
44
+ export { SvgCaretDownIcon as CaretDownIcon, SvgCaretLeftIcon as CaretLeftIcon, SvgCaretRightIcon as CaretRightIcon, SvgCaretUpIcon as CaretUpIcon, SvgCheckmarkIcon as CheckmarkIcon, SvgDragIndicatorIcon as DragIndicatorIcon, SvgDragIndicatorVerticalIcon as DragIndicatorVerticalIcon, SvgEllipseIcon as EllipseIcon, SvgLockFilledIcon as LockFilledIcon, SvgLockIcon as LockIcon, SvgMinusIcon as MinusIcon, SvgMoreIcon as MoreIcon, SvgMoreVIcon as MoreVIcon, SvgPlaceholderIcon as PlaceholderIcon, SvgPlusIcon as PlusIcon, SvgTrashIcon as TrashIcon, SvgXIcon as XIcon };
package/12/index.js CHANGED
@@ -2,18 +2,22 @@
2
2
 
3
3
  var jsxRuntime = require('react/jsx-runtime');
4
4
 
5
- var V=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 12 12","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M9.53 3.97a.75.75 0 0 0-1.06 0L6 6.44 3.53 3.97a.75.75 0 0 0-1.06 1.06l3 3a.75.75 0 0 0 1.06 0l3-3a.75.75 0 0 0 0-1.06",clipRule:"evenodd"})]}),g=V;var w=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"none",viewBox:"0 0 12 12","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M8.03 9.53a.75.75 0 0 0 0-1.06L5.56 6l2.47-2.47a.75.75 0 0 0-1.06-1.06l-3 3a.75.75 0 0 0 0 1.06l3 3a.75.75 0 0 0 1.06 0",clipRule:"evenodd"})]}),G=w;var R=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"none",viewBox:"0 0 12 12","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M3.97 2.47a.75.75 0 0 0 0 1.06L6.44 6 3.97 8.47a.75.75 0 0 0 1.06 1.06l3-3a.75.75 0 0 0 0-1.06l-3-3a.75.75 0 0 0-1.06 0",clipRule:"evenodd"})]}),P=R;var x=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 12 12","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M2.47 8.03a.75.75 0 0 0 1.06 0L6 5.56l2.47 2.47a.75.75 0 0 0 1.06-1.06l-3-3a.75.75 0 0 0-1.06 0l-3 3a.75.75 0 0 0 0 1.06",clipRule:"evenodd"})]}),z=x;var I=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"none",viewBox:"0 0 12 12","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("g",{clipPath:"url(#checkmark-icon_svg__a)",children:jsxRuntime.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M11.03 2.845a.75.75 0 0 1 0 1.06l-6.53 6.53-3.53-3.53a.75.75 0 0 1 1.06-1.06l2.47 2.47 5.47-5.47a.75.75 0 0 1 1.06 0",clipRule:"evenodd"})}),jsxRuntime.jsx("defs",{children:jsxRuntime.jsx("clipPath",{id:"checkmark-icon_svg__a",children:jsxRuntime.jsx("path",{fill:"#fff",d:"M0 0h12v12H0z"})})})]}),C=I;var E=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"none",viewBox:"0 0 12 12","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M6 10.5a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9M6 12A6 6 0 1 0 6 0a6 6 0 0 0 0 12",clipRule:"evenodd"})]}),L=E;var H=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 12 12","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M4.75 3.5a1.25 1.25 0 1 1 2.5 0v.75h-2.5zm-1.5.75V3.5a2.75 2.75 0 0 1 5.5 0v.75H9c.966 0 1.75.784 1.75 1.75v3A1.75 1.75 0 0 1 9 10.75H3A1.75 1.75 0 0 1 1.25 9V6c0-.966.784-1.75 1.75-1.75z",clipRule:"evenodd"})]}),k=H;var _=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 12 12","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M4.75 3.5a1.25 1.25 0 1 1 2.5 0v.75h-2.5zm-1.5.75V3.5a2.75 2.75 0 0 1 5.5 0v.75H9c.966 0 1.75.784 1.75 1.75v3A1.75 1.75 0 0 1 9 10.75H3A1.75 1.75 0 0 1 1.25 9V6c0-.966.784-1.75 1.75-1.75zM8 5.75H3a.25.25 0 0 0-.25.25v3c0 .138.112.25.25.25h6A.25.25 0 0 0 9.25 9V6A.25.25 0 0 0 9 5.75z",clipRule:"evenodd"})]}),D=_;var U=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"none",viewBox:"0 0 12 12","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M11.75 6a.75.75 0 0 1-.75.75H1a.75.75 0 0 1 0-1.5h10a.75.75 0 0 1 .75.75",clipRule:"evenodd"})]}),X=U;var J=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 12 12","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M2.5 6A1.25 1.25 0 1 1 0 6a1.25 1.25 0 0 1 2.5 0m4.75 0a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0m3.5 1.25a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5",clipRule:"evenodd"})]}),K=J;var O=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 12 12","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M1.75 4.5a2.75 2.75 0 0 1 5.396-.75H5c-.69 0-1.25.56-1.25 1.25v2.146a2.75 2.75 0 0 1-2-2.646m2 4.184A4.251 4.251 0 1 1 8.684 3.75H10.5c.69 0 1.25.56 1.25 1.25v5.5c0 .69-.56 1.25-1.25 1.25H5c-.69 0-1.25-.56-1.25-1.25zm1.5 1.566v-5h5v5z",clipRule:"evenodd"})]}),Q=O;var W=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 12 12","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M6 .25a.75.75 0 0 1 .75.75v4.25H11a.75.75 0 0 1 0 1.5H6.75V11a.75.75 0 0 1-1.5 0V6.75H1a.75.75 0 0 1 0-1.5h4.25V1A.75.75 0 0 1 6 .25",clipRule:"evenodd"})]}),Y=W;var $=({title:o,titleId:l,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"none",viewBox:"0 0 12 12","aria-labelledby":l,...e,children:[o?jsxRuntime.jsx("title",{id:l,children:o}):null,jsxRuntime.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M10.243 1.757a.75.75 0 0 1 0 1.061L7.061 6l3.182 3.182a.75.75 0 0 1-1.06 1.06L6 7.062l-3.182 3.182a.75.75 0 1 1-1.06-1.061L4.94 6 1.758 2.818a.75.75 0 1 1 1.06-1.06L6 4.938l3.182-3.182a.75.75 0 0 1 1.061 0",clipRule:"evenodd"})]}),j=$;
5
+ var G=({title:o,titleId:t,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 12 12","aria-labelledby":t,...e,children:[o?jsxRuntime.jsx("title",{id:t,children:o}):null,jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M9.53 3.97a.75.75 0 0 0-1.06 0L6 6.44 3.53 3.97a.75.75 0 0 0-1.06 1.06l3 3a.75.75 0 0 0 1.06 0l3-3a.75.75 0 0 0 0-1.06",clipRule:"evenodd"})]}),u=G;var P=({title:o,titleId:t,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 12 12","aria-labelledby":t,...e,children:[o?jsxRuntime.jsx("title",{id:t,children:o}):null,jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M8.03 9.53a.75.75 0 0 0 0-1.06L5.56 6l2.47-2.47a.75.75 0 0 0-1.06-1.06l-3 3a.75.75 0 0 0 0 1.06l3 3a.75.75 0 0 0 1.06 0",clipRule:"evenodd"})]}),y=P;var z=({title:o,titleId:t,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 12 12","aria-labelledby":t,...e,children:[o?jsxRuntime.jsx("title",{id:t,children:o}):null,jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M3.97 2.47a.75.75 0 0 0 0 1.06L6.44 6 3.97 8.47a.75.75 0 0 0 1.06 1.06l3-3a.75.75 0 0 0 0-1.06l-3-3a.75.75 0 0 0-1.06 0",clipRule:"evenodd"})]}),I=z;var C=({title:o,titleId:t,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 12 12","aria-labelledby":t,...e,children:[o?jsxRuntime.jsx("title",{id:t,children:o}):null,jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M2.47 8.03a.75.75 0 0 0 1.06 0L6 5.56l2.47 2.47a.75.75 0 0 0 1.06-1.06l-3-3a.75.75 0 0 0-1.06 0l-3 3a.75.75 0 0 0 0 1.06",clipRule:"evenodd"})]}),M=C;var B=({title:o,titleId:t,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 12 12","aria-labelledby":t,...e,children:[o?jsxRuntime.jsx("title",{id:t,children:o}):null,jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M11.03 2.845a.75.75 0 0 1 0 1.06l-6.53 6.53-3.53-3.53a.75.75 0 1 1 1.06-1.06l2.47 2.47 5.47-5.47a.75.75 0 0 1 1.06 0",clipRule:"evenodd"})]}),L=B;var A=({title:o,titleId:t,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 12 12","aria-labelledby":t,...e,children:[o?jsxRuntime.jsx("title",{id:t,children:o}):null,jsxRuntime.jsx("path",{d:"M2.5 3.88a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0M6 5.13a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5m0 4.25a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5m-4.75 0a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5M12 3.88a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0m-1.25 5.5a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5"})]}),k=A;var F=({title:o,titleId:t,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 12 12","aria-labelledby":t,...e,children:[o?jsxRuntime.jsx("title",{id:t,children:o}):null,jsxRuntime.jsx("path",{d:"M3.88 0a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5m1.25 6a1.25 1.25 0 1 0-2.5 0 1.25 1.25 0 0 0 2.5 0m4.25 0a1.25 1.25 0 1 0-2.5 0 1.25 1.25 0 0 0 2.5 0m-5.5 3.5a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5m5.5 1.25a1.25 1.25 0 1 0-2.5 0 1.25 1.25 0 0 0 2.5 0m0-9.5a1.25 1.25 0 1 0-2.5 0 1.25 1.25 0 0 0 2.5 0"})]}),T=F;var X=({title:o,titleId:t,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 12 12","aria-labelledby":t,...e,children:[o?jsxRuntime.jsx("title",{id:t,children:o}):null,jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M6 10.5a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9M6 12A6 6 0 1 0 6 0a6 6 0 0 0 0 12",clipRule:"evenodd"})]}),Z=X;var J=({title:o,titleId:t,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 12 12","aria-labelledby":t,...e,children:[o?jsxRuntime.jsx("title",{id:t,children:o}):null,jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M4.75 3.5a1.25 1.25 0 1 1 2.5 0v.75h-2.5zm-1.5.75V3.5a2.75 2.75 0 0 1 5.5 0v.75H9c.966 0 1.75.784 1.75 1.75v3A1.75 1.75 0 0 1 9 10.75H3A1.75 1.75 0 0 1 1.25 9V6c0-.966.784-1.75 1.75-1.75z",clipRule:"evenodd"})]}),K=J;var O=({title:o,titleId:t,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 12 12","aria-labelledby":t,...e,children:[o?jsxRuntime.jsx("title",{id:t,children:o}):null,jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M4.75 3.5a1.25 1.25 0 1 1 2.5 0v.75h-2.5zm-1.5.75V3.5a2.75 2.75 0 0 1 5.5 0v.75H9c.966 0 1.75.784 1.75 1.75v3A1.75 1.75 0 0 1 9 10.75H3A1.75 1.75 0 0 1 1.25 9V6c0-.966.784-1.75 1.75-1.75zM8 5.75H3a.25.25 0 0 0-.25.25v3c0 .138.112.25.25.25h6A.25.25 0 0 0 9.25 9V6A.25.25 0 0 0 9 5.75z",clipRule:"evenodd"})]}),Q=O;var Y=({title:o,titleId:t,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 12 12","aria-labelledby":t,...e,children:[o?jsxRuntime.jsx("title",{id:t,children:o}):null,jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M11.75 6a.75.75 0 0 1-.75.75H1a.75.75 0 0 1 0-1.5h10a.75.75 0 0 1 .75.75",clipRule:"evenodd"})]}),_=Y;var j=({title:o,titleId:t,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 12 12","aria-labelledby":t,...e,children:[o?jsxRuntime.jsx("title",{id:t,children:o}):null,jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M6 9.5A1.25 1.25 0 1 1 6 12a1.25 1.25 0 0 1 0-2.5m0-4.75a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5m1.25-3.5a1.25 1.25 0 1 0-2.5 0 1.25 1.25 0 0 0 2.5 0",clipRule:"evenodd"})]}),e0=j;var t0=({title:o,titleId:t,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 12 12","aria-labelledby":t,...e,children:[o?jsxRuntime.jsx("title",{id:t,children:o}):null,jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M2.5 6A1.25 1.25 0 1 1 0 6a1.25 1.25 0 0 1 2.5 0m4.75 0a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0m3.5 1.25a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5",clipRule:"evenodd"})]}),l0=t0;var a0=({title:o,titleId:t,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 12 12","aria-labelledby":t,...e,children:[o?jsxRuntime.jsx("title",{id:t,children:o}):null,jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M1.75 4.5a2.75 2.75 0 0 1 5.396-.75H5c-.69 0-1.25.56-1.25 1.25v2.146a2.75 2.75 0 0 1-2-2.646m2 4.184A4.251 4.251 0 1 1 8.684 3.75H10.5c.69 0 1.25.56 1.25 1.25v5.5c0 .69-.56 1.25-1.25 1.25H5c-.69 0-1.25-.56-1.25-1.25zm1.5 1.566v-5h5v5z",clipRule:"evenodd"})]}),i0=a0;var m0=({title:o,titleId:t,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 12 12","aria-labelledby":t,...e,children:[o?jsxRuntime.jsx("title",{id:t,children:o}):null,jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M6 .25a.75.75 0 0 1 .75.75v4.25H11a.75.75 0 0 1 0 1.5H6.75V11a.75.75 0 0 1-1.5 0V6.75H1a.75.75 0 0 1 0-1.5h4.25V1A.75.75 0 0 1 6 .25",clipRule:"evenodd"})]}),p0=m0;var n0=({title:o,titleId:t,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 12 12","aria-labelledby":t,...e,children:[o?jsxRuntime.jsx("title",{id:t,children:o}):null,jsxRuntime.jsx("path",{d:"M7.875 5.25V9c0 .41-.34.75-.75.75s-.75-.34-.75-.75V5.25c0-.42.33-.75.75-.75s.75.33.75.75m-3-.75c-.42 0-.75.33-.75.75V9a.749.749 0 1 0 1.5 0V5.25c0-.42-.34-.75-.75-.75m0 5.25c.41 0 .75-.34.75-.75V5.25a.749.749 0 1 0-1.5 0V9c0 .41.33.75.75.75m2.25 0c.41 0 .75-.34.75-.75V5.25a.749.749 0 1 0-1.5 0V9c0 .41.33.75.75.75m4.5-6.75c0 .41-.34.75-.75.75h-.38V10a2 2 0 0 1-2 2h-5c-1.1 0-2-.9-2-2V3.75h-.37a.749.749 0 1 1 0-1.5h2.72v-.1c0-1.19.96-2.15 2.15-2.15s2.16.96 2.16 2.15v.1h2.72c.41 0 .75.33.75.75m-6.28-.75h1.31v-.1c0-.36-.3-.65-.66-.65s-.65.29-.65.65zm3.65 1.5h-6V10c0 .27.23.5.5.5h5c.28 0 .5-.23.5-.5zm-4.12.75c-.42 0-.75.33-.75.75V9a.749.749 0 1 0 1.5 0V5.25c0-.42-.34-.75-.75-.75m2.25 0c-.42 0-.75.33-.75.75V9a.749.749 0 1 0 1.5 0V5.25c0-.42-.34-.75-.75-.75"})]}),d0=n0;var V0=({title:o,titleId:t,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 12 12","aria-labelledby":t,...e,children:[o?jsxRuntime.jsx("title",{id:t,children:o}):null,jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M10.242 1.757a.75.75 0 0 1 0 1.061L7.061 6l3.181 3.182a.75.75 0 0 1-1.06 1.06L6 7.062l-3.182 3.182a.75.75 0 1 1-1.06-1.061L4.938 6 1.757 2.818a.75.75 0 1 1 1.06-1.06L6 4.938l3.182-3.182a.75.75 0 0 1 1.06 0Z",clipRule:"evenodd"})]}),v0=V0;
6
6
 
7
- exports.CaretDownIcon = g;
8
- exports.CaretLeftIcon = G;
9
- exports.CaretRightIcon = P;
10
- exports.CaretUpIcon = z;
11
- exports.CheckmarkIcon = C;
12
- exports.EllipseIcon = L;
13
- exports.LockFilledIcon = k;
14
- exports.LockIcon = D;
15
- exports.MinusIcon = X;
16
- exports.MoreIcon = K;
17
- exports.PlaceholderIcon = Q;
18
- exports.PlusIcon = Y;
19
- exports.XIcon = j;
7
+ exports.CaretDownIcon = u;
8
+ exports.CaretLeftIcon = y;
9
+ exports.CaretRightIcon = I;
10
+ exports.CaretUpIcon = M;
11
+ exports.CheckmarkIcon = L;
12
+ exports.DragIndicatorIcon = k;
13
+ exports.DragIndicatorVerticalIcon = T;
14
+ exports.EllipseIcon = Z;
15
+ exports.LockFilledIcon = K;
16
+ exports.LockIcon = Q;
17
+ exports.MinusIcon = _;
18
+ exports.MoreIcon = l0;
19
+ exports.MoreVIcon = e0;
20
+ exports.PlaceholderIcon = i0;
21
+ exports.PlusIcon = p0;
22
+ exports.TrashIcon = d0;
23
+ exports.XIcon = v0;
package/12/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  import { jsxs, jsx } from 'react/jsx-runtime';
2
2
 
3
- var V=({title:o,titleId:l,...e})=>jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 12 12","aria-labelledby":l,...e,children:[o?jsx("title",{id:l,children:o}):null,jsx("path",{fillRule:"evenodd",d:"M9.53 3.97a.75.75 0 0 0-1.06 0L6 6.44 3.53 3.97a.75.75 0 0 0-1.06 1.06l3 3a.75.75 0 0 0 1.06 0l3-3a.75.75 0 0 0 0-1.06",clipRule:"evenodd"})]}),g=V;var w=({title:o,titleId:l,...e})=>jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"none",viewBox:"0 0 12 12","aria-labelledby":l,...e,children:[o?jsx("title",{id:l,children:o}):null,jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M8.03 9.53a.75.75 0 0 0 0-1.06L5.56 6l2.47-2.47a.75.75 0 0 0-1.06-1.06l-3 3a.75.75 0 0 0 0 1.06l3 3a.75.75 0 0 0 1.06 0",clipRule:"evenodd"})]}),G=w;var R=({title:o,titleId:l,...e})=>jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"none",viewBox:"0 0 12 12","aria-labelledby":l,...e,children:[o?jsx("title",{id:l,children:o}):null,jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M3.97 2.47a.75.75 0 0 0 0 1.06L6.44 6 3.97 8.47a.75.75 0 0 0 1.06 1.06l3-3a.75.75 0 0 0 0-1.06l-3-3a.75.75 0 0 0-1.06 0",clipRule:"evenodd"})]}),P=R;var x=({title:o,titleId:l,...e})=>jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 12 12","aria-labelledby":l,...e,children:[o?jsx("title",{id:l,children:o}):null,jsx("path",{fillRule:"evenodd",d:"M2.47 8.03a.75.75 0 0 0 1.06 0L6 5.56l2.47 2.47a.75.75 0 0 0 1.06-1.06l-3-3a.75.75 0 0 0-1.06 0l-3 3a.75.75 0 0 0 0 1.06",clipRule:"evenodd"})]}),z=x;var I=({title:o,titleId:l,...e})=>jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"none",viewBox:"0 0 12 12","aria-labelledby":l,...e,children:[o?jsx("title",{id:l,children:o}):null,jsx("g",{clipPath:"url(#checkmark-icon_svg__a)",children:jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M11.03 2.845a.75.75 0 0 1 0 1.06l-6.53 6.53-3.53-3.53a.75.75 0 0 1 1.06-1.06l2.47 2.47 5.47-5.47a.75.75 0 0 1 1.06 0",clipRule:"evenodd"})}),jsx("defs",{children:jsx("clipPath",{id:"checkmark-icon_svg__a",children:jsx("path",{fill:"#fff",d:"M0 0h12v12H0z"})})})]}),C=I;var E=({title:o,titleId:l,...e})=>jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"none",viewBox:"0 0 12 12","aria-labelledby":l,...e,children:[o?jsx("title",{id:l,children:o}):null,jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M6 10.5a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9M6 12A6 6 0 1 0 6 0a6 6 0 0 0 0 12",clipRule:"evenodd"})]}),L=E;var H=({title:o,titleId:l,...e})=>jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 12 12","aria-labelledby":l,...e,children:[o?jsx("title",{id:l,children:o}):null,jsx("path",{fillRule:"evenodd",d:"M4.75 3.5a1.25 1.25 0 1 1 2.5 0v.75h-2.5zm-1.5.75V3.5a2.75 2.75 0 0 1 5.5 0v.75H9c.966 0 1.75.784 1.75 1.75v3A1.75 1.75 0 0 1 9 10.75H3A1.75 1.75 0 0 1 1.25 9V6c0-.966.784-1.75 1.75-1.75z",clipRule:"evenodd"})]}),k=H;var _=({title:o,titleId:l,...e})=>jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 12 12","aria-labelledby":l,...e,children:[o?jsx("title",{id:l,children:o}):null,jsx("path",{fillRule:"evenodd",d:"M4.75 3.5a1.25 1.25 0 1 1 2.5 0v.75h-2.5zm-1.5.75V3.5a2.75 2.75 0 0 1 5.5 0v.75H9c.966 0 1.75.784 1.75 1.75v3A1.75 1.75 0 0 1 9 10.75H3A1.75 1.75 0 0 1 1.25 9V6c0-.966.784-1.75 1.75-1.75zM8 5.75H3a.25.25 0 0 0-.25.25v3c0 .138.112.25.25.25h6A.25.25 0 0 0 9.25 9V6A.25.25 0 0 0 9 5.75z",clipRule:"evenodd"})]}),D=_;var U=({title:o,titleId:l,...e})=>jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"none",viewBox:"0 0 12 12","aria-labelledby":l,...e,children:[o?jsx("title",{id:l,children:o}):null,jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M11.75 6a.75.75 0 0 1-.75.75H1a.75.75 0 0 1 0-1.5h10a.75.75 0 0 1 .75.75",clipRule:"evenodd"})]}),X=U;var J=({title:o,titleId:l,...e})=>jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 12 12","aria-labelledby":l,...e,children:[o?jsx("title",{id:l,children:o}):null,jsx("path",{fillRule:"evenodd",d:"M2.5 6A1.25 1.25 0 1 1 0 6a1.25 1.25 0 0 1 2.5 0m4.75 0a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0m3.5 1.25a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5",clipRule:"evenodd"})]}),K=J;var O=({title:o,titleId:l,...e})=>jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 12 12","aria-labelledby":l,...e,children:[o?jsx("title",{id:l,children:o}):null,jsx("path",{fillRule:"evenodd",d:"M1.75 4.5a2.75 2.75 0 0 1 5.396-.75H5c-.69 0-1.25.56-1.25 1.25v2.146a2.75 2.75 0 0 1-2-2.646m2 4.184A4.251 4.251 0 1 1 8.684 3.75H10.5c.69 0 1.25.56 1.25 1.25v5.5c0 .69-.56 1.25-1.25 1.25H5c-.69 0-1.25-.56-1.25-1.25zm1.5 1.566v-5h5v5z",clipRule:"evenodd"})]}),Q=O;var W=({title:o,titleId:l,...e})=>jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 12 12","aria-labelledby":l,...e,children:[o?jsx("title",{id:l,children:o}):null,jsx("path",{fillRule:"evenodd",d:"M6 .25a.75.75 0 0 1 .75.75v4.25H11a.75.75 0 0 1 0 1.5H6.75V11a.75.75 0 0 1-1.5 0V6.75H1a.75.75 0 0 1 0-1.5h4.25V1A.75.75 0 0 1 6 .25",clipRule:"evenodd"})]}),Y=W;var $=({title:o,titleId:l,...e})=>jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"none",viewBox:"0 0 12 12","aria-labelledby":l,...e,children:[o?jsx("title",{id:l,children:o}):null,jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M10.243 1.757a.75.75 0 0 1 0 1.061L7.061 6l3.182 3.182a.75.75 0 0 1-1.06 1.06L6 7.062l-3.182 3.182a.75.75 0 1 1-1.06-1.061L4.94 6 1.758 2.818a.75.75 0 1 1 1.06-1.06L6 4.938l3.182-3.182a.75.75 0 0 1 1.061 0",clipRule:"evenodd"})]}),j=$;
3
+ var G=({title:o,titleId:t,...e})=>jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 12 12","aria-labelledby":t,...e,children:[o?jsx("title",{id:t,children:o}):null,jsx("path",{fillRule:"evenodd",d:"M9.53 3.97a.75.75 0 0 0-1.06 0L6 6.44 3.53 3.97a.75.75 0 0 0-1.06 1.06l3 3a.75.75 0 0 0 1.06 0l3-3a.75.75 0 0 0 0-1.06",clipRule:"evenodd"})]}),u=G;var P=({title:o,titleId:t,...e})=>jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 12 12","aria-labelledby":t,...e,children:[o?jsx("title",{id:t,children:o}):null,jsx("path",{fillRule:"evenodd",d:"M8.03 9.53a.75.75 0 0 0 0-1.06L5.56 6l2.47-2.47a.75.75 0 0 0-1.06-1.06l-3 3a.75.75 0 0 0 0 1.06l3 3a.75.75 0 0 0 1.06 0",clipRule:"evenodd"})]}),y=P;var z=({title:o,titleId:t,...e})=>jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 12 12","aria-labelledby":t,...e,children:[o?jsx("title",{id:t,children:o}):null,jsx("path",{fillRule:"evenodd",d:"M3.97 2.47a.75.75 0 0 0 0 1.06L6.44 6 3.97 8.47a.75.75 0 0 0 1.06 1.06l3-3a.75.75 0 0 0 0-1.06l-3-3a.75.75 0 0 0-1.06 0",clipRule:"evenodd"})]}),I=z;var C=({title:o,titleId:t,...e})=>jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 12 12","aria-labelledby":t,...e,children:[o?jsx("title",{id:t,children:o}):null,jsx("path",{fillRule:"evenodd",d:"M2.47 8.03a.75.75 0 0 0 1.06 0L6 5.56l2.47 2.47a.75.75 0 0 0 1.06-1.06l-3-3a.75.75 0 0 0-1.06 0l-3 3a.75.75 0 0 0 0 1.06",clipRule:"evenodd"})]}),M=C;var B=({title:o,titleId:t,...e})=>jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 12 12","aria-labelledby":t,...e,children:[o?jsx("title",{id:t,children:o}):null,jsx("path",{fillRule:"evenodd",d:"M11.03 2.845a.75.75 0 0 1 0 1.06l-6.53 6.53-3.53-3.53a.75.75 0 1 1 1.06-1.06l2.47 2.47 5.47-5.47a.75.75 0 0 1 1.06 0",clipRule:"evenodd"})]}),L=B;var A=({title:o,titleId:t,...e})=>jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 12 12","aria-labelledby":t,...e,children:[o?jsx("title",{id:t,children:o}):null,jsx("path",{d:"M2.5 3.88a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0M6 5.13a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5m0 4.25a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5m-4.75 0a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5M12 3.88a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0m-1.25 5.5a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5"})]}),k=A;var F=({title:o,titleId:t,...e})=>jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 12 12","aria-labelledby":t,...e,children:[o?jsx("title",{id:t,children:o}):null,jsx("path",{d:"M3.88 0a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5m1.25 6a1.25 1.25 0 1 0-2.5 0 1.25 1.25 0 0 0 2.5 0m4.25 0a1.25 1.25 0 1 0-2.5 0 1.25 1.25 0 0 0 2.5 0m-5.5 3.5a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5m5.5 1.25a1.25 1.25 0 1 0-2.5 0 1.25 1.25 0 0 0 2.5 0m0-9.5a1.25 1.25 0 1 0-2.5 0 1.25 1.25 0 0 0 2.5 0"})]}),T=F;var X=({title:o,titleId:t,...e})=>jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 12 12","aria-labelledby":t,...e,children:[o?jsx("title",{id:t,children:o}):null,jsx("path",{fillRule:"evenodd",d:"M6 10.5a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9M6 12A6 6 0 1 0 6 0a6 6 0 0 0 0 12",clipRule:"evenodd"})]}),Z=X;var J=({title:o,titleId:t,...e})=>jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 12 12","aria-labelledby":t,...e,children:[o?jsx("title",{id:t,children:o}):null,jsx("path",{fillRule:"evenodd",d:"M4.75 3.5a1.25 1.25 0 1 1 2.5 0v.75h-2.5zm-1.5.75V3.5a2.75 2.75 0 0 1 5.5 0v.75H9c.966 0 1.75.784 1.75 1.75v3A1.75 1.75 0 0 1 9 10.75H3A1.75 1.75 0 0 1 1.25 9V6c0-.966.784-1.75 1.75-1.75z",clipRule:"evenodd"})]}),K=J;var O=({title:o,titleId:t,...e})=>jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 12 12","aria-labelledby":t,...e,children:[o?jsx("title",{id:t,children:o}):null,jsx("path",{fillRule:"evenodd",d:"M4.75 3.5a1.25 1.25 0 1 1 2.5 0v.75h-2.5zm-1.5.75V3.5a2.75 2.75 0 0 1 5.5 0v.75H9c.966 0 1.75.784 1.75 1.75v3A1.75 1.75 0 0 1 9 10.75H3A1.75 1.75 0 0 1 1.25 9V6c0-.966.784-1.75 1.75-1.75zM8 5.75H3a.25.25 0 0 0-.25.25v3c0 .138.112.25.25.25h6A.25.25 0 0 0 9.25 9V6A.25.25 0 0 0 9 5.75z",clipRule:"evenodd"})]}),Q=O;var Y=({title:o,titleId:t,...e})=>jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 12 12","aria-labelledby":t,...e,children:[o?jsx("title",{id:t,children:o}):null,jsx("path",{fillRule:"evenodd",d:"M11.75 6a.75.75 0 0 1-.75.75H1a.75.75 0 0 1 0-1.5h10a.75.75 0 0 1 .75.75",clipRule:"evenodd"})]}),_=Y;var j=({title:o,titleId:t,...e})=>jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 12 12","aria-labelledby":t,...e,children:[o?jsx("title",{id:t,children:o}):null,jsx("path",{fillRule:"evenodd",d:"M6 9.5A1.25 1.25 0 1 1 6 12a1.25 1.25 0 0 1 0-2.5m0-4.75a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5m1.25-3.5a1.25 1.25 0 1 0-2.5 0 1.25 1.25 0 0 0 2.5 0",clipRule:"evenodd"})]}),e0=j;var t0=({title:o,titleId:t,...e})=>jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 12 12","aria-labelledby":t,...e,children:[o?jsx("title",{id:t,children:o}):null,jsx("path",{fillRule:"evenodd",d:"M2.5 6A1.25 1.25 0 1 1 0 6a1.25 1.25 0 0 1 2.5 0m4.75 0a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0m3.5 1.25a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5",clipRule:"evenodd"})]}),l0=t0;var a0=({title:o,titleId:t,...e})=>jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 12 12","aria-labelledby":t,...e,children:[o?jsx("title",{id:t,children:o}):null,jsx("path",{fillRule:"evenodd",d:"M1.75 4.5a2.75 2.75 0 0 1 5.396-.75H5c-.69 0-1.25.56-1.25 1.25v2.146a2.75 2.75 0 0 1-2-2.646m2 4.184A4.251 4.251 0 1 1 8.684 3.75H10.5c.69 0 1.25.56 1.25 1.25v5.5c0 .69-.56 1.25-1.25 1.25H5c-.69 0-1.25-.56-1.25-1.25zm1.5 1.566v-5h5v5z",clipRule:"evenodd"})]}),i0=a0;var m0=({title:o,titleId:t,...e})=>jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 12 12","aria-labelledby":t,...e,children:[o?jsx("title",{id:t,children:o}):null,jsx("path",{fillRule:"evenodd",d:"M6 .25a.75.75 0 0 1 .75.75v4.25H11a.75.75 0 0 1 0 1.5H6.75V11a.75.75 0 0 1-1.5 0V6.75H1a.75.75 0 0 1 0-1.5h4.25V1A.75.75 0 0 1 6 .25",clipRule:"evenodd"})]}),p0=m0;var n0=({title:o,titleId:t,...e})=>jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 12 12","aria-labelledby":t,...e,children:[o?jsx("title",{id:t,children:o}):null,jsx("path",{d:"M7.875 5.25V9c0 .41-.34.75-.75.75s-.75-.34-.75-.75V5.25c0-.42.33-.75.75-.75s.75.33.75.75m-3-.75c-.42 0-.75.33-.75.75V9a.749.749 0 1 0 1.5 0V5.25c0-.42-.34-.75-.75-.75m0 5.25c.41 0 .75-.34.75-.75V5.25a.749.749 0 1 0-1.5 0V9c0 .41.33.75.75.75m2.25 0c.41 0 .75-.34.75-.75V5.25a.749.749 0 1 0-1.5 0V9c0 .41.33.75.75.75m4.5-6.75c0 .41-.34.75-.75.75h-.38V10a2 2 0 0 1-2 2h-5c-1.1 0-2-.9-2-2V3.75h-.37a.749.749 0 1 1 0-1.5h2.72v-.1c0-1.19.96-2.15 2.15-2.15s2.16.96 2.16 2.15v.1h2.72c.41 0 .75.33.75.75m-6.28-.75h1.31v-.1c0-.36-.3-.65-.66-.65s-.65.29-.65.65zm3.65 1.5h-6V10c0 .27.23.5.5.5h5c.28 0 .5-.23.5-.5zm-4.12.75c-.42 0-.75.33-.75.75V9a.749.749 0 1 0 1.5 0V5.25c0-.42-.34-.75-.75-.75m2.25 0c-.42 0-.75.33-.75.75V9a.749.749 0 1 0 1.5 0V5.25c0-.42-.34-.75-.75-.75"})]}),d0=n0;var V0=({title:o,titleId:t,...e})=>jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 12 12","aria-labelledby":t,...e,children:[o?jsx("title",{id:t,children:o}):null,jsx("path",{fillRule:"evenodd",d:"M10.242 1.757a.75.75 0 0 1 0 1.061L7.061 6l3.181 3.182a.75.75 0 0 1-1.06 1.06L6 7.062l-3.182 3.182a.75.75 0 1 1-1.06-1.061L4.938 6 1.757 2.818a.75.75 0 1 1 1.06-1.06L6 4.938l3.182-3.182a.75.75 0 0 1 1.06 0Z",clipRule:"evenodd"})]}),v0=V0;
4
4
 
5
- export { g as CaretDownIcon, G as CaretLeftIcon, P as CaretRightIcon, z as CaretUpIcon, C as CheckmarkIcon, L as EllipseIcon, k as LockFilledIcon, D as LockIcon, X as MinusIcon, K as MoreIcon, Q as PlaceholderIcon, Y as PlusIcon, j as XIcon };
5
+ export { u as CaretDownIcon, y as CaretLeftIcon, I as CaretRightIcon, M as CaretUpIcon, L as CheckmarkIcon, k as DragIndicatorIcon, T as DragIndicatorVerticalIcon, Z as EllipseIcon, K as LockFilledIcon, Q as LockIcon, _ as MinusIcon, l0 as MoreIcon, e0 as MoreVIcon, i0 as PlaceholderIcon, p0 as PlusIcon, d0 as TrashIcon, v0 as XIcon };
package/16/index.d.mts CHANGED
@@ -15,10 +15,22 @@ declare const SvgAlignTopIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGEle
15
15
 
16
16
  declare const SvgAnonymousIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
17
17
 
18
+ declare const SvgArrowDiagonalTopLeftBottomRightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
19
+
18
20
  declare const SvgArrowDownCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
19
21
 
22
+ declare const SvgArrowDownIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
23
+
24
+ declare const SvgArrowIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
25
+
26
+ declare const SvgArrowLeftRightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
27
+
20
28
  declare const SvgArrowRightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
21
29
 
30
+ declare const SvgArrowUpIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
31
+
32
+ declare const SvgAtIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
33
+
22
34
  declare const SvgAttachmentsIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
23
35
 
24
36
  declare const SvgAvatarIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
@@ -29,44 +41,72 @@ declare const SvgBookmarkFilledIcon: ({ title, titleId, ...props }: SVGProps<SVG
29
41
 
30
42
  declare const SvgBookmarkIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
31
43
 
44
+ declare const SvgBulletListIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
45
+
32
46
  declare const SvgCalendarIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
33
47
 
34
48
  declare const SvgCaretLeftIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
35
49
 
36
50
  declare const SvgCaretRightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
37
51
 
38
- declare const SvgCheckFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
39
-
40
52
  declare const SvgCheckmarkCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
41
53
 
54
+ declare const SvgCheckmarkCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
55
+
42
56
  declare const SvgCheckmarkIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
43
57
 
44
58
  declare const SvgCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
45
59
 
46
- declare const SvgCloseCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
47
-
48
- declare const SvgCloseIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
60
+ declare const SvgClockIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
49
61
 
50
62
  declare const SvgCopyIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
51
63
 
64
+ declare const SvgCustomizeIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
65
+
66
+ declare const SvgDocumentEditIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
67
+
52
68
  declare const SvgEditIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
53
69
 
70
+ declare const SvgElipseAreaIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
71
+
72
+ declare const SvgEllipseCloudyIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
73
+
74
+ declare const SvgEllipseDashedIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
75
+
54
76
  declare const SvgEllipseIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
55
77
 
78
+ declare const SvgEmbedIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
79
+
56
80
  declare const SvgEmojiSmileIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
57
81
 
58
82
  declare const SvgErrorAltCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
59
83
 
60
- declare const SvgErrorAltFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
61
-
62
84
  declare const SvgErrorCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
63
85
 
64
86
  declare const SvgErrorCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
65
87
 
66
- declare const SvgErrorFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
67
-
68
88
  declare const SvgExpandIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
69
89
 
90
+ declare const SvgFormButtonIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
91
+
92
+ declare const SvgFormChoiceIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
93
+
94
+ declare const SvgFormComboboxIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
95
+
96
+ declare const SvgFormDateIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
97
+
98
+ declare const SvgFormListboxIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
99
+
100
+ declare const SvgFormRadioButtonIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
101
+
102
+ declare const SvgFormSignatureIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
103
+
104
+ declare const SvgFormTextFieldIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
105
+
106
+ declare const SvgFullScreenIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
107
+
108
+ declare const SvgHelpCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
109
+
70
110
  declare const SvgHereIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
71
111
 
72
112
  declare const SvgHideIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
@@ -77,12 +117,16 @@ declare const SvgHighlightTextIcon: ({ title, titleId, ...props }: SVGProps<SVGS
77
117
 
78
118
  declare const SvgHorizontalScrollIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
79
119
 
80
- declare const SvgInfoCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
120
+ declare const SvgImageIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
81
121
 
82
- declare const SvgInfoFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
122
+ declare const SvgInfoCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
83
123
 
84
124
  declare const SvgItalicIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
85
125
 
126
+ declare const SvgLightBulbIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
127
+
128
+ declare const SvgLineIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
129
+
86
130
  declare const SvgLinkIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
87
131
 
88
132
  declare const SvgListIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
@@ -91,22 +135,22 @@ declare const SvgLockIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement
91
135
 
92
136
  declare const SvgMagicIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
93
137
 
94
- declare const SvgMinusIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
138
+ declare const SvgMeasureIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
95
139
 
96
- declare const SvgMonkeyIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
140
+ declare const SvgMinusIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
97
141
 
98
142
  declare const SvgMoreIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
99
143
 
100
144
  declare const SvgMoreVerticalIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
101
145
 
102
- declare const SvgNoneIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
103
-
104
146
  declare const SvgNoteArrowRightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
105
147
 
106
148
  declare const SvgNoteCheckIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
107
149
 
108
150
  declare const SvgNoteCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
109
151
 
152
+ declare const SvgNoteCloudIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
153
+
110
154
  declare const SvgNoteCrossIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
111
155
 
112
156
  declare const SvgNoteHelpIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
@@ -127,6 +171,8 @@ declare const SvgNoteSpeechBubbleIcon: ({ title, titleId, ...props }: SVGProps<S
127
171
 
128
172
  declare const SvgNoteStarIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
129
173
 
174
+ declare const SvgNumberedListIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
175
+
130
176
  declare const SvgPageFittingFillIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
131
177
 
132
178
  declare const SvgPageFittingFitIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
@@ -141,14 +187,38 @@ declare const SvgPageVerticalScrollIcon: ({ title, titleId, ...props }: SVGProps
141
187
 
142
188
  declare const SvgPauseIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
143
189
 
190
+ declare const SvgPenHighlighterIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
191
+
192
+ declare const SvgPenIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
193
+
194
+ declare const SvgPerimeterIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
195
+
144
196
  declare const SvgPlaceholderIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
145
197
 
198
+ declare const SvgPlayIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
199
+
146
200
  declare const SvgPlusIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
147
201
 
148
- declare const SvgQuestionmarkCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
202
+ declare const SvgPolygonAreaIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
203
+
204
+ declare const SvgPolygonCloudyIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
205
+
206
+ declare const SvgPolygonDashedIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
207
+
208
+ declare const SvgPolygonIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
209
+
210
+ declare const SvgPolylineIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
149
211
 
150
212
  declare const SvgReadOnlyIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
151
213
 
214
+ declare const SvgRectangleAreaIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
215
+
216
+ declare const SvgRectangleCloudyIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
217
+
218
+ declare const SvgRectangleDashedIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
219
+
220
+ declare const SvgRectangleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
221
+
152
222
  declare const SvgRedoIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
153
223
 
154
224
  declare const SvgRemoveFormattingIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
@@ -159,12 +229,32 @@ declare const SvgRotateClockwiseIcon: ({ title, titleId, ...props }: SVGProps<SV
159
229
 
160
230
  declare const SvgRotateCounterClockwiseIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
161
231
 
232
+ declare const SvgRulerIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
233
+
162
234
  declare const SvgSettingsIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
163
235
 
164
236
  declare const SvgShowIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
165
237
 
238
+ declare const SvgSlashCommandsIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
239
+
240
+ declare const SvgStampIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
241
+
242
+ declare const SvgStarFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
243
+
244
+ declare const SvgStarIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
245
+
166
246
  declare const SvgStrikeoutTextAltIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
167
247
 
248
+ declare const SvgTableCellIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
249
+
250
+ declare const SvgTableColumnIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
251
+
252
+ declare const SvgTableHeaderIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
253
+
254
+ declare const SvgTableIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
255
+
256
+ declare const SvgTableRowIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
257
+
168
258
  declare const SvgTextAlignCenterIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
169
259
 
170
260
  declare const SvgTextAlignJustifyIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
@@ -173,8 +263,14 @@ declare const SvgTextAlignLeftIcon: ({ title, titleId, ...props }: SVGProps<SVGS
173
263
 
174
264
  declare const SvgTextAlignRightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
175
265
 
266
+ declare const SvgTextCalloutIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
267
+
268
+ declare const SvgTextDecreaseIndentIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
269
+
176
270
  declare const SvgTextIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
177
271
 
272
+ declare const SvgTextIncreaseIndentIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
273
+
178
274
  declare const SvgTextMarkIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
179
275
 
180
276
  declare const SvgThumbnailsIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
@@ -185,6 +281,8 @@ declare const SvgThumbsUpIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGEle
185
281
 
186
282
  declare const SvgTrashIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
187
283
 
284
+ declare const SvgTypeTextIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
285
+
188
286
  declare const SvgUnderlineIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
189
287
 
190
288
  declare const SvgUndoIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
@@ -193,12 +291,16 @@ declare const SvgUnlockIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGEleme
193
291
 
194
292
  declare const SvgVerticalScrollIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
195
293
 
196
- declare const SvgWaitingIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
294
+ declare const SvgVideoIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
197
295
 
198
296
  declare const SvgWarningFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
199
297
 
200
298
  declare const SvgWarningIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
201
299
 
300
+ declare const SvgWindowedIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
301
+
302
+ declare const SvgXCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
303
+
202
304
  declare const SvgXIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
203
305
 
204
- export { SvgAlignBottomIcon as AlignBottomIcon, SvgAlignMiddleIcon as AlignMiddleIcon, SvgAlignTopIcon as AlignTopIcon, SvgAnonymousIcon as AnonymousIcon, SvgArrowDownCircleFilledIcon as ArrowDownCircleFilledIcon, SvgArrowRightIcon as ArrowRightIcon, SvgAttachmentsIcon as AttachmentsIcon, SvgAvatarIcon as AvatarIcon, SvgBoldIcon as BoldIcon, SvgBookmarkFilledIcon as BookmarkFilledIcon, SvgBookmarkIcon as BookmarkIcon, SvgCalendarIcon as CalendarIcon, SvgCaretLeftIcon as CaretLeftIcon, SvgCaretRightIcon as CaretRightIcon, SvgCheckFilledIcon as CheckFilledIcon, SvgCheckmarkCircleFilledIcon as CheckmarkCircleFilledIcon, SvgCheckmarkIcon as CheckmarkIcon, SvgCircleFilledIcon as CircleFilledIcon, SvgCloseCircleFilledIcon as CloseCircleFilledIcon, SvgCloseIcon as CloseIcon, SvgCopyIcon as CopyIcon, SvgEditIcon as EditIcon, SvgEllipseIcon as EllipseIcon, SvgEmojiSmileIcon as EmojiSmileIcon, SvgErrorAltCircleFilledIcon as ErrorAltCircleFilledIcon, SvgErrorAltFilledIcon as ErrorAltFilledIcon, SvgErrorCircleFilledIcon as ErrorCircleFilledIcon, SvgErrorCircleIcon as ErrorCircleIcon, SvgErrorFilledIcon as ErrorFilledIcon, SvgExpandIcon as ExpandIcon, SvgHereIcon as HereIcon, SvgHideIcon as HideIcon, SvgHighlightTextAltIcon as HighlightTextAltIcon, SvgHighlightTextIcon as HighlightTextIcon, SvgHorizontalScrollIcon as HorizontalScrollIcon, SvgInfoCircleFilledIcon as InfoCircleFilledIcon, SvgInfoFilledIcon as InfoFilledIcon, SvgItalicIcon as ItalicIcon, SvgLinkIcon as LinkIcon, SvgListIcon as ListIcon, SvgLockIcon as LockIcon, SvgMagicIcon as MagicIcon, SvgMinusIcon as MinusIcon, SvgMonkeyIcon as MonkeyIcon, SvgMoreIcon as MoreIcon, SvgMoreVerticalIcon as MoreVerticalIcon, SvgNoneIcon as NoneIcon, SvgNoteArrowRightIcon as NoteArrowRightIcon, SvgNoteCheckIcon as NoteCheckIcon, SvgNoteCircleIcon as NoteCircleIcon, SvgNoteCrossIcon as NoteCrossIcon, SvgNoteHelpIcon as NoteHelpIcon, SvgNoteInsetIcon as NoteInsetIcon, SvgNoteKeyIcon as NoteKeyIcon, SvgNoteNewParagraphAltIcon as NoteNewParagraphAltIcon, SvgNoteNewParagraphIcon as NoteNewParagraphIcon, SvgNoteNoteIcon as NoteNoteIcon, SvgNotePointerRightIcon as NotePointerRightIcon, SvgNoteSpeechBubbleIcon as NoteSpeechBubbleIcon, SvgNoteStarIcon as NoteStarIcon, SvgPageFittingFillIcon as PageFittingFillIcon, SvgPageFittingFitIcon as PageFittingFitIcon, SvgPageHorizontalScrollIcon as PageHorizontalScrollIcon, SvgPageLayoutDoubleIcon as PageLayoutDoubleIcon, SvgPageLayoutSingleIcon as PageLayoutSingleIcon, SvgPageVerticalScrollIcon as PageVerticalScrollIcon, SvgPauseIcon as PauseIcon, SvgPlaceholderIcon as PlaceholderIcon, SvgPlusIcon as PlusIcon, SvgQuestionmarkCircleIcon as QuestionmarkCircleIcon, SvgReadOnlyIcon as ReadOnlyIcon, SvgRedoIcon as RedoIcon, SvgRemoveFormattingIcon as RemoveFormattingIcon, SvgReorderIcon as ReorderIcon, SvgRotateClockwiseIcon as RotateClockwiseIcon, SvgRotateCounterClockwiseIcon as RotateCounterClockwiseIcon, SvgSettingsIcon as SettingsIcon, SvgShowIcon as ShowIcon, SvgStrikeoutTextAltIcon as StrikeoutTextAltIcon, SvgTextAlignCenterIcon as TextAlignCenterIcon, SvgTextAlignJustifyIcon as TextAlignJustifyIcon, SvgTextAlignLeftIcon as TextAlignLeftIcon, SvgTextAlignRightIcon as TextAlignRightIcon, SvgTextIcon as TextIcon, SvgTextMarkIcon as TextMarkIcon, SvgThumbnailsIcon as ThumbnailsIcon, SvgThumbsDownIcon as ThumbsDownIcon, SvgThumbsUpIcon as ThumbsUpIcon, SvgTrashIcon as TrashIcon, SvgUnderlineIcon as UnderlineIcon, SvgUndoIcon as UndoIcon, SvgUnlockIcon as UnlockIcon, SvgVerticalScrollIcon as VerticalScrollIcon, SvgWaitingIcon as WaitingIcon, SvgWarningFilledIcon as WarningFilledIcon, SvgWarningIcon as WarningIcon, SvgXIcon as XIcon };
306
+ export { SvgAlignBottomIcon as AlignBottomIcon, SvgAlignMiddleIcon as AlignMiddleIcon, SvgAlignTopIcon as AlignTopIcon, SvgAnonymousIcon as AnonymousIcon, SvgArrowDiagonalTopLeftBottomRightIcon as ArrowDiagonalTopLeftBottomRightIcon, SvgArrowDownCircleFilledIcon as ArrowDownCircleFilledIcon, SvgArrowDownIcon as ArrowDownIcon, SvgArrowIcon as ArrowIcon, SvgArrowLeftRightIcon as ArrowLeftRightIcon, SvgArrowRightIcon as ArrowRightIcon, SvgArrowUpIcon as ArrowUpIcon, SvgAtIcon as AtIcon, SvgAttachmentsIcon as AttachmentsIcon, SvgAvatarIcon as AvatarIcon, SvgBoldIcon as BoldIcon, SvgBookmarkFilledIcon as BookmarkFilledIcon, SvgBookmarkIcon as BookmarkIcon, SvgBulletListIcon as BulletListIcon, SvgCalendarIcon as CalendarIcon, SvgCaretLeftIcon as CaretLeftIcon, SvgCaretRightIcon as CaretRightIcon, SvgCheckmarkCircleFilledIcon as CheckmarkCircleFilledIcon, SvgCheckmarkCircleIcon as CheckmarkCircleIcon, SvgCheckmarkIcon as CheckmarkIcon, SvgCircleFilledIcon as CircleFilledIcon, SvgClockIcon as ClockIcon, SvgCopyIcon as CopyIcon, SvgCustomizeIcon as CustomizeIcon, SvgDocumentEditIcon as DocumentEditIcon, SvgEditIcon as EditIcon, SvgElipseAreaIcon as ElipseAreaIcon, SvgEllipseCloudyIcon as EllipseCloudyIcon, SvgEllipseDashedIcon as EllipseDashedIcon, SvgEllipseIcon as EllipseIcon, SvgEmbedIcon as EmbedIcon, SvgEmojiSmileIcon as EmojiSmileIcon, SvgErrorAltCircleFilledIcon as ErrorAltCircleFilledIcon, SvgErrorCircleFilledIcon as ErrorCircleFilledIcon, SvgErrorCircleIcon as ErrorCircleIcon, SvgExpandIcon as ExpandIcon, SvgFormButtonIcon as FormButtonIcon, SvgFormChoiceIcon as FormChoiceIcon, SvgFormComboboxIcon as FormComboboxIcon, SvgFormDateIcon as FormDateIcon, SvgFormListboxIcon as FormListboxIcon, SvgFormRadioButtonIcon as FormRadioButtonIcon, SvgFormSignatureIcon as FormSignatureIcon, SvgFormTextFieldIcon as FormTextFieldIcon, SvgFullScreenIcon as FullScreenIcon, SvgHelpCircleIcon as HelpCircleIcon, SvgHereIcon as HereIcon, SvgHideIcon as HideIcon, SvgHighlightTextAltIcon as HighlightTextAltIcon, SvgHighlightTextIcon as HighlightTextIcon, SvgHorizontalScrollIcon as HorizontalScrollIcon, SvgImageIcon as ImageIcon, SvgInfoCircleFilledIcon as InfoCircleFilledIcon, SvgItalicIcon as ItalicIcon, SvgLightBulbIcon as LightBulbIcon, SvgLineIcon as LineIcon, SvgLinkIcon as LinkIcon, SvgListIcon as ListIcon, SvgLockIcon as LockIcon, SvgMagicIcon as MagicIcon, SvgMeasureIcon as MeasureIcon, SvgMinusIcon as MinusIcon, SvgMoreIcon as MoreIcon, SvgMoreVerticalIcon as MoreVerticalIcon, SvgNoteArrowRightIcon as NoteArrowRightIcon, SvgNoteCheckIcon as NoteCheckIcon, SvgNoteCircleIcon as NoteCircleIcon, SvgNoteCloudIcon as NoteCloudIcon, SvgNoteCrossIcon as NoteCrossIcon, SvgNoteHelpIcon as NoteHelpIcon, SvgNoteInsetIcon as NoteInsetIcon, SvgNoteKeyIcon as NoteKeyIcon, SvgNoteNewParagraphAltIcon as NoteNewParagraphAltIcon, SvgNoteNewParagraphIcon as NoteNewParagraphIcon, SvgNoteNoteIcon as NoteNoteIcon, SvgNotePointerRightIcon as NotePointerRightIcon, SvgNoteSpeechBubbleIcon as NoteSpeechBubbleIcon, SvgNoteStarIcon as NoteStarIcon, SvgNumberedListIcon as NumberedListIcon, SvgPageFittingFillIcon as PageFittingFillIcon, SvgPageFittingFitIcon as PageFittingFitIcon, SvgPageHorizontalScrollIcon as PageHorizontalScrollIcon, SvgPageLayoutDoubleIcon as PageLayoutDoubleIcon, SvgPageLayoutSingleIcon as PageLayoutSingleIcon, SvgPageVerticalScrollIcon as PageVerticalScrollIcon, SvgPauseIcon as PauseIcon, SvgPenHighlighterIcon as PenHighlighterIcon, SvgPenIcon as PenIcon, SvgPerimeterIcon as PerimeterIcon, SvgPlaceholderIcon as PlaceholderIcon, SvgPlayIcon as PlayIcon, SvgPlusIcon as PlusIcon, SvgPolygonAreaIcon as PolygonAreaIcon, SvgPolygonCloudyIcon as PolygonCloudyIcon, SvgPolygonDashedIcon as PolygonDashedIcon, SvgPolygonIcon as PolygonIcon, SvgPolylineIcon as PolylineIcon, SvgReadOnlyIcon as ReadOnlyIcon, SvgRectangleAreaIcon as RectangleAreaIcon, SvgRectangleCloudyIcon as RectangleCloudyIcon, SvgRectangleDashedIcon as RectangleDashedIcon, SvgRectangleIcon as RectangleIcon, SvgRedoIcon as RedoIcon, SvgRemoveFormattingIcon as RemoveFormattingIcon, SvgReorderIcon as ReorderIcon, SvgRotateClockwiseIcon as RotateClockwiseIcon, SvgRotateCounterClockwiseIcon as RotateCounterClockwiseIcon, SvgRulerIcon as RulerIcon, SvgSettingsIcon as SettingsIcon, SvgShowIcon as ShowIcon, SvgSlashCommandsIcon as SlashCommandsIcon, SvgStampIcon as StampIcon, SvgStarFilledIcon as StarFilledIcon, SvgStarIcon as StarIcon, SvgStrikeoutTextAltIcon as StrikeoutTextAltIcon, SvgTableCellIcon as TableCellIcon, SvgTableColumnIcon as TableColumnIcon, SvgTableHeaderIcon as TableHeaderIcon, SvgTableIcon as TableIcon, SvgTableRowIcon as TableRowIcon, SvgTextAlignCenterIcon as TextAlignCenterIcon, SvgTextAlignJustifyIcon as TextAlignJustifyIcon, SvgTextAlignLeftIcon as TextAlignLeftIcon, SvgTextAlignRightIcon as TextAlignRightIcon, SvgTextCalloutIcon as TextCalloutIcon, SvgTextDecreaseIndentIcon as TextDecreaseIndentIcon, SvgTextIcon as TextIcon, SvgTextIncreaseIndentIcon as TextIncreaseIndentIcon, SvgTextMarkIcon as TextMarkIcon, SvgThumbnailsIcon as ThumbnailsIcon, SvgThumbsDownIcon as ThumbsDownIcon, SvgThumbsUpIcon as ThumbsUpIcon, SvgTrashIcon as TrashIcon, SvgTypeTextIcon as TypeTextIcon, SvgUnderlineIcon as UnderlineIcon, SvgUndoIcon as UndoIcon, SvgUnlockIcon as UnlockIcon, SvgVerticalScrollIcon as VerticalScrollIcon, SvgVideoIcon as VideoIcon, SvgWarningFilledIcon as WarningFilledIcon, SvgWarningIcon as WarningIcon, SvgWindowedIcon as WindowedIcon, SvgXCircleFilledIcon as XCircleFilledIcon, SvgXIcon as XIcon };