@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 SvgChevronDown = (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="chevron-down_svg__icon chevron-down_svg__icon-tabler chevron-down_svg__icons-tabler-outline chevron-down_svg__icon-tabler-chevron-down"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>ChevronDown</title>
|
|
18
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
19
|
+
<path d="m6 9 6 6 6-6" />
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
export default SvgChevronDown;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgChevronLeft = (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="chevron-left_svg__icon chevron-left_svg__icon-tabler chevron-left_svg__icons-tabler-outline chevron-left_svg__icon-tabler-chevron-left"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>ChevronLeft</title>
|
|
18
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
19
|
+
<path d="m15 6-6 6 6 6" />
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
export default SvgChevronLeft;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgChevronRight = (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="chevron-right_svg__icon chevron-right_svg__icon-tabler chevron-right_svg__icons-tabler-outline chevron-right_svg__icon-tabler-chevron-right"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>ChevronRight</title>
|
|
18
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
19
|
+
<path d="m9 6 6 6-6 6" />
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
export default SvgChevronRight;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgChevronUp = (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="chevron-up_svg__icon chevron-up_svg__icon-tabler chevron-up_svg__icons-tabler-outline chevron-up_svg__icon-tabler-chevron-up"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>ChevronUp</title>
|
|
18
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
19
|
+
<path d="m6 15 6-6 6 6" />
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
export default SvgChevronUp;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgClipboard = (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="clipboard_svg__icon clipboard_svg__icon-tabler clipboard_svg__icons-tabler-outline clipboard_svg__icon-tabler-clipboard"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>Clipboard</title>
|
|
18
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
19
|
+
<path d="M9 5H7a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2" />
|
|
20
|
+
<path d="M9 5a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v0a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2" />
|
|
21
|
+
</svg>
|
|
22
|
+
);
|
|
23
|
+
export default SvgClipboard;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgClock = (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="clock_svg__icon clock_svg__icon-tabler clock_svg__icons-tabler-outline clock_svg__icon-tabler-clock"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>Clock</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 0" />
|
|
20
|
+
<path d="M12 7v5l3 3" />
|
|
21
|
+
</svg>
|
|
22
|
+
);
|
|
23
|
+
export default SvgClock;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgCloud = (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="cloud_svg__icon cloud_svg__icon-tabler cloud_svg__icons-tabler-outline cloud_svg__icon-tabler-cloud"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>Cloud</title>
|
|
18
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
19
|
+
<path d="M6.657 18C4.085 18 2 15.993 2 13.517s2.085-4.482 4.657-4.482c.393-1.762 1.794-3.2 3.675-3.773 1.88-.572 3.956-.193 5.444 1 1.488 1.19 2.162 3.007 1.77 4.769h.99c1.913 0 3.464 1.56 3.464 3.486s-1.551 3.487-3.465 3.487H6.657" />
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
export default SvgCloud;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgCode = (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="code_svg__icon code_svg__icon-tabler code_svg__icons-tabler-outline code_svg__icon-tabler-code"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>Code</title>
|
|
18
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
19
|
+
<path d="m7 8-4 4 4 4M17 8l4 4-4 4M14 4l-4 16" />
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
export default SvgCode;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgCodeDots = (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="code-dots_svg__icon code-dots_svg__icon-tabler code-dots_svg__icons-tabler-outline code-dots_svg__icon-tabler-code-dots"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>CodeDots</title>
|
|
18
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
19
|
+
<path d="M15 12h.01M12 12h.01M9 12h.01M6 19a2 2 0 0 1-2-2v-4l-1-1 1-1V7a2 2 0 0 1 2-2M18 19a2 2 0 0 0 2-2v-4l1-1-1-1V7a2 2 0 0 0-2-2" />
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
export default SvgCodeDots;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgCommand = (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="command_svg__icon command_svg__icon-tabler command_svg__icons-tabler-outline command_svg__icon-tabler-command"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>Command</title>
|
|
18
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
19
|
+
<path d="M7 9a2 2 0 1 1 2-2v10a2 2 0 1 1-2-2h10a2 2 0 1 1-2 2V7a2 2 0 1 1 2 2z" />
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
export default SvgCommand;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgComponents = (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="components_svg__icon components_svg__icon-tabler components_svg__icons-tabler-outline components_svg__icon-tabler-components"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>Components</title>
|
|
18
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
19
|
+
<path d="m3 12 3 3 3-3-3-3zM15 12l3 3 3-3-3-3zM9 6l3 3 3-3-3-3zM9 18l3 3 3-3-3-3z" />
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
export default SvgComponents;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgCopy = (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="copy_svg__icon copy_svg__icon-tabler copy_svg__icons-tabler-outline copy_svg__icon-tabler-copy"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>Copy</title>
|
|
18
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
19
|
+
<path d="M7 9.667A2.667 2.667 0 0 1 9.667 7h8.666A2.667 2.667 0 0 1 21 9.667v8.666A2.667 2.667 0 0 1 18.333 21H9.667A2.667 2.667 0 0 1 7 18.333z" />
|
|
20
|
+
<path d="M4.012 16.737A2 2 0 0 1 3 15V5c0-1.1.9-2 2-2h10c.75 0 1.158.385 1.5 1" />
|
|
21
|
+
</svg>
|
|
22
|
+
);
|
|
23
|
+
export default SvgCopy;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgCpu = (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="cpu_svg__icon cpu_svg__icon-tabler cpu_svg__icons-tabler-outline cpu_svg__icon-tabler-cpu"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>Cpu</title>
|
|
18
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
19
|
+
<path d="M5 6a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1z" />
|
|
20
|
+
<path d="M9 9h6v6H9zM3 10h2M3 14h2M10 3v2M14 3v2M21 10h-2M21 14h-2M14 21v-2M10 21v-2" />
|
|
21
|
+
</svg>
|
|
22
|
+
);
|
|
23
|
+
export default SvgCpu;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgDashboard = (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="dashboard_svg__icon dashboard_svg__icon-tabler dashboard_svg__icons-tabler-outline dashboard_svg__icon-tabler-dashboard"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>Dashboard</title>
|
|
18
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
19
|
+
<path d="M10 13a2 2 0 1 0 4 0 2 2 0 1 0-4 0M13.45 11.55 15.5 9.5" />
|
|
20
|
+
<path d="M6.4 20a9 9 0 1 1 11.2 0z" />
|
|
21
|
+
</svg>
|
|
22
|
+
);
|
|
23
|
+
export default SvgDashboard;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgDatabase = (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="database_svg__icon database_svg__icon-tabler database_svg__icons-tabler-outline database_svg__icon-tabler-database"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>Database</title>
|
|
18
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
19
|
+
<path d="M4 6a8 3 0 1 0 16 0A8 3 0 1 0 4 6" />
|
|
20
|
+
<path d="M4 6v6a8 3 0 0 0 16 0V6" />
|
|
21
|
+
<path d="M4 12v6a8 3 0 0 0 16 0v-6" />
|
|
22
|
+
</svg>
|
|
23
|
+
);
|
|
24
|
+
export default SvgDatabase;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgDeviceDesktop = (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="device-desktop_svg__icon device-desktop_svg__icon-tabler device-desktop_svg__icons-tabler-outline device-desktop_svg__icon-tabler-device-desktop"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>DeviceDesktop</title>
|
|
18
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
19
|
+
<path d="M3 5a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1zM7 20h10M9 16v4M15 16v4" />
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
export default SvgDeviceDesktop;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgDeviceFloppy = (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="device-floppy_svg__icon device-floppy_svg__icon-tabler device-floppy_svg__icons-tabler-outline device-floppy_svg__icon-tabler-device-floppy"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>DeviceFloppy</title>
|
|
18
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
19
|
+
<path d="M6 4h10l4 4v10a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2" />
|
|
20
|
+
<path d="M10 14a2 2 0 1 0 4 0 2 2 0 1 0-4 0M14 4v4H8V4" />
|
|
21
|
+
</svg>
|
|
22
|
+
);
|
|
23
|
+
export default SvgDeviceFloppy;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgDeviceLaptop = (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="device-laptop_svg__icon device-laptop_svg__icon-tabler device-laptop_svg__icons-tabler-outline device-laptop_svg__icon-tabler-device-laptop"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>DeviceLaptop</title>
|
|
18
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
19
|
+
<path d="M3 19h18M5 7a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1z" />
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
export default SvgDeviceLaptop;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgDoor = (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="door_svg__icon door_svg__icon-tabler door_svg__icons-tabler-outline door_svg__icon-tabler-door"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>Door</title>
|
|
18
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
19
|
+
<path d="M14 12v.01M3 21h18M6 21V5a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v16" />
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
export default SvgDoor;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgDots = (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="dots_svg__icon dots_svg__icon-tabler dots_svg__icons-tabler-outline dots_svg__icon-tabler-dots"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>Dots</title>
|
|
18
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
19
|
+
<path d="M4 12a1 1 0 1 0 2 0 1 1 0 1 0-2 0M11 12a1 1 0 1 0 2 0 1 1 0 1 0-2 0M18 12a1 1 0 1 0 2 0 1 1 0 1 0-2 0" />
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
export default SvgDots;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgDotsVertical = (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="dots-vertical_svg__icon dots-vertical_svg__icon-tabler dots-vertical_svg__icons-tabler-outline dots-vertical_svg__icon-tabler-dots-vertical"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>DotsVertical</title>
|
|
18
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
19
|
+
<path d="M11 12a1 1 0 1 0 2 0 1 1 0 1 0-2 0M11 19a1 1 0 1 0 2 0 1 1 0 1 0-2 0M11 5a1 1 0 1 0 2 0 1 1 0 1 0-2 0" />
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
export default SvgDotsVertical;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgDownload = (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="download_svg__icon download_svg__icon-tabler download_svg__icons-tabler-outline download_svg__icon-tabler-download"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>Download</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 11l5 5 5-5M12 4v12" />
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
export default SvgDownload;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgEdit = (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="edit_svg__icon edit_svg__icon-tabler edit_svg__icons-tabler-outline edit_svg__icon-tabler-edit"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>Edit</title>
|
|
18
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
19
|
+
<path d="M7 7H6a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2-2v-1" />
|
|
20
|
+
<path d="M20.385 6.585a2.1 2.1 0 0 0-2.97-2.97L9 12v3h3zM16 5l3 3" />
|
|
21
|
+
</svg>
|
|
22
|
+
);
|
|
23
|
+
export default SvgEdit;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgEditOff = (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="edit-off_svg__icon edit-off_svg__icon-tabler edit-off_svg__icons-tabler-outline edit-off_svg__icon-tabler-edit-off"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>EditOff</title>
|
|
18
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
19
|
+
<path d="M7 7H6a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2-2v-1" />
|
|
20
|
+
<path d="M10.507 10.498 9 12v3h3l1.493-1.498m2-2.01 4.89-4.907a2.1 2.1 0 0 0-2.97-2.97L12.5 8.511M16 5l3 3M3 3l18 18" />
|
|
21
|
+
</svg>
|
|
22
|
+
);
|
|
23
|
+
export default SvgEditOff;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgEngine = (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="engine_svg__icon engine_svg__icon-tabler engine_svg__icons-tabler-outline engine_svg__icon-tabler-engine"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>Engine</title>
|
|
18
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
19
|
+
<path d="M3 10v6M12 5v3M10 5h4M5 13H3M6 10h2l2-2h3.382a1 1 0 0 1 .894.553l1.448 2.894a1 1 0 0 0 .894.553H18v-2h2a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1h-2v-2h-3v2a1 1 0 0 1-1 1h-3.465a1 1 0 0 1-.832-.445L8 16H6z" />
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
export default SvgEngine;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgEraser = (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="eraser_svg__icon eraser_svg__icon-tabler eraser_svg__icons-tabler-outline eraser_svg__icon-tabler-eraser"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>Eraser</title>
|
|
18
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
19
|
+
<path d="M19 20H8.5l-4.21-4.3a1 1 0 0 1 0-1.41l10-10a1 1 0 0 1 1.41 0l5 5a1 1 0 0 1 0 1.41L11.5 20M18 13.3 11.7 7" />
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
export default SvgEraser;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgExclamationCircle = (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="exclamation-circle_svg__icon exclamation-circle_svg__icon-tabler exclamation-circle_svg__icons-tabler-outline exclamation-circle_svg__icon-tabler-exclamation-circle"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>ExclamationCircle</title>
|
|
18
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
19
|
+
<path d="M3 12a9 9 0 1 0 18 0 9 9 0 1 0-18 0M12 9v4M12 16v.01" />
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
export default SvgExclamationCircle;
|