@mesalvo/icons 0.0.32156
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/LICENSE +61 -0
- package/README.md +94 -0
- package/dist/index.d.ts +1562 -0
- package/dist/index.js +2 -0
- package/package.json +65 -0
- package/src/icons/Activity.tsx +22 -0
- package/src/icons/Ad.tsx +23 -0
- package/src/icons/Affiliate.tsx +22 -0
- package/src/icons/Alarm.tsx +23 -0
- package/src/icons/AlarmOff.tsx +23 -0
- package/src/icons/AlertCircle.tsx +22 -0
- package/src/icons/AlertTriangle.tsx +22 -0
- package/src/icons/Alt.tsx +22 -0
- package/src/icons/Approved.tsx +44 -0
- package/src/icons/ArrowBackUp.tsx +23 -0
- package/src/icons/ArrowDown.tsx +22 -0
- package/src/icons/ArrowLeft.tsx +22 -0
- package/src/icons/ArrowNarrowLeft.tsx +22 -0
- package/src/icons/ArrowNarrowRight.tsx +22 -0
- package/src/icons/ArrowRight.tsx +22 -0
- package/src/icons/ArrowUp.tsx +22 -0
- package/src/icons/ArrowsDiff.tsx +22 -0
- package/src/icons/AspectRatio.tsx +23 -0
- package/src/icons/Assembly.tsx +23 -0
- package/src/icons/Bold.tsx +22 -0
- package/src/icons/BookmarkPlus.tsx +22 -0
- package/src/icons/Briefcase.tsx +23 -0
- package/src/icons/Building.tsx +22 -0
- package/src/icons/BuildingHospital.tsx +23 -0
- package/src/icons/CalendarEvent.tsx +23 -0
- package/src/icons/Camera.tsx +23 -0
- package/src/icons/Capture.tsx +22 -0
- package/src/icons/ChartLine.tsx +22 -0
- package/src/icons/Check.tsx +22 -0
- package/src/icons/Checklist.tsx +22 -0
- package/src/icons/Checks.tsx +22 -0
- package/src/icons/ChevronDown.tsx +22 -0
- package/src/icons/ChevronLeft.tsx +22 -0
- package/src/icons/ChevronRight.tsx +22 -0
- package/src/icons/ChevronUp.tsx +22 -0
- package/src/icons/Clipboard.tsx +23 -0
- package/src/icons/Clock.tsx +23 -0
- package/src/icons/Cloud.tsx +22 -0
- package/src/icons/Code.tsx +22 -0
- package/src/icons/CodeDots.tsx +22 -0
- package/src/icons/Command.tsx +22 -0
- package/src/icons/Components.tsx +22 -0
- package/src/icons/Copy.tsx +23 -0
- package/src/icons/Cpu.tsx +23 -0
- package/src/icons/Dashboard.tsx +23 -0
- package/src/icons/Database.tsx +24 -0
- package/src/icons/DeviceDesktop.tsx +22 -0
- package/src/icons/DeviceFloppy.tsx +23 -0
- package/src/icons/DeviceLaptop.tsx +22 -0
- package/src/icons/Door.tsx +22 -0
- package/src/icons/Dots.tsx +22 -0
- package/src/icons/DotsVertical.tsx +22 -0
- package/src/icons/Download.tsx +22 -0
- package/src/icons/Edit.tsx +23 -0
- package/src/icons/EditOff.tsx +23 -0
- package/src/icons/Engine.tsx +22 -0
- package/src/icons/Eraser.tsx +22 -0
- package/src/icons/ExclamationCircle.tsx +22 -0
- package/src/icons/Eye.tsx +23 -0
- package/src/icons/EyeClosed.tsx +22 -0
- package/src/icons/FaceIdError.tsx +22 -0
- package/src/icons/File.tsx +23 -0
- package/src/icons/FileText.tsx +23 -0
- package/src/icons/FileUpload.tsx +24 -0
- package/src/icons/FileX.tsx +23 -0
- package/src/icons/Filter.tsx +22 -0
- package/src/icons/FilterOff.tsx +22 -0
- package/src/icons/Flag.tsx +22 -0
- package/src/icons/Focus.tsx +23 -0
- package/src/icons/Folder.tsx +22 -0
- package/src/icons/GenderFemale.tsx +22 -0
- package/src/icons/GenderMale.tsx +22 -0
- package/src/icons/GenderTransgender.tsx +22 -0
- package/src/icons/GridDots.tsx +22 -0
- package/src/icons/GripVertical.tsx +22 -0
- package/src/icons/Heart.tsx +22 -0
- package/src/icons/HeartHandshake.tsx +23 -0
- package/src/icons/Home.tsx +23 -0
- package/src/icons/Id.tsx +23 -0
- package/src/icons/InfoCircle.tsx +23 -0
- package/src/icons/InputSearch.tsx +22 -0
- package/src/icons/Italic.tsx +22 -0
- package/src/icons/Key.tsx +22 -0
- package/src/icons/Link.tsx +22 -0
- package/src/icons/Lock.tsx +23 -0
- package/src/icons/Logout.tsx +23 -0
- package/src/icons/Message.tsx +22 -0
- package/src/icons/MessageChatbot.tsx +23 -0
- package/src/icons/MessageDots.tsx +22 -0
- package/src/icons/Messages.tsx +22 -0
- package/src/icons/Microphone.tsx +23 -0
- package/src/icons/Minus.tsx +22 -0
- package/src/icons/Moon.tsx +22 -0
- package/src/icons/Navigation.tsx +22 -0
- package/src/icons/Password.tsx +22 -0
- package/src/icons/Pencil.tsx +22 -0
- package/src/icons/PlaylistAdd.tsx +22 -0
- package/src/icons/Plus.tsx +22 -0
- package/src/icons/Pointer.tsx +22 -0
- package/src/icons/QuestionMark.tsx +22 -0
- package/src/icons/Radio.tsx +22 -0
- package/src/icons/Radioactive.tsx +22 -0
- package/src/icons/Refresh.tsx +22 -0
- package/src/icons/ReplaceOff.tsx +22 -0
- package/src/icons/ReplaceUser.tsx +22 -0
- package/src/icons/Search.tsx +22 -0
- package/src/icons/Selector.tsx +22 -0
- package/src/icons/Send.tsx +22 -0
- package/src/icons/Settings.tsx +23 -0
- package/src/icons/Signature.tsx +27 -0
- package/src/icons/SortAscending.tsx +22 -0
- package/src/icons/SortDescending.tsx +22 -0
- package/src/icons/Sparkles.tsx +22 -0
- package/src/icons/Speakerphone.tsx +23 -0
- package/src/icons/Star.tsx +22 -0
- package/src/icons/Sun.tsx +22 -0
- package/src/icons/Tool.tsx +22 -0
- package/src/icons/Trash.tsx +22 -0
- package/src/icons/Underline.tsx +22 -0
- package/src/icons/Upload.tsx +22 -0
- package/src/icons/User.tsx +22 -0
- package/src/icons/Users.tsx +22 -0
- package/src/icons/Wand.tsx +22 -0
- package/src/icons/WaxSeal.tsx +40 -0
- package/src/icons/Wifi.tsx +23 -0
- package/src/icons/World.tsx +23 -0
- package/src/icons/X.tsx +22 -0
- package/src/icons/ZoomIn.tsx +22 -0
- package/src/icons/ZoomOut.tsx +22 -0
- package/src/icons/index.ts +126 -0
- package/src/map.ts +265 -0
- package/src/ui/Icon.tsx +21 -0
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgSparkles = (props: (SVGProps<SVGSVGElement> & { size?: string | number; color?: string })) => (
|
|
4
|
+
<svg
|
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
+
{...(props.size ? { width: props.size, height: props.size } : { width: "1em", height: "1em" })}
|
|
7
|
+
|
|
8
|
+
fill="none"
|
|
9
|
+
stroke="currentColor"
|
|
10
|
+
strokeLinecap="round"
|
|
11
|
+
strokeLinejoin="round"
|
|
12
|
+
strokeWidth={2}
|
|
13
|
+
className="sparkles_svg__icon sparkles_svg__icon-tabler sparkles_svg__icons-tabler-outline sparkles_svg__icon-tabler-sparkles"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>Sparkles</title>
|
|
18
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
19
|
+
<path d="M16 18a2 2 0 0 1 2 2 2 2 0 0 1 2-2 2 2 0 0 1-2-2 2 2 0 0 1-2 2m0-12a2 2 0 0 1 2 2 2 2 0 0 1 2-2 2 2 0 0 1-2-2 2 2 0 0 1-2 2M9 18a6 6 0 0 1 6-6 6 6 0 0 1-6-6 6 6 0 0 1-6 6 6 6 0 0 1 6 6" />
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
export default SvgSparkles;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgSpeakerphone = (props: (SVGProps<SVGSVGElement> & { size?: string | number; color?: string })) => (
|
|
4
|
+
<svg
|
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
+
{...(props.size ? { width: props.size, height: props.size } : { width: "1em", height: "1em" })}
|
|
7
|
+
|
|
8
|
+
fill="none"
|
|
9
|
+
stroke="currentColor"
|
|
10
|
+
strokeLinecap="round"
|
|
11
|
+
strokeLinejoin="round"
|
|
12
|
+
strokeWidth={2}
|
|
13
|
+
className="speakerphone_svg__icon speakerphone_svg__icon-tabler speakerphone_svg__icons-tabler-outline speakerphone_svg__icon-tabler-speakerphone"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>Speakerphone</title>
|
|
18
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
19
|
+
<path d="M18 8a3 3 0 0 1 0 6M10 8v11a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1v-5" />
|
|
20
|
+
<path d="m12 8 4.524-3.77A.9.9 0 0 1 18 4.922v12.156a.9.9 0 0 1-1.476.692L12 14H4a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z" />
|
|
21
|
+
</svg>
|
|
22
|
+
);
|
|
23
|
+
export default SvgSpeakerphone;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgStar = (props: (SVGProps<SVGSVGElement> & { size?: string | number; color?: string })) => (
|
|
4
|
+
<svg
|
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
+
{...(props.size ? { width: props.size, height: props.size } : { width: "1em", height: "1em" })}
|
|
7
|
+
|
|
8
|
+
fill="none"
|
|
9
|
+
stroke="currentColor"
|
|
10
|
+
strokeLinecap="round"
|
|
11
|
+
strokeLinejoin="round"
|
|
12
|
+
strokeWidth={2}
|
|
13
|
+
className="star_svg__icon star_svg__icon-tabler star_svg__icons-tabler-outline star_svg__icon-tabler-star"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>Star</title>
|
|
18
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
19
|
+
<path d="m12 17.75-6.172 3.245 1.179-6.873-5-4.867 6.9-1 3.086-6.253 3.086 6.253 6.9 1-5 4.867 1.179 6.873z" />
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
export default SvgStar;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgSun = (props: (SVGProps<SVGSVGElement> & { size?: string | number; color?: string })) => (
|
|
4
|
+
<svg
|
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
+
{...(props.size ? { width: props.size, height: props.size } : { width: "1em", height: "1em" })}
|
|
7
|
+
|
|
8
|
+
fill="none"
|
|
9
|
+
stroke="currentColor"
|
|
10
|
+
strokeLinecap="round"
|
|
11
|
+
strokeLinejoin="round"
|
|
12
|
+
strokeWidth={2}
|
|
13
|
+
className="sun_svg__icon sun_svg__icon-tabler sun_svg__icons-tabler-outline sun_svg__icon-tabler-sun"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>Sun</title>
|
|
18
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
19
|
+
<path d="M8 12a4 4 0 1 0 8 0 4 4 0 1 0-8 0M3 12h1m8-9v1m8 8h1m-9 8v1M5.6 5.6l.7.7m12.1-.7-.7.7m0 11.4.7.7m-12.1-.7-.7.7" />
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
export default SvgSun;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgTool = (props: (SVGProps<SVGSVGElement> & { size?: string | number; color?: string })) => (
|
|
4
|
+
<svg
|
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
+
{...(props.size ? { width: props.size, height: props.size } : { width: "1em", height: "1em" })}
|
|
7
|
+
|
|
8
|
+
fill="none"
|
|
9
|
+
stroke="currentColor"
|
|
10
|
+
strokeLinecap="round"
|
|
11
|
+
strokeLinejoin="round"
|
|
12
|
+
strokeWidth={2}
|
|
13
|
+
className="tool_svg__icon tool_svg__icon-tabler tool_svg__icons-tabler-outline tool_svg__icon-tabler-tool"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>Tool</title>
|
|
18
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
19
|
+
<path d="M7 10h3V7L6.5 3.5a6 6 0 0 1 8 8l6 6a2 2 0 0 1-3 3l-6-6a6 6 0 0 1-8-8z" />
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
export default SvgTool;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgTrash = (props: (SVGProps<SVGSVGElement> & { size?: string | number; color?: string })) => (
|
|
4
|
+
<svg
|
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
+
{...(props.size ? { width: props.size, height: props.size } : { width: "1em", height: "1em" })}
|
|
7
|
+
|
|
8
|
+
fill="none"
|
|
9
|
+
stroke="currentColor"
|
|
10
|
+
strokeLinecap="round"
|
|
11
|
+
strokeLinejoin="round"
|
|
12
|
+
strokeWidth={2}
|
|
13
|
+
className="trash_svg__icon trash_svg__icon-tabler trash_svg__icons-tabler-outline trash_svg__icon-tabler-trash"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>Trash</title>
|
|
18
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
19
|
+
<path d="M4 7h16M10 11v6M14 11v6M5 7l1 12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2l1-12M9 7V4a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v3" />
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
export default SvgTrash;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgUnderline = (props: (SVGProps<SVGSVGElement> & { size?: string | number; color?: string })) => (
|
|
4
|
+
<svg
|
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
+
{...(props.size ? { width: props.size, height: props.size } : { width: "1em", height: "1em" })}
|
|
7
|
+
|
|
8
|
+
fill="none"
|
|
9
|
+
stroke="currentColor"
|
|
10
|
+
strokeLinecap="round"
|
|
11
|
+
strokeLinejoin="round"
|
|
12
|
+
strokeWidth={2}
|
|
13
|
+
className="underline_svg__icon underline_svg__icon-tabler underline_svg__icons-tabler-outline underline_svg__icon-tabler-underline"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>Underline</title>
|
|
18
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
19
|
+
<path d="M7 5v5a5 5 0 0 0 10 0V5M5 19h14" />
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
export default SvgUnderline;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgUpload = (props: (SVGProps<SVGSVGElement> & { size?: string | number; color?: string })) => (
|
|
4
|
+
<svg
|
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
+
{...(props.size ? { width: props.size, height: props.size } : { width: "1em", height: "1em" })}
|
|
7
|
+
|
|
8
|
+
fill="none"
|
|
9
|
+
stroke="currentColor"
|
|
10
|
+
strokeLinecap="round"
|
|
11
|
+
strokeLinejoin="round"
|
|
12
|
+
strokeWidth={2}
|
|
13
|
+
className="upload_svg__icon upload_svg__icon-tabler upload_svg__icons-tabler-outline upload_svg__icon-tabler-upload"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>Upload</title>
|
|
18
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
19
|
+
<path d="M4 17v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-2M7 9l5-5 5 5M12 4v12" />
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
export default SvgUpload;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgUser = (props: (SVGProps<SVGSVGElement> & { size?: string | number; color?: string })) => (
|
|
4
|
+
<svg
|
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
+
{...(props.size ? { width: props.size, height: props.size } : { width: "1em", height: "1em" })}
|
|
7
|
+
|
|
8
|
+
fill="none"
|
|
9
|
+
stroke="currentColor"
|
|
10
|
+
strokeLinecap="round"
|
|
11
|
+
strokeLinejoin="round"
|
|
12
|
+
strokeWidth={2}
|
|
13
|
+
className="user_svg__icon user_svg__icon-tabler user_svg__icons-tabler-outline user_svg__icon-tabler-user"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>User</title>
|
|
18
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
19
|
+
<path d="M8 7a4 4 0 1 0 8 0 4 4 0 0 0-8 0M6 21v-2a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v2" />
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
export default SvgUser;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgUsers = (props: (SVGProps<SVGSVGElement> & { size?: string | number; color?: string })) => (
|
|
4
|
+
<svg
|
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
+
{...(props.size ? { width: props.size, height: props.size } : { width: "1em", height: "1em" })}
|
|
7
|
+
|
|
8
|
+
fill="none"
|
|
9
|
+
stroke="currentColor"
|
|
10
|
+
strokeLinecap="round"
|
|
11
|
+
strokeLinejoin="round"
|
|
12
|
+
strokeWidth={2}
|
|
13
|
+
className="users_svg__icon users_svg__icon-tabler users_svg__icons-tabler-outline users_svg__icon-tabler-users"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>Users</title>
|
|
18
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
19
|
+
<path d="M5 7a4 4 0 1 0 8 0 4 4 0 1 0-8 0M3 21v-2a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v2M16 3.13a4 4 0 0 1 0 7.75M21 21v-2a4 4 0 0 0-3-3.85" />
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
export default SvgUsers;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgWand = (props: (SVGProps<SVGSVGElement> & { size?: string | number; color?: string })) => (
|
|
4
|
+
<svg
|
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
+
{...(props.size ? { width: props.size, height: props.size } : { width: "1em", height: "1em" })}
|
|
7
|
+
|
|
8
|
+
fill="none"
|
|
9
|
+
stroke="currentColor"
|
|
10
|
+
strokeLinecap="round"
|
|
11
|
+
strokeLinejoin="round"
|
|
12
|
+
strokeWidth={2}
|
|
13
|
+
className="wand_svg__icon wand_svg__icon-tabler wand_svg__icons-tabler-outline wand_svg__icon-tabler-wand"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>Wand</title>
|
|
18
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
19
|
+
<path d="M6 21 21 6l-3-3L3 18zM15 6l3 3M9 3a2 2 0 0 0 2 2 2 2 0 0 0-2 2 2 2 0 0 0-2-2 2 2 0 0 0 2-2M19 13a2 2 0 0 0 2 2 2 2 0 0 0-2 2 2 2 0 0 0-2-2 2 2 0 0 0 2-2" />
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
export default SvgWand;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import type { SVGProps } from "react"
|
|
2
|
+
import * as React from "react"
|
|
3
|
+
|
|
4
|
+
const SVGWaxSeal = (
|
|
5
|
+
props: ((((((((((((((((((((((((((SVGProps<SVGSVGElement> & { size?: string | number; color?: string }) & { size?: string | number; color?: string }) & { size?: string | number; color?: string }) & { size?: string | number; color?: string }) & { size?: string | number; color?: string }) & { size?: string | number; color?: string }) & { size?: string | number; color?: string }) & { size?: string | number; color?: string }) & { size?: string | number; color?: string }) & { size?: string | number; color?: string }) & { size?: string | number; color?: string }) & { size?: string | number; color?: string }) & { size?: string | number; color?: string }) & { size?: string | number; color?: string }) & { size?: string | number; color?: string }) & { size?: string | number; color?: string }) & { size?: string | number; color?: string }) & { size?: string | number; color?: string }) & { size?: string | number; color?: string }) & { size?: string | number; color?: string }) & { size?: string | number; color?: string }) & { size?: string | number; color?: string }) & { size?: string | number; color?: string }) & { size?: string | number; color?: string }) & {
|
|
6
|
+
size?: string | number
|
|
7
|
+
color?: string
|
|
8
|
+
}) & {
|
|
9
|
+
size?: string | number
|
|
10
|
+
color?: string
|
|
11
|
+
}) & {
|
|
12
|
+
size?: string | number
|
|
13
|
+
color?: string
|
|
14
|
+
},
|
|
15
|
+
) => (
|
|
16
|
+
<svg
|
|
17
|
+
aria-hidden="true"
|
|
18
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
19
|
+
{...(props.size ? { width: props.size, height: props.size } : { width: "1em", height: "1em" })}
|
|
20
|
+
viewBox="150 160 720 720"
|
|
21
|
+
{...props}
|
|
22
|
+
>
|
|
23
|
+
<title>WaxSeal</title>
|
|
24
|
+
<g>
|
|
25
|
+
<path
|
|
26
|
+
d="M 534.88 855.14 C526.25,858.08 524.30,858.36 510.50,858.65 C491.07,859.05 482.19,857.12 465.96,848.97 C450.32,841.12 441.64,832.44 426.37,809.35 C412.94,789.04 405.90,781.90 393.51,776.03 C382.90,771.00 379.21,770.22 357.72,768.49 C337.13,766.83 330.88,765.57 319.48,760.76 C299.07,752.15 282.02,735.55 272.87,715.37 C268.68,706.14 266.26,696.18 264.53,681.15 C262.93,667.22 260.14,657.33 255.65,649.66 C248.43,637.35 238.57,628.53 225.00,622.25 C195.16,608.45 191.05,605.95 180.94,595.36 C169.77,583.68 163.02,571.80 158.85,556.50 C155.61,544.61 155.58,521.85 158.79,510.11 C161.34,500.81 167.38,487.97 172.48,481.03 C177.84,473.75 189.79,462.82 199.51,456.31 C209.16,449.84 219.24,439.87 223.55,432.50 C231.20,419.45 233.42,406.12 231.43,385.25 C229.28,362.80 231.57,348.42 240.02,331.26 C249.30,312.44 266.15,296.60 285.11,288.89 C288.99,287.31 300.12,283.71 309.84,280.89 C330.28,274.96 337.12,272.06 345.69,265.69 C353.25,260.07 357.27,255.08 370.83,234.50 C387.94,208.53 402.34,196.12 423.50,189.10 C434.34,185.50 442.96,184.02 453.00,184.02 C467.43,184.02 476.43,186.36 500.65,196.43 C527.12,207.43 546.94,204.66 572.50,186.39 C596.68,169.10 611.62,164.18 636.50,165.28 C660.46,166.35 679.63,175.35 697.03,193.71 C711.35,208.81 717.88,223.71 720.54,247.35 C722.45,264.27 724.13,271.31 728.18,279.42 C735.76,294.59 746.03,303.64 765.65,312.45 C772.72,315.62 781.65,320.30 785.50,322.84 C804.51,335.39 818.85,356.65 823.70,379.48 C825.99,390.27 824.96,411.52 821.51,425.00 C820.02,430.77 818.59,439.33 818.31,444.00 C817.13,463.97 825.34,482.42 843.01,499.50 C853.25,509.39 862.31,525.81 865.97,541.11 C868.92,553.41 868.77,570.70 865.61,583.12 C859.82,605.88 846.06,625.01 826.50,637.54 C823.75,639.30 813.48,644.38 803.69,648.83 C784.00,657.77 779.09,660.95 770.19,670.46 C761.67,679.56 757.86,687.98 752.55,709.39 C746.10,735.41 739.28,748.63 725.34,762.12 C713.23,773.84 701.37,780.45 683.93,785.18 C676.12,787.30 673.82,787.45 652.66,787.20 C632.08,786.95 629.07,787.13 622.21,789.02 C605.92,793.48 594.34,802.02 583.07,817.86 C569.07,837.56 555.33,848.18 534.88,855.14 ZM 491.57 833.40 C498.50,835.07 514.53,835.38 521.00,833.96 C538.45,830.13 552.84,819.60 564.97,801.76 C577.05,784.00 596.73,770.24 617.50,765.04 C624.37,763.31 628.84,763.03 649.20,763.02 C673.25,763.00 676.78,762.59 687.85,758.59 C694.57,756.16 705.37,748.52 711.23,742.04 C720.06,732.28 723.66,724.66 728.54,705.48 C735.43,678.37 737.83,672.63 747.85,659.38 C758.15,645.76 767.77,638.64 789.00,628.93 C812.95,617.97 816.03,616.18 823.82,608.62 C832.13,600.57 836.54,593.83 840.58,583.00 C843.12,576.20 843.38,574.25 843.44,562.00 C843.49,551.31 843.11,547.36 841.63,543.00 C837.96,532.22 832.73,523.71 824.43,515.00 C809.26,499.08 803.16,489.36 797.43,472.00 C794.84,464.14 794.63,462.29 794.60,447.50 C794.57,433.01 794.83,430.51 797.40,421.00 C805.00,392.84 799.80,368.89 782.27,351.36 C775.53,344.63 768.65,340.27 755.00,334.11 C736.43,325.73 725.42,317.51 715.65,304.73 C704.82,290.55 699.15,275.08 697.04,253.95 C695.58,239.34 694.60,235.35 689.96,225.29 C684.58,213.64 673.02,202.00 661.00,196.15 C648.47,190.05 641.85,188.67 628.03,189.27 C611.55,189.99 605.04,192.57 586.50,205.72 C581.55,209.23 576.82,212.65 576.00,213.30 C575.17,213.96 572.13,215.59 569.25,216.92 C566.36,218.25 564.00,219.74 564.00,220.23 C564.00,220.72 563.62,220.88 563.16,220.60 C562.69,220.31 559.99,220.96 557.14,222.04 C548.77,225.22 533.71,227.28 523.50,226.63 C511.51,225.88 501.30,223.13 485.74,216.46 C465.39,207.75 452.92,206.08 437.41,210.00 C417.35,215.07 407.08,223.42 390.74,247.94 C376.42,269.42 371.49,275.57 363.26,282.20 C350.01,292.89 342.95,296.12 314.57,304.50 C304.15,307.57 292.67,311.64 289.05,313.54 C275.34,320.75 263.50,334.50 258.37,349.18 C254.38,360.61 253.72,368.72 255.46,385.24 C256.59,396.01 256.73,401.72 256.02,407.36 C252.20,437.44 238.13,459.95 213.00,476.17 C197.84,485.95 187.49,498.59 182.86,513.00 C179.62,523.04 179.21,538.41 181.88,549.06 C185.08,561.81 189.26,569.25 198.50,578.60 C207.66,587.87 211.56,590.34 227.55,597.02 C252.48,607.43 267.90,621.04 278.49,641.98 C284.19,653.25 286.19,660.75 288.47,679.50 C289.34,686.65 290.77,694.75 291.65,697.50 C298.29,718.27 315.91,735.61 336.27,741.42 C339.45,742.33 350.03,743.72 359.77,744.52 C381.00,746.25 387.34,747.35 395.97,750.79 C416.27,758.90 429.52,770.19 442.61,790.50 C454.66,809.20 459.35,815.30 465.50,820.28 C472.59,826.01 483.29,831.40 491.57,833.40 ZM 540.52 752.82 C536.12,753.00 532.30,753.45 532.02,753.82 C531.48,754.52 487.63,753.46 480.50,752.57 C478.30,752.30 471.10,750.95 464.50,749.58 C425.94,741.56 391.83,725.67 361.64,701.65 C310.73,661.16 278.03,602.00 271.05,537.79 C269.70,525.32 269.70,498.68 271.05,486.21 C283.31,373.32 373.32,283.31 486.21,271.05 C498.45,269.73 525.69,269.70 537.50,271.01 C570.20,274.64 602.96,285.14 630.50,300.81 C699.28,339.93 744.30,408.18 752.99,486.50 C754.27,498.08 754.27,525.92 752.99,537.50 C749.24,571.27 738.68,603.61 721.97,632.56 C687.16,692.83 627.71,735.80 560.50,749.28 C554.45,750.50 549.28,751.72 549.00,751.99 C548.72,752.27 544.91,752.64 540.52,752.82 ZM 483.50 728.52 C489.70,729.46 499.50,729.79 515.00,729.58 C538.78,729.26 549.15,727.91 569.54,722.51 C611.50,711.38 652.11,685.04 680.06,650.82 C713.49,609.88 730.00,564.00 730.00,512.00 C730.00,467.94 717.93,427.79 693.80,391.61 C663.78,346.59 618.31,314.05 567.00,300.88 C526.95,290.59 484.17,291.73 446.01,304.10 C386.43,323.41 337.98,366.67 312.88,423.00 C283.85,488.12 288.19,561.97 324.67,623.50 C358.55,680.65 415.16,718.08 483.50,728.52 ZM 529.86 690.98 C496.98,694.44 463.71,688.43 433.50,673.56 C395.23,654.72 367.46,626.54 349.04,587.83 C329.65,547.10 326.88,498.69 341.41,454.50 C345.46,442.19 357.24,419.28 365.15,408.35 C383.89,382.43 403.43,365.67 431.50,351.45 C453.50,340.31 472.50,334.99 498.25,332.78 C561.96,327.30 624.56,357.63 661.40,411.84 C668.20,421.85 678.92,443.44 682.57,454.50 C694.74,491.34 694.74,532.66 682.57,569.50 C678.93,580.54 668.21,602.14 661.41,612.16 C642.73,639.68 619.19,659.91 588.95,674.42 C570.18,683.43 551.28,688.72 529.86,690.98 ZM 493.50 666.85 C520.22,669.81 548.61,665.83 571.97,655.85 C635.08,628.91 673.26,565.81 667.18,498.49 C663.30,455.53 643.56,418.50 609.88,390.99 C566.01,355.16 506.75,346.30 453.67,367.63 C400.92,388.83 364.07,436.84 357.47,492.99 C355.63,508.66 355.63,515.32 357.47,531.01 C362.24,571.75 384.11,610.31 416.50,635.10 C438.74,652.12 467.49,663.98 493.50,666.85 Z"
|
|
27
|
+
fill="rgb(33,45,104)"
|
|
28
|
+
/>
|
|
29
|
+
<path
|
|
30
|
+
d="M 540.52 752.82 C544.91,752.64 548.72,752.27 549.00,751.99 C549.28,751.72 554.45,750.50 560.50,749.28 C627.71,735.80 687.16,692.83 721.97,632.56 C738.68,603.61 749.24,571.27 752.99,537.50 C754.27,525.92 754.27,498.08 752.99,486.50 C744.30,408.18 699.28,339.93 630.50,300.81 C602.96,285.14 570.20,274.64 537.50,271.01 C525.69,269.70 498.45,269.73 486.21,271.05 C473.62,272.42 461.31,274.76 449.37,277.98 C452.07,277.19 454.13,276.62 455.00,276.45 C459.43,275.58 460.52,274.94 459.06,274.04 C458.22,273.52 458.45,271.85 459.90,267.91 C461.80,262.74 464.38,253.32 465.36,248.00 C466.68,240.77 472.08,219.99 473.50,216.62 C474.31,214.68 474.69,212.76 474.41,212.08 C477.93,213.27 481.68,214.73 485.74,216.46 C501.30,223.13 511.51,225.88 523.50,226.63 C533.71,227.28 548.77,225.22 557.14,222.04 C559.99,220.96 562.69,220.31 563.16,220.60 C563.62,220.88 564.00,220.72 564.00,220.23 C564.00,219.74 566.36,218.25 569.25,216.92 C572.13,215.59 575.17,213.96 576.00,213.30 C576.82,212.65 581.55,209.23 586.50,205.72 C605.04,192.57 611.55,189.99 628.03,189.27 C641.85,188.67 648.47,190.05 661.00,196.15 C673.02,202.00 684.58,213.64 689.96,225.29 C694.60,235.35 695.58,239.34 697.04,253.95 C699.15,275.08 704.82,290.55 715.65,304.73 C725.42,317.51 736.43,325.73 755.00,334.11 C768.65,340.27 775.53,344.63 782.27,351.36 C799.80,368.89 805.00,392.84 797.40,421.00 C794.83,430.51 794.57,433.01 794.60,447.50 C794.63,462.29 794.84,464.14 797.43,472.00 C803.16,489.36 809.26,499.08 824.43,515.00 C832.73,523.71 837.96,532.22 841.63,543.00 C843.11,547.36 843.49,551.31 843.44,562.00 C843.38,574.25 843.12,576.20 840.58,583.00 C836.54,593.83 832.13,600.57 823.82,608.62 C816.03,616.18 812.95,617.97 789.00,628.93 C767.77,638.64 758.15,645.76 747.85,659.38 C737.83,672.63 735.43,678.37 728.54,705.48 C723.66,724.66 720.06,732.28 711.23,742.04 C705.37,748.52 694.57,756.16 687.85,758.59 C676.78,762.59 673.25,763.00 649.20,763.02 C628.84,763.03 624.37,763.31 617.50,765.04 C596.73,770.24 577.05,784.00 564.97,801.76 C552.84,819.60 538.45,830.13 521.00,833.96 C515.24,835.23 501.87,835.12 494.12,833.90 C495.62,833.65 494.84,831.67 493.02,827.25 C491.48,823.54 489.73,818.25 489.12,815.50 C479.75,773.26 473.74,759.83 462.95,757.02 C460.78,756.46 457.23,755.54 455.07,754.98 C450.50,753.80 445.04,748.21 447.16,746.90 C447.57,746.65 447.93,746.49 447.95,746.31 C447.99,745.92 446.57,745.39 441.05,743.56 C448.68,745.91 456.49,747.91 464.50,749.58 C471.10,750.95 478.30,752.30 480.50,752.57 C487.63,753.46 531.48,754.52 532.02,753.82 C532.30,753.45 536.12,753.00 540.52,752.82 ZM 493.50 666.85 C488.85,666.34 484.11,665.54 479.34,664.47 C482.58,665.10 484.35,665.19 482.29,664.35 C481.63,664.08 478.87,660.86 476.17,657.18 C451.10,623.13 437.43,559.02 440.88,491.76 C443.58,439.15 456.44,393.62 476.17,366.82 C478.87,363.14 481.63,359.92 482.29,359.65 C483.37,359.21 483.50,359.01 482.94,359.00 C527.67,350.39 573.94,361.64 609.88,390.99 C643.56,418.50 663.30,455.53 667.18,498.49 C673.26,565.81 635.08,628.91 571.97,655.85 C548.61,665.83 520.22,669.81 493.50,666.85 ZM 483.50 728.52 C479.63,727.92 475.79,727.25 472.00,726.48 C473.56,726.74 474.81,726.90 475.47,726.92 C478.39,727.00 478.40,726.97 476.32,725.51 C473.61,723.61 464.87,712.65 459.69,704.66 C454.84,697.17 447.88,683.01 448.53,681.96 C448.79,681.54 442.59,678.04 434.75,674.18 C422.93,668.37 415.47,664.06 406.87,657.75 C415.11,663.61 423.98,668.87 433.50,673.56 C463.71,688.43 496.98,694.44 529.86,690.98 C551.28,688.72 570.18,683.43 588.95,674.42 C619.19,659.91 642.73,639.68 661.41,612.16 C668.21,602.14 678.93,580.54 682.57,569.50 C694.74,532.66 694.74,491.34 682.57,454.50 C678.92,443.44 668.20,421.85 661.40,411.84 C624.56,357.63 561.96,327.30 498.25,332.78 C473.82,334.88 455.47,339.77 434.87,349.78 C444.83,344.71 448.47,342.38 448.69,340.98 C449.66,334.60 463.57,311.99 472.20,302.75 C476.57,298.08 477.19,297.00 475.54,297.02 C475.21,297.03 474.78,297.06 474.27,297.12 C504.61,291.85 536.59,293.07 567.00,300.88 C618.31,314.05 663.78,346.59 693.80,391.61 C717.93,427.79 730.00,467.94 730.00,512.00 C730.00,564.00 713.49,609.88 680.06,650.82 C652.11,685.04 611.50,711.38 569.54,722.51 C549.15,727.91 538.78,729.26 515.00,729.58 C499.50,729.79 489.70,729.46 483.50,728.52 ZM 402.51 700.53 C370.56,682.13 343.94,656.00 324.67,623.50 C343.55,655.34 370.72,681.91 402.51,700.53 ZM 429.35 739.64 C391.76,726.25 358.57,703.34 332.31,674.10 C341.26,684.01 351.05,693.23 361.64,701.65 C382.32,718.10 404.83,730.74 429.35,739.64 ZM 465.92 820.61 C465.78,820.50 465.64,820.39 465.50,820.28 C459.35,815.30 454.66,809.20 442.61,790.50 C436.58,781.14 430.51,773.70 423.73,767.60 C429.73,772.80 434.94,778.68 439.14,785.08 C441.10,788.06 446.13,795.74 450.33,802.15 C455.50,810.05 460.43,815.98 465.92,820.61 ZM 332.31 674.10 C298.25,636.34 276.58,588.65 271.06,537.80 C276.63,589.15 298.82,636.78 332.31,674.10 ZM 437.41 210.00 C442.18,208.79 446.66,208.12 451.17,208.01 C442.65,208.21 431.18,211.17 422.43,215.46 C420.48,216.42 418.62,217.46 416.83,218.61 C422.79,214.63 429.30,212.05 437.41,210.00 ZM 441.10 373.34 C411.08,388.70 387.04,412.99 372.24,442.99 C386.86,413.29 410.87,388.71 441.10,373.34 ZM 387.22 605.29 C396.71,618.01 408.10,629.17 421.06,638.46 C419.51,637.36 417.99,636.24 416.50,635.10 C405.42,626.62 395.57,616.53 387.22,605.29 ZM 360.18 477.12 C358.90,483.22 357.77,490.38 357.01,497.08 C357.15,495.78 357.30,494.43 357.47,492.99 C358.10,487.62 359.01,482.32 360.18,477.12 ZM 357.04 527.18 C357.78,533.70 358.88,540.60 360.13,546.52 C358.97,541.40 358.08,536.22 357.47,531.01 C357.31,529.67 357.17,528.40 357.04,527.18 ZM 400.53 370.84 C387.42,381.08 376.14,393.14 365.15,408.35 C376.23,393.02 387.38,381.07 400.53,370.84 ZM 463.26 209.06 C459.29,208.44 455.07,208.00 452.09,208.00 C451.83,208.00 451.56,208.00 451.29,208.01 C455.19,207.93 459.11,208.27 463.26,209.06 ZM 463.81 299.22 C457.93,300.61 451.11,302.45 446.01,304.10 C451.84,302.21 457.78,300.58 463.81,299.22 ZM 485.65 831.54 C486.74,831.92 487.71,832.27 488.59,832.57 C487.40,832.19 486.17,831.76 484.94,831.28 C485.17,831.37 485.41,831.46 485.65,831.54 Z"
|
|
31
|
+
fill="rgb(228,67,65)"
|
|
32
|
+
/>
|
|
33
|
+
<path
|
|
34
|
+
d="M 491.57 833.40 C490.60,833.17 489.61,832.89 488.59,832.57 C487.71,832.27 486.74,831.92 485.65,831.54 C485.41,831.46 485.17,831.37 484.94,831.28 C478.30,828.72 471.18,824.78 465.92,820.61 C460.43,815.98 455.50,810.05 450.33,802.15 C446.13,795.74 441.10,788.06 439.14,785.08 C434.94,778.68 429.73,772.80 423.73,767.60 L 423.73 767.60 C415.81,760.46 406.91,755.16 395.97,750.79 C387.34,747.35 381.00,746.25 359.77,744.52 C350.03,743.72 339.45,742.33 336.27,741.42 C315.91,735.61 298.29,718.27 291.65,697.50 C290.77,694.75 289.34,686.65 288.47,679.50 C286.19,660.75 284.19,653.25 278.49,641.98 C267.90,621.04 252.48,607.43 227.55,597.02 C211.56,590.34 207.66,587.87 198.50,578.60 C189.26,569.25 185.08,561.81 181.88,549.06 C179.21,538.41 179.62,523.04 182.86,513.00 C187.49,498.59 197.84,485.95 213.00,476.17 C238.13,459.95 252.20,437.44 256.02,407.36 C256.73,401.72 256.59,396.01 255.46,385.24 C253.72,368.72 254.38,360.61 258.37,349.18 C263.50,334.50 275.34,320.75 289.05,313.54 C292.67,311.64 304.15,307.57 314.57,304.50 C342.95,296.12 350.01,292.89 363.26,282.20 C371.49,275.57 376.42,269.42 390.74,247.94 C400.47,233.33 408.05,224.46 416.83,218.61 C418.62,217.46 420.48,216.42 422.43,215.46 C431.18,211.17 442.65,208.21 451.17,208.01 L 451.29 208.01 C451.56,208.00 451.83,208.00 452.09,208.00 C455.07,208.00 459.29,208.44 463.26,209.06 C466.77,209.74 470.45,210.74 474.41,212.08 C474.69,212.76 474.31,214.68 473.50,216.62 C472.08,219.99 466.68,240.77 465.36,248.00 C464.38,253.32 461.80,262.74 459.90,267.91 C458.45,271.85 458.22,273.52 459.06,274.04 C460.52,274.94 459.43,275.58 455.00,276.45 C454.13,276.62 452.07,277.19 449.37,277.98 C421.15,285.60 394.95,298.19 371.76,314.75 C316.76,354.03 278.73,415.63 271.06,486.17 L 271.05 486.21 C269.70,498.68 269.70,525.32 271.05,537.79 L 271.06 537.80 L 271.07 537.92 C271.07,537.93 271.07,537.95 271.07,537.97 C276.68,589.25 298.86,636.82 332.31,674.10 L 332.32 674.10 C358.57,703.34 391.76,726.25 429.35,739.64 L 429.35 739.64 C433.20,741.04 437.10,742.35 441.05,743.56 C446.57,745.39 447.99,745.92 447.95,746.31 C447.93,746.49 447.57,746.65 447.16,746.90 C445.04,748.21 450.50,753.80 455.07,754.98 C457.23,755.54 460.78,756.46 462.95,757.02 C473.74,759.83 479.75,773.26 489.12,815.50 C489.73,818.25 491.48,823.54 493.02,827.25 C494.84,831.67 495.62,833.65 494.12,833.90 C493.18,833.75 492.32,833.58 491.57,833.40 ZM 400.53 370.84 C387.38,381.07 376.23,393.02 365.15,408.35 C357.24,419.28 345.46,442.19 341.41,454.50 C326.88,498.69 329.65,547.10 349.04,587.83 C362.88,616.91 381.99,640.05 406.87,657.75 C415.47,664.06 422.93,668.37 434.75,674.18 C442.59,678.04 448.79,681.54 448.53,681.96 C447.88,683.01 454.84,697.17 459.69,704.66 C464.87,712.65 473.61,723.61 476.32,725.51 C478.40,726.97 478.39,727.00 475.47,726.92 C474.81,726.90 473.56,726.74 472.00,726.48 C446.91,721.44 423.55,712.66 402.51,700.53 C370.72,681.91 343.55,655.34 324.67,623.50 C288.19,561.97 283.85,488.12 312.88,423.00 C337.98,366.67 386.43,323.41 446.01,304.10 C451.84,302.21 457.78,300.58 463.81,299.22 C467.27,298.43 470.76,297.73 474.27,297.12 C474.78,297.06 475.21,297.03 475.54,297.02 C477.19,297.00 476.57,298.08 472.20,302.75 C463.57,311.99 449.66,334.60 448.69,340.98 C448.47,342.38 444.83,344.71 434.87,349.78 C433.75,350.32 432.63,350.88 431.50,351.45 C419.90,357.32 409.76,363.63 400.53,370.84 ZM 441.10 373.34 C445.18,371.27 449.37,369.36 453.67,367.63 C463.27,363.77 473.07,360.91 482.94,359.00 C483.50,359.01 483.37,359.21 482.29,359.65 C481.63,359.92 478.87,363.14 476.17,366.82 C456.44,393.62 443.58,439.15 440.88,491.76 C437.43,559.02 451.10,623.13 476.17,657.18 C478.87,660.86 481.63,664.08 482.29,664.35 C484.35,665.19 482.58,665.10 479.34,664.47 C459.21,659.98 438.46,650.76 421.06,638.46 L 421.06 638.45 C408.09,629.17 396.71,618.01 387.22,605.29 C374.28,587.88 364.92,567.72 360.13,546.52 C358.88,540.60 357.78,533.70 357.04,527.18 C355.78,515.43 355.77,508.75 357.01,497.08 C357.77,490.38 358.90,483.22 360.18,477.12 C362.87,465.20 366.94,453.76 372.24,442.99 C387.04,412.99 411.08,388.70 441.10,373.34 Z"
|
|
35
|
+
fill="rgb(238,127,115)"
|
|
36
|
+
/>
|
|
37
|
+
</g>
|
|
38
|
+
</svg>
|
|
39
|
+
)
|
|
40
|
+
export default SVGWaxSeal
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgWifi = (props: (SVGProps<SVGSVGElement> & { size?: string | number; color?: string })) => (
|
|
4
|
+
<svg
|
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
+
{...(props.size ? { width: props.size, height: props.size } : { width: "1em", height: "1em" })}
|
|
7
|
+
|
|
8
|
+
fill="none"
|
|
9
|
+
stroke="currentColor"
|
|
10
|
+
strokeLinecap="round"
|
|
11
|
+
strokeLinejoin="round"
|
|
12
|
+
strokeWidth={2}
|
|
13
|
+
className="wifi_svg__icon wifi_svg__icon-tabler wifi_svg__icons-tabler-outline wifi_svg__icon-tabler-wifi"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>Wifi</title>
|
|
18
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
19
|
+
<path d="M12 18h.01M9.172 15.172a4 4 0 0 1 5.656 0M6.343 12.343a8 8 0 0 1 11.314 0" />
|
|
20
|
+
<path d="M3.515 9.515c4.686-4.687 12.284-4.687 17 0" />
|
|
21
|
+
</svg>
|
|
22
|
+
);
|
|
23
|
+
export default SvgWifi;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgWorld = (props: (SVGProps<SVGSVGElement> & { size?: string | number; color?: string })) => (
|
|
4
|
+
<svg
|
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
+
{...(props.size ? { width: props.size, height: props.size } : { width: "1em", height: "1em" })}
|
|
7
|
+
|
|
8
|
+
fill="none"
|
|
9
|
+
stroke="currentColor"
|
|
10
|
+
strokeLinecap="round"
|
|
11
|
+
strokeLinejoin="round"
|
|
12
|
+
strokeWidth={2}
|
|
13
|
+
className="world_svg__icon world_svg__icon-tabler world_svg__icons-tabler-outline world_svg__icon-tabler-world"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>World</title>
|
|
18
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
19
|
+
<path d="M3 12a9 9 0 1 0 18 0 9 9 0 0 0-18 0M3.6 9h16.8M3.6 15h16.8" />
|
|
20
|
+
<path d="M11.5 3a17 17 0 0 0 0 18M12.5 3a17 17 0 0 1 0 18" />
|
|
21
|
+
</svg>
|
|
22
|
+
);
|
|
23
|
+
export default SvgWorld;
|
package/src/icons/X.tsx
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgX = (props: (SVGProps<SVGSVGElement> & { size?: string | number; color?: string })) => (
|
|
4
|
+
<svg
|
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
+
{...(props.size ? { width: props.size, height: props.size } : { width: "1em", height: "1em" })}
|
|
7
|
+
|
|
8
|
+
fill="none"
|
|
9
|
+
stroke="currentColor"
|
|
10
|
+
strokeLinecap="round"
|
|
11
|
+
strokeLinejoin="round"
|
|
12
|
+
strokeWidth={2}
|
|
13
|
+
className="x_svg__icon x_svg__icon-tabler x_svg__icons-tabler-outline x_svg__icon-tabler-x"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>X</title>
|
|
18
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
19
|
+
<path d="M18 6 6 18M6 6l12 12" />
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
export default SvgX;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgZoomIn = (props: (SVGProps<SVGSVGElement> & { size?: string | number; color?: string })) => (
|
|
4
|
+
<svg
|
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
+
{...(props.size ? { width: props.size, height: props.size } : { width: "1em", height: "1em" })}
|
|
7
|
+
|
|
8
|
+
fill="none"
|
|
9
|
+
stroke="currentColor"
|
|
10
|
+
strokeLinecap="round"
|
|
11
|
+
strokeLinejoin="round"
|
|
12
|
+
strokeWidth={2}
|
|
13
|
+
className="zoom-in_svg__icon zoom-in_svg__icon-tabler zoom-in_svg__icons-tabler-outline zoom-in_svg__icon-tabler-zoom-in"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>ZoomIn</title>
|
|
18
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
19
|
+
<path d="M3 10a7 7 0 1 0 14 0 7 7 0 1 0-14 0M7 10h6M10 7v6M21 21l-6-6" />
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
export default SvgZoomIn;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgZoomOut = (props: (SVGProps<SVGSVGElement> & { size?: string | number; color?: string })) => (
|
|
4
|
+
<svg
|
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
+
{...(props.size ? { width: props.size, height: props.size } : { width: "1em", height: "1em" })}
|
|
7
|
+
|
|
8
|
+
fill="none"
|
|
9
|
+
stroke="currentColor"
|
|
10
|
+
strokeLinecap="round"
|
|
11
|
+
strokeLinejoin="round"
|
|
12
|
+
strokeWidth={2}
|
|
13
|
+
className="zoom-out_svg__icon zoom-out_svg__icon-tabler zoom-out_svg__icons-tabler-outline zoom-out_svg__icon-tabler-zoom-out"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>ZoomOut</title>
|
|
18
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
19
|
+
<path d="M3 10a7 7 0 1 0 14 0 7 7 0 1 0-14 0M7 10h6M21 21l-6-6" />
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
export default SvgZoomOut;
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
export { default as Activity } from "./Activity";
|
|
2
|
+
export { default as Ad } from "./Ad";
|
|
3
|
+
export { default as Affiliate } from "./Affiliate";
|
|
4
|
+
export { default as AlarmOff } from "./AlarmOff";
|
|
5
|
+
export { default as Alarm } from "./Alarm";
|
|
6
|
+
export { default as AlertCircle } from "./AlertCircle";
|
|
7
|
+
export { default as AlertTriangle } from "./AlertTriangle";
|
|
8
|
+
export { default as Alt } from "./Alt";
|
|
9
|
+
export { default as ArrowBackUp } from "./ArrowBackUp";
|
|
10
|
+
export { default as ArrowDown } from "./ArrowDown";
|
|
11
|
+
export { default as ArrowLeft } from "./ArrowLeft";
|
|
12
|
+
export { default as ArrowNarrowLeft } from "./ArrowNarrowLeft";
|
|
13
|
+
export { default as ArrowNarrowRight } from "./ArrowNarrowRight";
|
|
14
|
+
export { default as ArrowRight } from "./ArrowRight";
|
|
15
|
+
export { default as ArrowUp } from "./ArrowUp";
|
|
16
|
+
export { default as ArrowsDiff } from "./ArrowsDiff";
|
|
17
|
+
export { default as AspectRatio } from "./AspectRatio";
|
|
18
|
+
export { default as Assembly } from "./Assembly";
|
|
19
|
+
export { default as Bold } from "./Bold";
|
|
20
|
+
export { default as BookmarkPlus } from "./BookmarkPlus";
|
|
21
|
+
export { default as Briefcase } from "./Briefcase";
|
|
22
|
+
export { default as BuildingHospital } from "./BuildingHospital";
|
|
23
|
+
export { default as Building } from "./Building";
|
|
24
|
+
export { default as CalendarEvent } from "./CalendarEvent";
|
|
25
|
+
export { default as Camera } from "./Camera";
|
|
26
|
+
export { default as Capture } from "./Capture";
|
|
27
|
+
export { default as ChartLine } from "./ChartLine";
|
|
28
|
+
export { default as Check } from "./Check";
|
|
29
|
+
export { default as Checklist } from "./Checklist";
|
|
30
|
+
export { default as Checks } from "./Checks";
|
|
31
|
+
export { default as ChevronDown } from "./ChevronDown";
|
|
32
|
+
export { default as ChevronLeft } from "./ChevronLeft";
|
|
33
|
+
export { default as ChevronRight } from "./ChevronRight";
|
|
34
|
+
export { default as ChevronUp } from "./ChevronUp";
|
|
35
|
+
export { default as Clipboard } from "./Clipboard";
|
|
36
|
+
export { default as Clock } from "./Clock";
|
|
37
|
+
export { default as Cloud } from "./Cloud";
|
|
38
|
+
export { default as CodeDots } from "./CodeDots";
|
|
39
|
+
export { default as Code } from "./Code";
|
|
40
|
+
export { default as Command } from "./Command";
|
|
41
|
+
export { default as Components } from "./Components";
|
|
42
|
+
export { default as Copy } from "./Copy";
|
|
43
|
+
export { default as Cpu } from "./Cpu";
|
|
44
|
+
export { default as Dashboard } from "./Dashboard";
|
|
45
|
+
export { default as Database } from "./Database";
|
|
46
|
+
export { default as DeviceDesktop } from "./DeviceDesktop";
|
|
47
|
+
export { default as DeviceFloppy } from "./DeviceFloppy";
|
|
48
|
+
export { default as DeviceLaptop } from "./DeviceLaptop";
|
|
49
|
+
export { default as Door } from "./Door";
|
|
50
|
+
export { default as DotsVertical } from "./DotsVertical";
|
|
51
|
+
export { default as Dots } from "./Dots";
|
|
52
|
+
export { default as Download } from "./Download";
|
|
53
|
+
export { default as EditOff } from "./EditOff";
|
|
54
|
+
export { default as Edit } from "./Edit";
|
|
55
|
+
export { default as Engine } from "./Engine";
|
|
56
|
+
export { default as Eraser } from "./Eraser";
|
|
57
|
+
export { default as ExclamationCircle } from "./ExclamationCircle";
|
|
58
|
+
export { default as EyeClosed } from "./EyeClosed";
|
|
59
|
+
export { default as Eye } from "./Eye";
|
|
60
|
+
export { default as FaceIdError } from "./FaceIdError";
|
|
61
|
+
export { default as FileText } from "./FileText";
|
|
62
|
+
export { default as FileUpload } from "./FileUpload";
|
|
63
|
+
export { default as FileX } from "./FileX";
|
|
64
|
+
export { default as File } from "./File";
|
|
65
|
+
export { default as FilterOff } from "./FilterOff";
|
|
66
|
+
export { default as Filter } from "./Filter";
|
|
67
|
+
export { default as Flag } from "./Flag";
|
|
68
|
+
export { default as Focus } from "./Focus";
|
|
69
|
+
export { default as Folder } from "./Folder";
|
|
70
|
+
export { default as GenderFemale } from "./GenderFemale";
|
|
71
|
+
export { default as GenderMale } from "./GenderMale";
|
|
72
|
+
export { default as GenderTransgender } from "./GenderTransgender";
|
|
73
|
+
export { default as GridDots } from "./GridDots";
|
|
74
|
+
export { default as GripVertical } from "./GripVertical";
|
|
75
|
+
export { default as HeartHandshake } from "./HeartHandshake";
|
|
76
|
+
export { default as Heart } from "./Heart";
|
|
77
|
+
export { default as Home } from "./Home";
|
|
78
|
+
export { default as Id } from "./Id";
|
|
79
|
+
export { default as InfoCircle } from "./InfoCircle";
|
|
80
|
+
export { default as InputSearch } from "./InputSearch";
|
|
81
|
+
export { default as Italic } from "./Italic";
|
|
82
|
+
export { default as Key } from "./Key";
|
|
83
|
+
export { default as Link } from "./Link";
|
|
84
|
+
export { default as Lock } from "./Lock";
|
|
85
|
+
export { default as Logout } from "./Logout";
|
|
86
|
+
export { default as MessageChatbot } from "./MessageChatbot";
|
|
87
|
+
export { default as MessageDots } from "./MessageDots";
|
|
88
|
+
export { default as Message } from "./Message";
|
|
89
|
+
export { default as Messages } from "./Messages";
|
|
90
|
+
export { default as Microphone } from "./Microphone";
|
|
91
|
+
export { default as Minus } from "./Minus";
|
|
92
|
+
export { default as Moon } from "./Moon";
|
|
93
|
+
export { default as Navigation } from "./Navigation";
|
|
94
|
+
export { default as Password } from "./Password";
|
|
95
|
+
export { default as Pencil } from "./Pencil";
|
|
96
|
+
export { default as PlaylistAdd } from "./PlaylistAdd";
|
|
97
|
+
export { default as Plus } from "./Plus";
|
|
98
|
+
export { default as Pointer } from "./Pointer";
|
|
99
|
+
export { default as QuestionMark } from "./QuestionMark";
|
|
100
|
+
export { default as Radio } from "./Radio";
|
|
101
|
+
export { default as Radioactive } from "./Radioactive";
|
|
102
|
+
export { default as Refresh } from "./Refresh";
|
|
103
|
+
export { default as ReplaceOff } from "./ReplaceOff";
|
|
104
|
+
export { default as ReplaceUser } from "./ReplaceUser";
|
|
105
|
+
export { default as Search } from "./Search";
|
|
106
|
+
export { default as Selector } from "./Selector";
|
|
107
|
+
export { default as Send } from "./Send";
|
|
108
|
+
export { default as Settings } from "./Settings";
|
|
109
|
+
export { default as SortAscending } from "./SortAscending";
|
|
110
|
+
export { default as SortDescending } from "./SortDescending";
|
|
111
|
+
export { default as Sparkles } from "./Sparkles";
|
|
112
|
+
export { default as Speakerphone } from "./Speakerphone";
|
|
113
|
+
export { default as Star } from "./Star";
|
|
114
|
+
export { default as Sun } from "./Sun";
|
|
115
|
+
export { default as Tool } from "./Tool";
|
|
116
|
+
export { default as Trash } from "./Trash";
|
|
117
|
+
export { default as Underline } from "./Underline";
|
|
118
|
+
export { default as Upload } from "./Upload";
|
|
119
|
+
export { default as User } from "./User";
|
|
120
|
+
export { default as Users } from "./Users";
|
|
121
|
+
export { default as Wand } from "./Wand";
|
|
122
|
+
export { default as Wifi } from "./Wifi";
|
|
123
|
+
export { default as World } from "./World";
|
|
124
|
+
export { default as X } from "./X";
|
|
125
|
+
export { default as ZoomIn } from "./ZoomIn";
|
|
126
|
+
export { default as ZoomOut } from "./ZoomOut";
|