@baseline-ui/icons 0.46.2 → 0.47.0
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 +3 -1
- package/12/index.d.ts +3 -1
- package/12/index.js +2 -2
- package/12/index.mjs +2 -2
- package/16/index.d.mts +9 -1
- package/16/index.d.ts +9 -1
- package/16/index.js +2 -2
- package/16/index.mjs +2 -2
- package/20/index.d.mts +3 -1
- package/20/index.d.ts +3 -1
- package/20/index.js +2 -2
- package/20/index.mjs +2 -2
- package/24/index.d.mts +3 -1
- package/24/index.d.ts +3 -1
- package/24/index.js +2 -2
- package/24/index.mjs +2 -2
- package/package.json +1 -1
package/12/index.d.mts
CHANGED
|
@@ -21,6 +21,8 @@ declare const SvgDragIndicatorIcon: ({ title, titleId, ...props }: SVGProps<SVGS
|
|
|
21
21
|
|
|
22
22
|
declare const SvgDragIndicatorVerticalIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
23
23
|
|
|
24
|
+
declare const SvgEditIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
25
|
+
|
|
24
26
|
declare const SvgEllipseIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
25
27
|
|
|
26
28
|
declare const SvgEnterKeyIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -49,4 +51,4 @@ declare const SvgXIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> &
|
|
|
49
51
|
|
|
50
52
|
declare const SvgZoomIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
51
53
|
|
|
52
|
-
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, SvgEnterKeyIcon as EnterKeyIcon, SvgLockFilledIcon as LockFilledIcon, SvgLockIcon as LockIcon, SvgMinusIcon as MinusIcon, SvgMoreIcon as MoreIcon, SvgMoreVIcon as MoreVIcon, SvgPlaceholderIcon as PlaceholderIcon, SvgPlusIcon as PlusIcon, SvgSearchIcon as SearchIcon, SvgSizeIcon as SizeIcon, SvgTrashIcon as TrashIcon, SvgXIcon as XIcon, SvgZoomIcon as ZoomIcon };
|
|
54
|
+
export { SvgCaretDownIcon as CaretDownIcon, SvgCaretLeftIcon as CaretLeftIcon, SvgCaretRightIcon as CaretRightIcon, SvgCaretUpIcon as CaretUpIcon, SvgCheckmarkIcon as CheckmarkIcon, SvgDragIndicatorIcon as DragIndicatorIcon, SvgDragIndicatorVerticalIcon as DragIndicatorVerticalIcon, SvgEditIcon as EditIcon, SvgEllipseIcon as EllipseIcon, SvgEnterKeyIcon as EnterKeyIcon, SvgLockFilledIcon as LockFilledIcon, SvgLockIcon as LockIcon, SvgMinusIcon as MinusIcon, SvgMoreIcon as MoreIcon, SvgMoreVIcon as MoreVIcon, SvgPlaceholderIcon as PlaceholderIcon, SvgPlusIcon as PlusIcon, SvgSearchIcon as SearchIcon, SvgSizeIcon as SizeIcon, SvgTrashIcon as TrashIcon, SvgXIcon as XIcon, SvgZoomIcon as ZoomIcon };
|
package/12/index.d.ts
CHANGED
|
@@ -21,6 +21,8 @@ declare const SvgDragIndicatorIcon: ({ title, titleId, ...props }: SVGProps<SVGS
|
|
|
21
21
|
|
|
22
22
|
declare const SvgDragIndicatorVerticalIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
23
23
|
|
|
24
|
+
declare const SvgEditIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
25
|
+
|
|
24
26
|
declare const SvgEllipseIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
25
27
|
|
|
26
28
|
declare const SvgEnterKeyIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -49,4 +51,4 @@ declare const SvgXIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> &
|
|
|
49
51
|
|
|
50
52
|
declare const SvgZoomIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
51
53
|
|
|
52
|
-
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, SvgEnterKeyIcon as EnterKeyIcon, SvgLockFilledIcon as LockFilledIcon, SvgLockIcon as LockIcon, SvgMinusIcon as MinusIcon, SvgMoreIcon as MoreIcon, SvgMoreVIcon as MoreVIcon, SvgPlaceholderIcon as PlaceholderIcon, SvgPlusIcon as PlusIcon, SvgSearchIcon as SearchIcon, SvgSizeIcon as SizeIcon, SvgTrashIcon as TrashIcon, SvgXIcon as XIcon, SvgZoomIcon as ZoomIcon };
|
|
54
|
+
export { SvgCaretDownIcon as CaretDownIcon, SvgCaretLeftIcon as CaretLeftIcon, SvgCaretRightIcon as CaretRightIcon, SvgCaretUpIcon as CaretUpIcon, SvgCheckmarkIcon as CheckmarkIcon, SvgDragIndicatorIcon as DragIndicatorIcon, SvgDragIndicatorVerticalIcon as DragIndicatorVerticalIcon, SvgEditIcon as EditIcon, SvgEllipseIcon as EllipseIcon, SvgEnterKeyIcon as EnterKeyIcon, SvgLockFilledIcon as LockFilledIcon, SvgLockIcon as LockIcon, SvgMinusIcon as MinusIcon, SvgMoreIcon as MoreIcon, SvgMoreVIcon as MoreVIcon, SvgPlaceholderIcon as PlaceholderIcon, SvgPlusIcon as PlusIcon, SvgSearchIcon as SearchIcon, SvgSizeIcon as SizeIcon, SvgTrashIcon as TrashIcon, SvgXIcon as XIcon, SvgZoomIcon as ZoomIcon };
|
package/12/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
'use strict';var jsxRuntime=require('react/jsx-runtime');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:"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"})]}),x=y;var I=({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"})]}),b=I;var M=({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"})]}),E=M;var L=({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"})]}),A=L;var k=({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"})]}),D=k;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:"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=F;var U=({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.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"})]}),X=U;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 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"})]}),N=J;var Q=({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:"M9 1.25c.966 0 1.75.784 1.75 1.75v4A1.75 1.75 0 0 1 9 8.75H2.894l1.448 1.36.054.056a.75.75 0 0 1-1.023 1.088l-.058-.05L.486 8.547A.75.75 0 0 1 .47 7.47l2.828-2.828.058-.052A.75.75 0 0 1 4.41 5.646l-.052.056L2.811 7.25H9A.25.25 0 0 0 9.25 7V3A.25.25 0 0 0 9 2.75H6a.75.75 0 0 1 0-1.5z"})]}),W=Q;var _=({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"})]}),$=_;var e5=({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"})]}),o5=e5;var l5=({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"})]}),r5=l5;var i5=({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"})]}),s5=i5;var p5=({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"})]}),c5=p5;var d5=({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"})]}),f5=d5;var V5=({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"})]}),S5=V5;var g5=({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:"M5 .25a4.75 4.75 0 0 1 3.846 7.535l2.684 2.685.052.056a.75.75 0 0 1-1.056 1.056l-.056-.052-2.685-2.684A4.75 4.75 0 1 1 5 .25m0 1.5a3.25 3.25 0 1 0 0 6.5 3.25 3.25 0 0 0 0-6.5",clipRule:"evenodd"})]}),w5=g5;var u5=({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:"m11 .25.026.001a.8.8 0 0 1 .243.05l.024.009a.75.75 0 0 1 .455.664L11.75 1v4l-.005.077a.75.75 0 0 1-1.491 0L10.25 5V2.81l-7.44 7.44H5l.076.004a.75.75 0 0 1 .001 1.492L5 11.75H1A.75.75 0 0 1 .25 11V7l.005-.077a.75.75 0 0 1 1.491 0L1.75 7l.001 2.19 7.44-7.441L7 1.75a.75.75 0 0 1 0-1.5z"})]}),R5=u5;var y5=({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"})]}),x5=y5;var I5=({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"})]}),b5=I5;var M5=({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 5c0 .28-.23.5-.5.5h-1v1c0 .28-.23.5-.5.5s-.5-.22-.5-.5v-1h-1c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h1v-1c0-.27.22-.5.5-.5s.5.23.5.5v1h1c.27 0 .5.23.5.5m4.53 6.53c-.28.28-.71.3-1.01.06l-.05-.06-2.69-2.68c-.78.57-1.74.9-2.78.9C2.37 9.75.25 7.63.25 5S2.37.25 5 .25a4.748 4.748 0 0 1 3.84 7.54l2.69 2.68.05.06c.24.29.22.73-.05 1M8.25 5c0-1.79-1.46-3.25-3.25-3.25S1.75 3.21 1.75 5A3.25 3.25 0 0 0 5 8.25C6.8 8.25 8.25 6.8 8.25 5"})]}),E5=M5;
|
|
2
|
-
exports.CaretDownIcon=
|
|
1
|
+
'use strict';var jsxRuntime=require('react/jsx-runtime');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:"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"})]}),z=x;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:"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"})]}),C=b;var E=({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"})]}),B=E;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",{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"})]}),H=A;var D=({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"})]}),Z=D;var K=({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"})]}),T=K;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:"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"})]}),q=X;var N=({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:"m10.78 1.852-.63-.63c-.71-.71-1.87-.71-2.58 0L.63 8.172c-.24.24-.38.56-.38.91v2.67h2.67c.34 0 .67-.14.91-.38l6.95-6.94c.71-.71.71-1.87 0-2.58m-7.95 8.4H1.75v-1.09l4.97-4.96 1.08 1.08zm6.89-6.88-.86.85-1.08-1.08.85-.86c.13-.12.33-.12.46 0l.63.63c.12.13.12.33 0 .46"})]}),O=N;var W=({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"})]}),Y=W;var $=({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:"M9 1.25c.966 0 1.75.784 1.75 1.75v4A1.75 1.75 0 0 1 9 8.75H2.894l1.448 1.36.054.056a.75.75 0 0 1-1.023 1.088l-.058-.05L.486 8.547A.75.75 0 0 1 .47 7.47l2.828-2.828.058-.052A.75.75 0 0 1 4.41 5.646l-.052.056L2.811 7.25H9A.25.25 0 0 0 9.25 7V3A.25.25 0 0 0 9 2.75H6a.75.75 0 0 1 0-1.5z"})]}),j=$;var o5=({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"})]}),t5=o5;var r5=({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"})]}),a5=r5;var s5=({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"})]}),m5=s5;var c5=({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"})]}),n5=c5;var f5=({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"})]}),v5=f5;var S5=({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"})]}),h5=S5;var w5=({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"})]}),G5=w5;var R5=({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:"M5 .25a4.75 4.75 0 0 1 3.846 7.535l2.684 2.685.052.056a.75.75 0 0 1-1.056 1.056l-.056-.052-2.685-2.684A4.75 4.75 0 1 1 5 .25m0 1.5a3.25 3.25 0 1 0 0 6.5 3.25 3.25 0 0 0 0-6.5",clipRule:"evenodd"})]}),P5=R5;var x5=({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:"m11 .25.026.001a.8.8 0 0 1 .243.05l.024.009a.75.75 0 0 1 .455.664L11.75 1v4l-.005.077a.75.75 0 0 1-1.491 0L10.25 5V2.81l-7.44 7.44H5l.076.004a.75.75 0 0 1 .001 1.492L5 11.75H1A.75.75 0 0 1 .25 11V7l.005-.077a.75.75 0 0 1 1.491 0L1.75 7l.001 2.19 7.44-7.441L7 1.75a.75.75 0 0 1 0-1.5z"})]}),z5=x5;var b5=({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"})]}),C5=b5;var E5=({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"})]}),B5=E5;var A5=({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 5c0 .28-.23.5-.5.5h-1v1c0 .28-.23.5-.5.5s-.5-.22-.5-.5v-1h-1c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h1v-1c0-.27.22-.5.5-.5s.5.23.5.5v1h1c.27 0 .5.23.5.5m4.53 6.53c-.28.28-.71.3-1.01.06l-.05-.06-2.69-2.68c-.78.57-1.74.9-2.78.9C2.37 9.75.25 7.63.25 5S2.37.25 5 .25a4.748 4.748 0 0 1 3.84 7.54l2.69 2.68.05.06c.24.29.22.73-.05 1M8.25 5c0-1.79-1.46-3.25-3.25-3.25S1.75 3.21 1.75 5A3.25 3.25 0 0 0 5 8.25C6.8 8.25 8.25 6.8 8.25 5"})]}),H5=A5;
|
|
2
|
+
exports.CaretDownIcon=z;exports.CaretLeftIcon=C;exports.CaretRightIcon=B;exports.CaretUpIcon=H;exports.CheckmarkIcon=Z;exports.DragIndicatorIcon=T;exports.DragIndicatorVerticalIcon=q;exports.EditIcon=O;exports.EllipseIcon=Y;exports.EnterKeyIcon=j;exports.LockFilledIcon=t5;exports.LockIcon=a5;exports.MinusIcon=m5;exports.MoreIcon=v5;exports.MoreVIcon=n5;exports.PlaceholderIcon=h5;exports.PlusIcon=G5;exports.SearchIcon=P5;exports.SizeIcon=z5;exports.TrashIcon=C5;exports.XIcon=B5;exports.ZoomIcon=H5;
|
package/12/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {jsxs,jsx}from'react/jsx-runtime';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:"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"})]}),x=y;var I=({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"})]}),b=I;var M=({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"})]}),E=M;var L=({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"})]}),A=L;var k=({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"})]}),D=k;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:"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=F;var U=({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.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"})]}),X=U;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 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"})]}),N=J;var Q=({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:"M9 1.25c.966 0 1.75.784 1.75 1.75v4A1.75 1.75 0 0 1 9 8.75H2.894l1.448 1.36.054.056a.75.75 0 0 1-1.023 1.088l-.058-.05L.486 8.547A.75.75 0 0 1 .47 7.47l2.828-2.828.058-.052A.75.75 0 0 1 4.41 5.646l-.052.056L2.811 7.25H9A.25.25 0 0 0 9.25 7V3A.25.25 0 0 0 9 2.75H6a.75.75 0 0 1 0-1.5z"})]}),W=Q;var _=({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"})]}),$=_;var e5=({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"})]}),o5=e5;var l5=({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"})]}),r5=l5;var i5=({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"})]}),s5=i5;var p5=({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"})]}),c5=p5;var d5=({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"})]}),f5=d5;var V5=({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"})]}),S5=V5;var g5=({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:"M5 .25a4.75 4.75 0 0 1 3.846 7.535l2.684 2.685.052.056a.75.75 0 0 1-1.056 1.056l-.056-.052-2.685-2.684A4.75 4.75 0 1 1 5 .25m0 1.5a3.25 3.25 0 1 0 0 6.5 3.25 3.25 0 0 0 0-6.5",clipRule:"evenodd"})]}),w5=g5;var u5=({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:"m11 .25.026.001a.8.8 0 0 1 .243.05l.024.009a.75.75 0 0 1 .455.664L11.75 1v4l-.005.077a.75.75 0 0 1-1.491 0L10.25 5V2.81l-7.44 7.44H5l.076.004a.75.75 0 0 1 .001 1.492L5 11.75H1A.75.75 0 0 1 .25 11V7l.005-.077a.75.75 0 0 1 1.491 0L1.75 7l.001 2.19 7.44-7.441L7 1.75a.75.75 0 0 1 0-1.5z"})]}),R5=u5;var y5=({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"})]}),x5=y5;var I5=({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"})]}),b5=I5;var M5=({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 5c0 .28-.23.5-.5.5h-1v1c0 .28-.23.5-.5.5s-.5-.22-.5-.5v-1h-1c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h1v-1c0-.27.22-.5.5-.5s.5.23.5.5v1h1c.27 0 .5.23.5.5m4.53 6.53c-.28.28-.71.3-1.01.06l-.05-.06-2.69-2.68c-.78.57-1.74.9-2.78.9C2.37 9.75.25 7.63.25 5S2.37.25 5 .25a4.748 4.748 0 0 1 3.84 7.54l2.69 2.68.05.06c.24.29.22.73-.05 1M8.25 5c0-1.79-1.46-3.25-3.25-3.25S1.75 3.21 1.75 5A3.25 3.25 0 0 0 5 8.25C6.8 8.25 8.25 6.8 8.25 5"})]}),E5=M5;
|
|
2
|
-
export{
|
|
1
|
+
import {jsxs,jsx}from'react/jsx-runtime';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:"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"})]}),z=x;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:"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"})]}),C=b;var E=({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"})]}),B=E;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",{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"})]}),H=A;var D=({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"})]}),Z=D;var K=({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"})]}),T=K;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:"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"})]}),q=X;var N=({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:"m10.78 1.852-.63-.63c-.71-.71-1.87-.71-2.58 0L.63 8.172c-.24.24-.38.56-.38.91v2.67h2.67c.34 0 .67-.14.91-.38l6.95-6.94c.71-.71.71-1.87 0-2.58m-7.95 8.4H1.75v-1.09l4.97-4.96 1.08 1.08zm6.89-6.88-.86.85-1.08-1.08.85-.86c.13-.12.33-.12.46 0l.63.63c.12.13.12.33 0 .46"})]}),O=N;var W=({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"})]}),Y=W;var $=({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:"M9 1.25c.966 0 1.75.784 1.75 1.75v4A1.75 1.75 0 0 1 9 8.75H2.894l1.448 1.36.054.056a.75.75 0 0 1-1.023 1.088l-.058-.05L.486 8.547A.75.75 0 0 1 .47 7.47l2.828-2.828.058-.052A.75.75 0 0 1 4.41 5.646l-.052.056L2.811 7.25H9A.25.25 0 0 0 9.25 7V3A.25.25 0 0 0 9 2.75H6a.75.75 0 0 1 0-1.5z"})]}),j=$;var o5=({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"})]}),t5=o5;var r5=({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"})]}),a5=r5;var s5=({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"})]}),m5=s5;var c5=({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"})]}),n5=c5;var f5=({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"})]}),v5=f5;var S5=({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"})]}),h5=S5;var w5=({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"})]}),G5=w5;var R5=({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:"M5 .25a4.75 4.75 0 0 1 3.846 7.535l2.684 2.685.052.056a.75.75 0 0 1-1.056 1.056l-.056-.052-2.685-2.684A4.75 4.75 0 1 1 5 .25m0 1.5a3.25 3.25 0 1 0 0 6.5 3.25 3.25 0 0 0 0-6.5",clipRule:"evenodd"})]}),P5=R5;var x5=({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:"m11 .25.026.001a.8.8 0 0 1 .243.05l.024.009a.75.75 0 0 1 .455.664L11.75 1v4l-.005.077a.75.75 0 0 1-1.491 0L10.25 5V2.81l-7.44 7.44H5l.076.004a.75.75 0 0 1 .001 1.492L5 11.75H1A.75.75 0 0 1 .25 11V7l.005-.077a.75.75 0 0 1 1.491 0L1.75 7l.001 2.19 7.44-7.441L7 1.75a.75.75 0 0 1 0-1.5z"})]}),z5=x5;var b5=({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"})]}),C5=b5;var E5=({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"})]}),B5=E5;var A5=({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 5c0 .28-.23.5-.5.5h-1v1c0 .28-.23.5-.5.5s-.5-.22-.5-.5v-1h-1c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h1v-1c0-.27.22-.5.5-.5s.5.23.5.5v1h1c.27 0 .5.23.5.5m4.53 6.53c-.28.28-.71.3-1.01.06l-.05-.06-2.69-2.68c-.78.57-1.74.9-2.78.9C2.37 9.75.25 7.63.25 5S2.37.25 5 .25a4.748 4.748 0 0 1 3.84 7.54l2.69 2.68.05.06c.24.29.22.73-.05 1M8.25 5c0-1.79-1.46-3.25-3.25-3.25S1.75 3.21 1.75 5A3.25 3.25 0 0 0 5 8.25C6.8 8.25 8.25 6.8 8.25 5"})]}),H5=A5;
|
|
2
|
+
export{z as CaretDownIcon,C as CaretLeftIcon,B as CaretRightIcon,H as CaretUpIcon,Z as CheckmarkIcon,T as DragIndicatorIcon,q as DragIndicatorVerticalIcon,O as EditIcon,Y as EllipseIcon,j as EnterKeyIcon,t5 as LockFilledIcon,a5 as LockIcon,m5 as MinusIcon,v5 as MoreIcon,n5 as MoreVIcon,h5 as PlaceholderIcon,G5 as PlusIcon,P5 as SearchIcon,z5 as SizeIcon,C5 as TrashIcon,B5 as XIcon,H5 as ZoomIcon};
|
package/16/index.d.mts
CHANGED
|
@@ -69,6 +69,8 @@ declare const SvgDocumentEditIcon: ({ title, titleId, ...props }: SVGProps<SVGSV
|
|
|
69
69
|
|
|
70
70
|
declare const SvgDownloadIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
71
71
|
|
|
72
|
+
declare const SvgDuplicateIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
73
|
+
|
|
72
74
|
declare const SvgEditIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
73
75
|
|
|
74
76
|
declare const SvgElipseAreaIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -131,6 +133,8 @@ declare const SvgImageIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElemen
|
|
|
131
133
|
|
|
132
134
|
declare const SvgInfoCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
133
135
|
|
|
136
|
+
declare const SvgInsertIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
137
|
+
|
|
134
138
|
declare const SvgItalicIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
135
139
|
|
|
136
140
|
declare const SvgLightBulbIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -251,6 +255,8 @@ declare const SvgShowIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement
|
|
|
251
255
|
|
|
252
256
|
declare const SvgSlashCommandsIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
253
257
|
|
|
258
|
+
declare const SvgSoundRecordIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
259
|
+
|
|
254
260
|
declare const SvgStampIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
255
261
|
|
|
256
262
|
declare const SvgStarFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -313,8 +319,10 @@ declare const SvgWarningIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElem
|
|
|
313
319
|
|
|
314
320
|
declare const SvgWindowedIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
315
321
|
|
|
322
|
+
declare const SvgWorkflowIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
323
|
+
|
|
316
324
|
declare const SvgXCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
317
325
|
|
|
318
326
|
declare const SvgXIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
319
327
|
|
|
320
|
-
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, SvgArrowUpArrowDownIcon as ArrowUpArrowDownIcon, 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, SvgDownloadIcon as DownloadIcon, 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, SvgFilterAltIcon as FilterAltIcon, SvgFolderIcon as FolderIcon, 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, SvgHelpIcon as HelpIcon, 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, SvgOpenIcon as OpenIcon, 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, SvgSearchIcon as SearchIcon, 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 };
|
|
328
|
+
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, SvgArrowUpArrowDownIcon as ArrowUpArrowDownIcon, 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, SvgDownloadIcon as DownloadIcon, SvgDuplicateIcon as DuplicateIcon, 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, SvgFilterAltIcon as FilterAltIcon, SvgFolderIcon as FolderIcon, 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, SvgHelpIcon as HelpIcon, SvgHereIcon as HereIcon, SvgHideIcon as HideIcon, SvgHighlightTextAltIcon as HighlightTextAltIcon, SvgHighlightTextIcon as HighlightTextIcon, SvgHorizontalScrollIcon as HorizontalScrollIcon, SvgImageIcon as ImageIcon, SvgInfoCircleFilledIcon as InfoCircleFilledIcon, SvgInsertIcon as InsertIcon, 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, SvgOpenIcon as OpenIcon, 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, SvgSearchIcon as SearchIcon, SvgSettingsIcon as SettingsIcon, SvgShowIcon as ShowIcon, SvgSlashCommandsIcon as SlashCommandsIcon, SvgSoundRecordIcon as SoundRecordIcon, 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, SvgWorkflowIcon as WorkflowIcon, SvgXCircleFilledIcon as XCircleFilledIcon, SvgXIcon as XIcon };
|
package/16/index.d.ts
CHANGED
|
@@ -69,6 +69,8 @@ declare const SvgDocumentEditIcon: ({ title, titleId, ...props }: SVGProps<SVGSV
|
|
|
69
69
|
|
|
70
70
|
declare const SvgDownloadIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
71
71
|
|
|
72
|
+
declare const SvgDuplicateIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
73
|
+
|
|
72
74
|
declare const SvgEditIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
73
75
|
|
|
74
76
|
declare const SvgElipseAreaIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -131,6 +133,8 @@ declare const SvgImageIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElemen
|
|
|
131
133
|
|
|
132
134
|
declare const SvgInfoCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
133
135
|
|
|
136
|
+
declare const SvgInsertIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
137
|
+
|
|
134
138
|
declare const SvgItalicIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
135
139
|
|
|
136
140
|
declare const SvgLightBulbIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -251,6 +255,8 @@ declare const SvgShowIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement
|
|
|
251
255
|
|
|
252
256
|
declare const SvgSlashCommandsIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
253
257
|
|
|
258
|
+
declare const SvgSoundRecordIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
259
|
+
|
|
254
260
|
declare const SvgStampIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
255
261
|
|
|
256
262
|
declare const SvgStarFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -313,8 +319,10 @@ declare const SvgWarningIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElem
|
|
|
313
319
|
|
|
314
320
|
declare const SvgWindowedIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
315
321
|
|
|
322
|
+
declare const SvgWorkflowIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
323
|
+
|
|
316
324
|
declare const SvgXCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
317
325
|
|
|
318
326
|
declare const SvgXIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
319
327
|
|
|
320
|
-
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, SvgArrowUpArrowDownIcon as ArrowUpArrowDownIcon, 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, SvgDownloadIcon as DownloadIcon, 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, SvgFilterAltIcon as FilterAltIcon, SvgFolderIcon as FolderIcon, 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, SvgHelpIcon as HelpIcon, 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, SvgOpenIcon as OpenIcon, 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, SvgSearchIcon as SearchIcon, 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 };
|
|
328
|
+
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, SvgArrowUpArrowDownIcon as ArrowUpArrowDownIcon, 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, SvgDownloadIcon as DownloadIcon, SvgDuplicateIcon as DuplicateIcon, 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, SvgFilterAltIcon as FilterAltIcon, SvgFolderIcon as FolderIcon, 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, SvgHelpIcon as HelpIcon, SvgHereIcon as HereIcon, SvgHideIcon as HideIcon, SvgHighlightTextAltIcon as HighlightTextAltIcon, SvgHighlightTextIcon as HighlightTextIcon, SvgHorizontalScrollIcon as HorizontalScrollIcon, SvgImageIcon as ImageIcon, SvgInfoCircleFilledIcon as InfoCircleFilledIcon, SvgInsertIcon as InsertIcon, 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, SvgOpenIcon as OpenIcon, 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, SvgSearchIcon as SearchIcon, SvgSettingsIcon as SettingsIcon, SvgShowIcon as ShowIcon, SvgSlashCommandsIcon as SlashCommandsIcon, SvgSoundRecordIcon as SoundRecordIcon, 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, SvgWorkflowIcon as WorkflowIcon, SvgXCircleFilledIcon as XCircleFilledIcon, SvgXIcon as XIcon };
|