@baseline-ui/icons 0.57.1 → 0.58.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/36/index.d.mts +36 -0
- package/36/index.d.ts +36 -0
- package/36/index.js +2 -0
- package/36/index.mjs +2 -0
- package/Acknowledgements.md +4095 -786
- package/package.json +2 -1
- package/sbom.json +1 -1
package/36/index.d.mts
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import { CSSProperties, SVGProps } from 'react';
|
|
3
|
+
|
|
4
|
+
interface SVGRProps {
|
|
5
|
+
title?: string;
|
|
6
|
+
titleId?: string;
|
|
7
|
+
size?: CSSProperties["width"];
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
declare const SvgArrowRight: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
11
|
+
|
|
12
|
+
declare const SvgCheck: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
13
|
+
|
|
14
|
+
declare const SvgCircle: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
15
|
+
|
|
16
|
+
declare const SvgCross: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
17
|
+
|
|
18
|
+
declare const SvgHelp: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
19
|
+
|
|
20
|
+
declare const SvgInset: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
21
|
+
|
|
22
|
+
declare const SvgKey: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
23
|
+
|
|
24
|
+
declare const SvgNewParagraphAlt: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
25
|
+
|
|
26
|
+
declare const SvgNewParagraph: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
27
|
+
|
|
28
|
+
declare const SvgNote: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
29
|
+
|
|
30
|
+
declare const SvgPointerRight: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
31
|
+
|
|
32
|
+
declare const SvgSpeechBubble: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
33
|
+
|
|
34
|
+
declare const SvgStar: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
35
|
+
|
|
36
|
+
export { SvgArrowRight as ArrowRight, SvgCheck as Check, SvgCircle as Circle, SvgCross as Cross, SvgHelp as Help, SvgInset as Inset, SvgKey as Key, SvgNewParagraph as NewParagraph, SvgNewParagraphAlt as NewParagraphAlt, SvgNote as Note, SvgPointerRight as PointerRight, SvgSpeechBubble as SpeechBubble, SvgStar as Star };
|
package/36/index.d.ts
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import { CSSProperties, SVGProps } from 'react';
|
|
3
|
+
|
|
4
|
+
interface SVGRProps {
|
|
5
|
+
title?: string;
|
|
6
|
+
titleId?: string;
|
|
7
|
+
size?: CSSProperties["width"];
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
declare const SvgArrowRight: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
11
|
+
|
|
12
|
+
declare const SvgCheck: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
13
|
+
|
|
14
|
+
declare const SvgCircle: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
15
|
+
|
|
16
|
+
declare const SvgCross: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
17
|
+
|
|
18
|
+
declare const SvgHelp: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
19
|
+
|
|
20
|
+
declare const SvgInset: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
21
|
+
|
|
22
|
+
declare const SvgKey: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
23
|
+
|
|
24
|
+
declare const SvgNewParagraphAlt: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
25
|
+
|
|
26
|
+
declare const SvgNewParagraph: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
27
|
+
|
|
28
|
+
declare const SvgNote: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
29
|
+
|
|
30
|
+
declare const SvgPointerRight: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
31
|
+
|
|
32
|
+
declare const SvgSpeechBubble: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
33
|
+
|
|
34
|
+
declare const SvgStar: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
35
|
+
|
|
36
|
+
export { SvgArrowRight as ArrowRight, SvgCheck as Check, SvgCircle as Circle, SvgCross as Cross, SvgHelp as Help, SvgInset as Inset, SvgKey as Key, SvgNewParagraph as NewParagraph, SvgNewParagraphAlt as NewParagraphAlt, SvgNote as Note, SvgPointerRight as PointerRight, SvgSpeechBubble as SpeechBubble, SvgStar as Star };
|
package/36/index.js
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
'use strict';var jsxRuntime=require('react/jsx-runtime');var h=({title:l,titleId:o,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 36 36","aria-labelledby":o,...e,children:[l?jsxRuntime.jsx("title",{id:o,children:l}):null,jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M21.387 5.87a1.25 1.25 0 0 0-1.774 0l-3.538 3.537a1.25 1.25 0 0 0-.362.888c.004.33.134.648.362.887l2.875 2.863H5.5a1.25 1.25 0 0 0-1.25 1.25v5a1.25 1.25 0 0 0 1.25 1.25h13.45l-2.875 2.862a1.25 1.25 0 0 0 0 1.775l3.538 3.525a1.25 1.25 0 0 0 1.774 0l11.038-11.025c.228-.24.358-.556.363-.887a1.25 1.25 0 0 0-.363-.888L21.388 5.87Z",clipRule:"evenodd"})]}),V=h;var w=({title:l,titleId:o,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 36 36","aria-labelledby":o,...e,children:[l?jsxRuntime.jsx("title",{id:o,children:l}):null,jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M26.75 8.363a1.25 1.25 0 0 0-1.762 0L14.863 18.538l-3.688-3.75a1.25 1.25 0 0 0-1.775 0l-3.537 3.587a1.3 1.3 0 0 0-.363.875 1.25 1.25 0 0 0 .363.887l8.112 8.113a1.25 1.25 0 0 0 .888.375c.33-.005.644-.14.875-.375l14.587-14.575a1.25 1.25 0 0 0 0-1.775z",clipRule:"evenodd"})]}),G=w;var u=({title:l,titleId:o,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 36 36","aria-labelledby":o,...e,children:[l?jsxRuntime.jsx("title",{id:o,children:l}):null,jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M18 5.5a12.5 12.5 0 1 0 0 25 12.5 12.5 0 0 0 0-25M18 23a4.999 4.999 0 1 1 0-9.998A4.999 4.999 0 0 1 18 23",clipRule:"evenodd"})]}),P=u;var x=({title:l,titleId:o,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 36 36","aria-labelledby":o,...e,children:[l?jsxRuntime.jsx("title",{id:o,children:l}):null,jsxRuntime.jsx("path",{fillRule:"evenodd",d:"m30.55 10.55-7.35 7.337 7.35 7.35a1.25 1.25 0 0 1 0 1.776l-3.538 3.537a1.25 1.25 0 0 1-1.775 0l-7.35-7.35-7.338 7.35a1.25 1.25 0 0 1-1.775 0l-3.537-3.538a1.25 1.25 0 0 1 0-1.774l7.35-7.35-7.35-7.338a1.25 1.25 0 0 1-.363-.888 1.25 1.25 0 0 1 .363-.887l3.537-3.538a1.25 1.25 0 0 1 .888-.362c.33.005.648.134.887.362l7.338 7.35 7.35-7.35a1.25 1.25 0 0 1 1.775 0l3.537 3.538a1.25 1.25 0 0 1 0 1.775Z",clipRule:"evenodd"})]}),z=x;var C=({title:l,titleId:o,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 36 36","aria-labelledby":o,...e,children:[l?jsxRuntime.jsx("title",{id:o,children:l}):null,jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M15.5 12.996c0 .338-.137.65-.363.888-.237.237-.55.362-.887.362h-5a1.3 1.3 0 0 1-.887-.362A1.24 1.24 0 0 1 8 12.996a9.95 9.95 0 0 1 1.425-5.137 10 10 0 0 1 3.85-3.675 10.1 10.1 0 0 1 5.187-1.175c1.8.087 3.55.65 5.063 1.65s2.713 2.387 3.5 4.012c.775 1.625 1.1 3.438.938 5.238a9.84 9.84 0 0 1-1.888 4.975 10.2 10.2 0 0 1-4.175 3.312l-.15.075v.088c0 .337-.137.65-.363.887-.224.238-.55.363-.887.363h-5a1.3 1.3 0 0 1-.887-.363 1.24 1.24 0 0 1-.363-.887v-.625a7.33 7.33 0 0 1 1.4-3.938c.838-1.15 2-2.025 3.325-2.512a2.5 2.5 0 0 0 1.037-.825c.263-.363.425-.8.476-1.25a2.5 2.5 0 0 0-.238-1.313 2.51 2.51 0 0 0-2.137-1.412 2.5 2.5 0 0 0-1.3.3c-.4.212-.726.537-.963.925-.237.387-.35.837-.35 1.287m2.5 20c.738 0 1.462-.225 2.087-.637.613-.413 1.1-1 1.375-1.688a3.67 3.67 0 0 0 .213-2.162 3.8 3.8 0 0 0-1.025-1.925 3.67 3.67 0 0 0-1.925-1.025 3.66 3.66 0 0 0-2.163.212 3.8 3.8 0 0 0-1.687 1.375 3.735 3.735 0 0 0 .463 4.738c.7.7 1.662 1.1 2.65 1.1z",clipRule:"evenodd"})]}),B=C;var E=({title:l,titleId:o,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 36 36","aria-labelledby":o,...e,children:[l?jsxRuntime.jsx("title",{id:o,children:l}):null,jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M17.116 4.474a1.25 1.25 0 0 1 1.768 0l9.83 9.83a1.25 1.25 0 0 1 0 1.767l-3.094 3.094a1.25 1.25 0 0 1-1.768 0l-2.415-2.415v1.875c0 1.822.663 3.09 1.991 4.033 1.334.948 3.589 1.727 7.072 1.878.69.03 1.25.586 1.25 1.276v4.375c0 .69-.56 1.253-1.25 1.23-4.427-.154-8.22-1.142-11.053-3.154a12 12 0 0 1-1.447-1.2q-.66.641-1.447 1.2c-2.832 2.012-6.626 3-11.053 3.153a1.22 1.22 0 0 1-1.25-1.229v-4.375c0-.69.56-1.246 1.25-1.276 3.483-.15 5.738-.93 7.072-1.878 1.328-.943 1.99-2.211 1.99-4.033V16.75l-2.414 2.415a1.25 1.25 0 0 1-1.768 0L7.287 16.07a1.25 1.25 0 0 1 0-1.768l9.83-9.83Z",clipRule:"evenodd"})]}),A=E;var N=({title:l,titleId:o,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 36 36","aria-labelledby":o,...e,children:[l?jsxRuntime.jsx("title",{id:o,children:l}):null,jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M28.087 7.438a8.75 8.75 0 0 0-14.237 9.625q.015.074 0 .15l-8.5 8.537a2.5 2.5 0 0 0-.663 1.163l-.362 1.462a2.5 2.5 0 0 0 2.7 3.087l1.325-.15a2.5 2.5 0 0 0 2.15-1.875l.587-2.362.325-.313 3.6-.325a2.5 2.5 0 0 0 2.138-1.7l.975-2.924.15-.15q.075-.015.15 0A8.75 8.75 0 0 0 28.05 7.425zm-2.587 5.3a1.875 1.875 0 1 1-2.653-2.65 1.875 1.875 0 0 1 2.653 2.65",clipRule:"evenodd"})]}),L=N;var Z=({title:l,titleId:o,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 36 36","aria-labelledby":o,...e,children:[l?jsxRuntime.jsx("title",{id:o,children:l}):null,jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M13 23h1.25v6.25c0 .69.56 1.25 1.25 1.25H18c.69 0 1.25-.56 1.25-1.25V11.125c0-.345.28-.625.625-.625h2.5c.345 0 .625.28.625.625V29.25c0 .69.56 1.25 1.25 1.25h2.5c.69 0 1.25-.56 1.25-1.25V11.125c0-.345.28-.625.625-.625H30.5c.69 0 1.25-.56 1.25-1.25v-2.5c0-.69-.56-1.25-1.25-1.25H13A8.75 8.75 0 0 0 13 23",clipRule:"evenodd"})]}),k=Z;var K=({title:l,titleId:o,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 36 36","aria-labelledby":o,...e,children:[l?jsxRuntime.jsx("title",{id:o,children:l}):null,jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M18 3c.25 0 .375 0 .625.125s.375.25.5.5l10 17.5c.125.25.125.375.125.625s0 .375-.125.625a.98.98 0 0 1-.5.5C28.375 23 28.25 23 28 23H8c-.25 0-.375 0-.625-.125a.98.98 0 0 1-.5-.5c0-.25-.125-.375-.125-.625s0-.375.125-.625l10-17.5a.98.98 0 0 1 .5-.5C17.625 3 17.75 3 18 3M8.625 24.75c-.125-.125-.25-.125-.5-.25-.125 0-.375 0-.5.125L7.25 25c-.125.125-.125.375-.125.5v6.25c0 .25.125.5.25.625s.375.25.625.25.5-.125.625-.25a.96.96 0 0 0 .25-.625V27.5l6 5c.125.125.25.125.5.25.125 0 .375 0 .5-.125l.375-.375c.125-.125.125-.375.125-.5V25.5c0-.25-.125-.5-.25-.625a.96.96 0 0 0-.625-.25c-.25 0-.5.125-.625.25a.96.96 0 0 0-.25.625v4.25zM20.5 24.5h5.625c.75 0 1.5.25 2 .875.5.5.875 1.25.875 2s-.25 1.5-.875 2c-.5.5-1.25.875-2 .875h-4.75v1.5c0 .25-.125.5-.25.625a.96.96 0 0 1-.625.25c-.25 0-.5-.125-.625-.25a.96.96 0 0 1-.25-.625V25.5c0-.25.125-.5.25-.625.125-.25.375-.25.625-.375m.875 3.75v-1.875h4.75c.25 0 .5.125.625.25s.25.375.25.625 0 .625-.25.75a.96.96 0 0 1-.625.25z",clipRule:"evenodd"})]}),D=K;var J=({title:l,titleId:o,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 36 36","aria-labelledby":o,...e,children:[l?jsxRuntime.jsx("title",{id:o,children:l}):null,jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M30.425 19.325 21.75 28v-8.75h8.75zm.075-2.575h-8.75a2.5 2.5 0 0 0-2.5 2.5V28H8a2.5 2.5 0 0 1-2.5-2.5v-15A2.5 2.5 0 0 1 8 8h20a2.5 2.5 0 0 1 2.5 2.5z",clipRule:"evenodd"})]}),O=J;var T=({title:l,titleId:o,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 36 36","aria-labelledby":o,...e,children:[l?jsxRuntime.jsx("title",{id:o,children:l}):null,jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M29.072 15.698 9.232 5.783a2.575 2.575 0 0 0-3.69 1.93 2.57 2.57 0 0 0 .267 1.568L10.429 18l-4.62 8.706a2.57 2.57 0 0 0 1.842 3.747 2.57 2.57 0 0 0 1.58-.236l19.841-9.915a2.573 2.573 0 0 0 0-4.604",clipRule:"evenodd"})]}),U=T;var X=({title:l,titleId:o,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 36 36","aria-labelledby":o,...e,children:[l?jsxRuntime.jsx("title",{id:o,children:l}):null,jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M30.5 9.25v12.5a2.5 2.5 0 0 1-2.5 2.5H13.437l-5.912 4.725A1.25 1.25 0 0 1 5.5 28V9.25A2.5 2.5 0 0 1 8 6.75h20a2.5 2.5 0 0 1 2.5 2.5",clipRule:"evenodd"})]}),Y=X;var $=({title:l,titleId:o,...e})=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 36 36","aria-labelledby":o,...e,children:[l?jsxRuntime.jsx("title",{id:o,children:l}):null,jsxRuntime.jsx("path",{fillRule:"evenodd",d:"m30.162 15.75-5.788 4.2 2.213 6.8a1.875 1.875 0 0 1-2.888 2.1l-5.787-4.213-5.8 4.226a1.875 1.875 0 0 1-2.875-2.113l2.212-6.813-5.8-4.187a1.875 1.875 0 0 1 1.1-3.4h7.163l2.212-6.85a1.875 1.875 0 0 1 3.563 0l2.212 6.8h7.163a1.876 1.876 0 0 1 1.1 3.45",clipRule:"evenodd"})]}),j=$;
|
|
2
|
+
exports.ArrowRight=V;exports.Check=G;exports.Circle=P;exports.Cross=z;exports.Help=B;exports.Inset=A;exports.Key=L;exports.NewParagraph=D;exports.NewParagraphAlt=k;exports.Note=O;exports.PointerRight=U;exports.SpeechBubble=Y;exports.Star=j;
|
package/36/index.mjs
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import {jsxs,jsx}from'react/jsx-runtime';var h=({title:l,titleId:o,...e})=>jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 36 36","aria-labelledby":o,...e,children:[l?jsx("title",{id:o,children:l}):null,jsx("path",{fillRule:"evenodd",d:"M21.387 5.87a1.25 1.25 0 0 0-1.774 0l-3.538 3.537a1.25 1.25 0 0 0-.362.888c.004.33.134.648.362.887l2.875 2.863H5.5a1.25 1.25 0 0 0-1.25 1.25v5a1.25 1.25 0 0 0 1.25 1.25h13.45l-2.875 2.862a1.25 1.25 0 0 0 0 1.775l3.538 3.525a1.25 1.25 0 0 0 1.774 0l11.038-11.025c.228-.24.358-.556.363-.887a1.25 1.25 0 0 0-.363-.888L21.388 5.87Z",clipRule:"evenodd"})]}),V=h;var w=({title:l,titleId:o,...e})=>jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 36 36","aria-labelledby":o,...e,children:[l?jsx("title",{id:o,children:l}):null,jsx("path",{fillRule:"evenodd",d:"M26.75 8.363a1.25 1.25 0 0 0-1.762 0L14.863 18.538l-3.688-3.75a1.25 1.25 0 0 0-1.775 0l-3.537 3.587a1.3 1.3 0 0 0-.363.875 1.25 1.25 0 0 0 .363.887l8.112 8.113a1.25 1.25 0 0 0 .888.375c.33-.005.644-.14.875-.375l14.587-14.575a1.25 1.25 0 0 0 0-1.775z",clipRule:"evenodd"})]}),G=w;var u=({title:l,titleId:o,...e})=>jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 36 36","aria-labelledby":o,...e,children:[l?jsx("title",{id:o,children:l}):null,jsx("path",{fillRule:"evenodd",d:"M18 5.5a12.5 12.5 0 1 0 0 25 12.5 12.5 0 0 0 0-25M18 23a4.999 4.999 0 1 1 0-9.998A4.999 4.999 0 0 1 18 23",clipRule:"evenodd"})]}),P=u;var x=({title:l,titleId:o,...e})=>jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 36 36","aria-labelledby":o,...e,children:[l?jsx("title",{id:o,children:l}):null,jsx("path",{fillRule:"evenodd",d:"m30.55 10.55-7.35 7.337 7.35 7.35a1.25 1.25 0 0 1 0 1.776l-3.538 3.537a1.25 1.25 0 0 1-1.775 0l-7.35-7.35-7.338 7.35a1.25 1.25 0 0 1-1.775 0l-3.537-3.538a1.25 1.25 0 0 1 0-1.774l7.35-7.35-7.35-7.338a1.25 1.25 0 0 1-.363-.888 1.25 1.25 0 0 1 .363-.887l3.537-3.538a1.25 1.25 0 0 1 .888-.362c.33.005.648.134.887.362l7.338 7.35 7.35-7.35a1.25 1.25 0 0 1 1.775 0l3.537 3.538a1.25 1.25 0 0 1 0 1.775Z",clipRule:"evenodd"})]}),z=x;var C=({title:l,titleId:o,...e})=>jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 36 36","aria-labelledby":o,...e,children:[l?jsx("title",{id:o,children:l}):null,jsx("path",{fillRule:"evenodd",d:"M15.5 12.996c0 .338-.137.65-.363.888-.237.237-.55.362-.887.362h-5a1.3 1.3 0 0 1-.887-.362A1.24 1.24 0 0 1 8 12.996a9.95 9.95 0 0 1 1.425-5.137 10 10 0 0 1 3.85-3.675 10.1 10.1 0 0 1 5.187-1.175c1.8.087 3.55.65 5.063 1.65s2.713 2.387 3.5 4.012c.775 1.625 1.1 3.438.938 5.238a9.84 9.84 0 0 1-1.888 4.975 10.2 10.2 0 0 1-4.175 3.312l-.15.075v.088c0 .337-.137.65-.363.887-.224.238-.55.363-.887.363h-5a1.3 1.3 0 0 1-.887-.363 1.24 1.24 0 0 1-.363-.887v-.625a7.33 7.33 0 0 1 1.4-3.938c.838-1.15 2-2.025 3.325-2.512a2.5 2.5 0 0 0 1.037-.825c.263-.363.425-.8.476-1.25a2.5 2.5 0 0 0-.238-1.313 2.51 2.51 0 0 0-2.137-1.412 2.5 2.5 0 0 0-1.3.3c-.4.212-.726.537-.963.925-.237.387-.35.837-.35 1.287m2.5 20c.738 0 1.462-.225 2.087-.637.613-.413 1.1-1 1.375-1.688a3.67 3.67 0 0 0 .213-2.162 3.8 3.8 0 0 0-1.025-1.925 3.67 3.67 0 0 0-1.925-1.025 3.66 3.66 0 0 0-2.163.212 3.8 3.8 0 0 0-1.687 1.375 3.735 3.735 0 0 0 .463 4.738c.7.7 1.662 1.1 2.65 1.1z",clipRule:"evenodd"})]}),B=C;var E=({title:l,titleId:o,...e})=>jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 36 36","aria-labelledby":o,...e,children:[l?jsx("title",{id:o,children:l}):null,jsx("path",{fillRule:"evenodd",d:"M17.116 4.474a1.25 1.25 0 0 1 1.768 0l9.83 9.83a1.25 1.25 0 0 1 0 1.767l-3.094 3.094a1.25 1.25 0 0 1-1.768 0l-2.415-2.415v1.875c0 1.822.663 3.09 1.991 4.033 1.334.948 3.589 1.727 7.072 1.878.69.03 1.25.586 1.25 1.276v4.375c0 .69-.56 1.253-1.25 1.23-4.427-.154-8.22-1.142-11.053-3.154a12 12 0 0 1-1.447-1.2q-.66.641-1.447 1.2c-2.832 2.012-6.626 3-11.053 3.153a1.22 1.22 0 0 1-1.25-1.229v-4.375c0-.69.56-1.246 1.25-1.276 3.483-.15 5.738-.93 7.072-1.878 1.328-.943 1.99-2.211 1.99-4.033V16.75l-2.414 2.415a1.25 1.25 0 0 1-1.768 0L7.287 16.07a1.25 1.25 0 0 1 0-1.768l9.83-9.83Z",clipRule:"evenodd"})]}),A=E;var N=({title:l,titleId:o,...e})=>jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 36 36","aria-labelledby":o,...e,children:[l?jsx("title",{id:o,children:l}):null,jsx("path",{fillRule:"evenodd",d:"M28.087 7.438a8.75 8.75 0 0 0-14.237 9.625q.015.074 0 .15l-8.5 8.537a2.5 2.5 0 0 0-.663 1.163l-.362 1.462a2.5 2.5 0 0 0 2.7 3.087l1.325-.15a2.5 2.5 0 0 0 2.15-1.875l.587-2.362.325-.313 3.6-.325a2.5 2.5 0 0 0 2.138-1.7l.975-2.924.15-.15q.075-.015.15 0A8.75 8.75 0 0 0 28.05 7.425zm-2.587 5.3a1.875 1.875 0 1 1-2.653-2.65 1.875 1.875 0 0 1 2.653 2.65",clipRule:"evenodd"})]}),L=N;var Z=({title:l,titleId:o,...e})=>jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 36 36","aria-labelledby":o,...e,children:[l?jsx("title",{id:o,children:l}):null,jsx("path",{fillRule:"evenodd",d:"M13 23h1.25v6.25c0 .69.56 1.25 1.25 1.25H18c.69 0 1.25-.56 1.25-1.25V11.125c0-.345.28-.625.625-.625h2.5c.345 0 .625.28.625.625V29.25c0 .69.56 1.25 1.25 1.25h2.5c.69 0 1.25-.56 1.25-1.25V11.125c0-.345.28-.625.625-.625H30.5c.69 0 1.25-.56 1.25-1.25v-2.5c0-.69-.56-1.25-1.25-1.25H13A8.75 8.75 0 0 0 13 23",clipRule:"evenodd"})]}),k=Z;var K=({title:l,titleId:o,...e})=>jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 36 36","aria-labelledby":o,...e,children:[l?jsx("title",{id:o,children:l}):null,jsx("path",{fillRule:"evenodd",d:"M18 3c.25 0 .375 0 .625.125s.375.25.5.5l10 17.5c.125.25.125.375.125.625s0 .375-.125.625a.98.98 0 0 1-.5.5C28.375 23 28.25 23 28 23H8c-.25 0-.375 0-.625-.125a.98.98 0 0 1-.5-.5c0-.25-.125-.375-.125-.625s0-.375.125-.625l10-17.5a.98.98 0 0 1 .5-.5C17.625 3 17.75 3 18 3M8.625 24.75c-.125-.125-.25-.125-.5-.25-.125 0-.375 0-.5.125L7.25 25c-.125.125-.125.375-.125.5v6.25c0 .25.125.5.25.625s.375.25.625.25.5-.125.625-.25a.96.96 0 0 0 .25-.625V27.5l6 5c.125.125.25.125.5.25.125 0 .375 0 .5-.125l.375-.375c.125-.125.125-.375.125-.5V25.5c0-.25-.125-.5-.25-.625a.96.96 0 0 0-.625-.25c-.25 0-.5.125-.625.25a.96.96 0 0 0-.25.625v4.25zM20.5 24.5h5.625c.75 0 1.5.25 2 .875.5.5.875 1.25.875 2s-.25 1.5-.875 2c-.5.5-1.25.875-2 .875h-4.75v1.5c0 .25-.125.5-.25.625a.96.96 0 0 1-.625.25c-.25 0-.5-.125-.625-.25a.96.96 0 0 1-.25-.625V25.5c0-.25.125-.5.25-.625.125-.25.375-.25.625-.375m.875 3.75v-1.875h4.75c.25 0 .5.125.625.25s.25.375.25.625 0 .625-.25.75a.96.96 0 0 1-.625.25z",clipRule:"evenodd"})]}),D=K;var J=({title:l,titleId:o,...e})=>jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 36 36","aria-labelledby":o,...e,children:[l?jsx("title",{id:o,children:l}):null,jsx("path",{fillRule:"evenodd",d:"M30.425 19.325 21.75 28v-8.75h8.75zm.075-2.575h-8.75a2.5 2.5 0 0 0-2.5 2.5V28H8a2.5 2.5 0 0 1-2.5-2.5v-15A2.5 2.5 0 0 1 8 8h20a2.5 2.5 0 0 1 2.5 2.5z",clipRule:"evenodd"})]}),O=J;var T=({title:l,titleId:o,...e})=>jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 36 36","aria-labelledby":o,...e,children:[l?jsx("title",{id:o,children:l}):null,jsx("path",{fillRule:"evenodd",d:"M29.072 15.698 9.232 5.783a2.575 2.575 0 0 0-3.69 1.93 2.57 2.57 0 0 0 .267 1.568L10.429 18l-4.62 8.706a2.57 2.57 0 0 0 1.842 3.747 2.57 2.57 0 0 0 1.58-.236l19.841-9.915a2.573 2.573 0 0 0 0-4.604",clipRule:"evenodd"})]}),U=T;var X=({title:l,titleId:o,...e})=>jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 36 36","aria-labelledby":o,...e,children:[l?jsx("title",{id:o,children:l}):null,jsx("path",{fillRule:"evenodd",d:"M30.5 9.25v12.5a2.5 2.5 0 0 1-2.5 2.5H13.437l-5.912 4.725A1.25 1.25 0 0 1 5.5 28V9.25A2.5 2.5 0 0 1 8 6.75h20a2.5 2.5 0 0 1 2.5 2.5",clipRule:"evenodd"})]}),Y=X;var $=({title:l,titleId:o,...e})=>jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.size||"1em",height:e.size||"1em",fill:"currentColor",viewBox:"0 0 36 36","aria-labelledby":o,...e,children:[l?jsx("title",{id:o,children:l}):null,jsx("path",{fillRule:"evenodd",d:"m30.162 15.75-5.788 4.2 2.213 6.8a1.875 1.875 0 0 1-2.888 2.1l-5.787-4.213-5.8 4.226a1.875 1.875 0 0 1-2.875-2.113l2.212-6.813-5.8-4.187a1.875 1.875 0 0 1 1.1-3.4h7.163l2.212-6.85a1.875 1.875 0 0 1 3.563 0l2.212 6.8h7.163a1.876 1.876 0 0 1 1.1 3.45",clipRule:"evenodd"})]}),j=$;
|
|
2
|
+
export{V as ArrowRight,G as Check,P as Circle,z as Cross,B as Help,A as Inset,L as Key,D as NewParagraph,k as NewParagraphAlt,O as Note,U as PointerRight,Y as SpeechBubble,j as Star};
|