@baseline-ui/icons 0.0.0-next-20240723194303

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 ADDED
@@ -0,0 +1,35 @@
1
+ import { CSSProperties, SVGProps } from 'react';
2
+
3
+ interface SVGRProps {
4
+ title?: string;
5
+ titleId?: string;
6
+ size?: CSSProperties["width"];
7
+ }
8
+
9
+ declare const SvgCaretDownIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
10
+
11
+ declare const SvgCaretLeftIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
12
+
13
+ declare const SvgCaretRightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
14
+
15
+ declare const SvgCaretUpIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
16
+
17
+ declare const SvgCheckmarkIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
18
+
19
+ declare const SvgEllipseIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
20
+
21
+ declare const SvgLockFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
22
+
23
+ declare const SvgLockIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
24
+
25
+ declare const SvgMinusIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
26
+
27
+ declare const SvgMoreIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
28
+
29
+ declare const SvgPlaceholderIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
30
+
31
+ declare const SvgPlusIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
32
+
33
+ declare const SvgXIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
34
+
35
+ 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 };
package/12/index.d.ts ADDED
@@ -0,0 +1,35 @@
1
+ import { CSSProperties, SVGProps } from 'react';
2
+
3
+ interface SVGRProps {
4
+ title?: string;
5
+ titleId?: string;
6
+ size?: CSSProperties["width"];
7
+ }
8
+
9
+ declare const SvgCaretDownIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
10
+
11
+ declare const SvgCaretLeftIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
12
+
13
+ declare const SvgCaretRightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
14
+
15
+ declare const SvgCaretUpIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
16
+
17
+ declare const SvgCheckmarkIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
18
+
19
+ declare const SvgEllipseIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
20
+
21
+ declare const SvgLockFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
22
+
23
+ declare const SvgLockIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
24
+
25
+ declare const SvgMinusIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
26
+
27
+ declare const SvgMoreIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
28
+
29
+ declare const SvgPlaceholderIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
30
+
31
+ declare const SvgPlusIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
32
+
33
+ declare const SvgXIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
34
+
35
+ 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 };
package/12/index.js ADDED
@@ -0,0 +1,19 @@
1
+ 'use strict';
2
+
3
+ var jsxRuntime = require('react/jsx-runtime');
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=$;
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;
package/12/index.mjs ADDED
@@ -0,0 +1,5 @@
1
+ import { jsxs, jsx } from 'react/jsx-runtime';
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=$;
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 };
package/16/index.d.mts ADDED
@@ -0,0 +1,173 @@
1
+ import { CSSProperties, SVGProps } from 'react';
2
+
3
+ interface SVGRProps {
4
+ title?: string;
5
+ titleId?: string;
6
+ size?: CSSProperties["width"];
7
+ }
8
+
9
+ declare const SvgAlignBottomIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
10
+
11
+ declare const SvgAlignMiddleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
12
+
13
+ declare const SvgAlignTopIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
14
+
15
+ declare const SvgAnonymousIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
16
+
17
+ declare const SvgArrowDownCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
18
+
19
+ declare const SvgArrowRightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
20
+
21
+ declare const SvgAttachmentsIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
22
+
23
+ declare const SvgAvatarIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
24
+
25
+ declare const SvgBoldIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
26
+
27
+ declare const SvgBookmarkFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
28
+
29
+ declare const SvgBookmarkIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
30
+
31
+ declare const SvgCaretLeftIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
32
+
33
+ declare const SvgCaretRightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
34
+
35
+ declare const SvgCheckFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
36
+
37
+ declare const SvgCheckmarkCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
38
+
39
+ declare const SvgCheckmarkIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
40
+
41
+ declare const SvgCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
42
+
43
+ declare const SvgCloseCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
44
+
45
+ declare const SvgCloseIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
46
+
47
+ declare const SvgCopyIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
48
+
49
+ declare const SvgEditIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
50
+
51
+ declare const SvgEllipseIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
52
+
53
+ declare const SvgEmojiSmileIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
54
+
55
+ declare const SvgErrorAltCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
56
+
57
+ declare const SvgErrorAltFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
58
+
59
+ declare const SvgErrorCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
60
+
61
+ declare const SvgErrorCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
62
+
63
+ declare const SvgErrorFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
64
+
65
+ declare const SvgExpandIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
66
+
67
+ declare const SvgHereIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
68
+
69
+ declare const SvgHideIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
70
+
71
+ declare const SvgHighlightTextAltIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
72
+
73
+ declare const SvgHighlightTextIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
74
+
75
+ declare const SvgHorizontalScrollIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
76
+
77
+ declare const SvgInfoCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
78
+
79
+ declare const SvgInfoFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
80
+
81
+ declare const SvgItalicIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
82
+
83
+ declare const SvgLinkIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
84
+
85
+ declare const SvgListIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
86
+
87
+ declare const SvgLockIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
88
+
89
+ declare const SvgMagicIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
90
+
91
+ declare const SvgMinusIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
92
+
93
+ declare const SvgMonkeyIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
94
+
95
+ declare const SvgMoreIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
96
+
97
+ declare const SvgMoreVerticalIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
98
+
99
+ declare const SvgNoneIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
100
+
101
+ declare const SvgPageFittingFillIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
102
+
103
+ declare const SvgPageFittingFitIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
104
+
105
+ declare const SvgPageHorizontalScrollIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
106
+
107
+ declare const SvgPageLayoutDoubleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
108
+
109
+ declare const SvgPageLayoutSingleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
110
+
111
+ declare const SvgPageVerticalScrollIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
112
+
113
+ declare const SvgPlaceholderIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
114
+
115
+ declare const SvgPlusIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
116
+
117
+ declare const SvgQuestionmarkCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
118
+
119
+ declare const SvgReadOnlyIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
120
+
121
+ declare const SvgRedoIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
122
+
123
+ declare const SvgRemoveFormattingIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
124
+
125
+ declare const SvgReorderIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
126
+
127
+ declare const SvgRotateClockwiseIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
128
+
129
+ declare const SvgRotateCounterClockwiseIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
130
+
131
+ declare const SvgSettingsIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
132
+
133
+ declare const SvgShowIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
134
+
135
+ declare const SvgStrikeoutTextAltIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
136
+
137
+ declare const SvgTextAlignCenterIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
138
+
139
+ declare const SvgTextAlignJustifyIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
140
+
141
+ declare const SvgTextAlignLeftIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
142
+
143
+ declare const SvgTextAlignRightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
144
+
145
+ declare const SvgTextIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
146
+
147
+ declare const SvgTextMarkIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
148
+
149
+ declare const SvgThumbnailsIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
150
+
151
+ declare const SvgThumbsDownIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
152
+
153
+ declare const SvgThumbsUpIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
154
+
155
+ declare const SvgTrashIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
156
+
157
+ declare const SvgUnderlineIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
158
+
159
+ declare const SvgUndoIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
160
+
161
+ declare const SvgUnlockIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
162
+
163
+ declare const SvgVerticalScrollIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
164
+
165
+ declare const SvgWaitingIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
166
+
167
+ declare const SvgWarningFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
168
+
169
+ declare const SvgWarningIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
170
+
171
+ declare const SvgXIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
172
+
173
+ 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, 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, SvgPageFittingFillIcon as PageFittingFillIcon, SvgPageFittingFitIcon as PageFittingFitIcon, SvgPageHorizontalScrollIcon as PageHorizontalScrollIcon, SvgPageLayoutDoubleIcon as PageLayoutDoubleIcon, SvgPageLayoutSingleIcon as PageLayoutSingleIcon, SvgPageVerticalScrollIcon as PageVerticalScrollIcon, 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 };
package/16/index.d.ts ADDED
@@ -0,0 +1,173 @@
1
+ import { CSSProperties, SVGProps } from 'react';
2
+
3
+ interface SVGRProps {
4
+ title?: string;
5
+ titleId?: string;
6
+ size?: CSSProperties["width"];
7
+ }
8
+
9
+ declare const SvgAlignBottomIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
10
+
11
+ declare const SvgAlignMiddleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
12
+
13
+ declare const SvgAlignTopIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
14
+
15
+ declare const SvgAnonymousIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
16
+
17
+ declare const SvgArrowDownCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
18
+
19
+ declare const SvgArrowRightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
20
+
21
+ declare const SvgAttachmentsIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
22
+
23
+ declare const SvgAvatarIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
24
+
25
+ declare const SvgBoldIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
26
+
27
+ declare const SvgBookmarkFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
28
+
29
+ declare const SvgBookmarkIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
30
+
31
+ declare const SvgCaretLeftIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
32
+
33
+ declare const SvgCaretRightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
34
+
35
+ declare const SvgCheckFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
36
+
37
+ declare const SvgCheckmarkCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
38
+
39
+ declare const SvgCheckmarkIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
40
+
41
+ declare const SvgCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
42
+
43
+ declare const SvgCloseCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
44
+
45
+ declare const SvgCloseIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
46
+
47
+ declare const SvgCopyIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
48
+
49
+ declare const SvgEditIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
50
+
51
+ declare const SvgEllipseIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
52
+
53
+ declare const SvgEmojiSmileIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
54
+
55
+ declare const SvgErrorAltCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
56
+
57
+ declare const SvgErrorAltFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
58
+
59
+ declare const SvgErrorCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
60
+
61
+ declare const SvgErrorCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
62
+
63
+ declare const SvgErrorFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
64
+
65
+ declare const SvgExpandIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
66
+
67
+ declare const SvgHereIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
68
+
69
+ declare const SvgHideIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
70
+
71
+ declare const SvgHighlightTextAltIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
72
+
73
+ declare const SvgHighlightTextIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
74
+
75
+ declare const SvgHorizontalScrollIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
76
+
77
+ declare const SvgInfoCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
78
+
79
+ declare const SvgInfoFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
80
+
81
+ declare const SvgItalicIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
82
+
83
+ declare const SvgLinkIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
84
+
85
+ declare const SvgListIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
86
+
87
+ declare const SvgLockIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
88
+
89
+ declare const SvgMagicIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
90
+
91
+ declare const SvgMinusIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
92
+
93
+ declare const SvgMonkeyIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
94
+
95
+ declare const SvgMoreIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
96
+
97
+ declare const SvgMoreVerticalIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
98
+
99
+ declare const SvgNoneIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
100
+
101
+ declare const SvgPageFittingFillIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
102
+
103
+ declare const SvgPageFittingFitIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
104
+
105
+ declare const SvgPageHorizontalScrollIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
106
+
107
+ declare const SvgPageLayoutDoubleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
108
+
109
+ declare const SvgPageLayoutSingleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
110
+
111
+ declare const SvgPageVerticalScrollIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
112
+
113
+ declare const SvgPlaceholderIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
114
+
115
+ declare const SvgPlusIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
116
+
117
+ declare const SvgQuestionmarkCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
118
+
119
+ declare const SvgReadOnlyIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
120
+
121
+ declare const SvgRedoIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
122
+
123
+ declare const SvgRemoveFormattingIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
124
+
125
+ declare const SvgReorderIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
126
+
127
+ declare const SvgRotateClockwiseIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
128
+
129
+ declare const SvgRotateCounterClockwiseIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
130
+
131
+ declare const SvgSettingsIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
132
+
133
+ declare const SvgShowIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
134
+
135
+ declare const SvgStrikeoutTextAltIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
136
+
137
+ declare const SvgTextAlignCenterIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
138
+
139
+ declare const SvgTextAlignJustifyIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
140
+
141
+ declare const SvgTextAlignLeftIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
142
+
143
+ declare const SvgTextAlignRightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
144
+
145
+ declare const SvgTextIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
146
+
147
+ declare const SvgTextMarkIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
148
+
149
+ declare const SvgThumbnailsIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
150
+
151
+ declare const SvgThumbsDownIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
152
+
153
+ declare const SvgThumbsUpIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
154
+
155
+ declare const SvgTrashIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
156
+
157
+ declare const SvgUnderlineIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
158
+
159
+ declare const SvgUndoIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
160
+
161
+ declare const SvgUnlockIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
162
+
163
+ declare const SvgVerticalScrollIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
164
+
165
+ declare const SvgWaitingIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
166
+
167
+ declare const SvgWarningFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
168
+
169
+ declare const SvgWarningIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
170
+
171
+ declare const SvgXIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
172
+
173
+ 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, 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, SvgPageFittingFillIcon as PageFittingFillIcon, SvgPageFittingFitIcon as PageFittingFitIcon, SvgPageHorizontalScrollIcon as PageHorizontalScrollIcon, SvgPageLayoutDoubleIcon as PageLayoutDoubleIcon, SvgPageLayoutSingleIcon as PageLayoutSingleIcon, SvgPageVerticalScrollIcon as PageVerticalScrollIcon, 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 };