@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,23 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgLogout = (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="logout_svg__icon logout_svg__icon-tabler logout_svg__icons-tabler-outline logout_svg__icon-tabler-logout"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>Logout</title>
|
|
18
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
19
|
+
<path d="M14 8V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h7a2 2 0 0 0 2-2v-2" />
|
|
20
|
+
<path d="M9 12h12l-3-3M18 15l3-3" />
|
|
21
|
+
</svg>
|
|
22
|
+
);
|
|
23
|
+
export default SvgLogout;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgMessage = (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="message_svg__icon message_svg__icon-tabler message_svg__icons-tabler-outline message_svg__icon-tabler-message"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>Message</title>
|
|
18
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
19
|
+
<path d="M8 9h8M8 13h6M18 4a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3h-5l-5 3v-3H6a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3z" />
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
export default SvgMessage;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgMessageChatbot = (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="message-chatbot_svg__icon message-chatbot_svg__icon-tabler message-chatbot_svg__icons-tabler-outline message-chatbot_svg__icon-tabler-message-chatbot"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>MessageChatbot</title>
|
|
18
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
19
|
+
<path d="M18 4a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3h-5l-5 3v-3H6a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3zM9.5 9h.01M14.5 9h.01" />
|
|
20
|
+
<path d="M9.5 13a3.5 3.5 0 0 0 5 0" />
|
|
21
|
+
</svg>
|
|
22
|
+
);
|
|
23
|
+
export default SvgMessageChatbot;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgMessageDots = (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="message-dots_svg__icon message-dots_svg__icon-tabler message-dots_svg__icons-tabler-outline message-dots_svg__icon-tabler-message-dots"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>MessageDots</title>
|
|
18
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
19
|
+
<path d="M12 11v.01M8 11v.01M16 11v.01M18 4a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3h-5l-5 3v-3H6a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3z" />
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
export default SvgMessageDots;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgMessages = (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="messages_svg__icon messages_svg__icon-tabler messages_svg__icons-tabler-outline messages_svg__icon-tabler-messages"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>Messages</title>
|
|
18
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
19
|
+
<path d="m21 14-3-3h-7a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h9a1 1 0 0 1 1 1zM14 15v2a1 1 0 0 1-1 1H6l-3 3V11a1 1 0 0 1 1-1h2" />
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
export default SvgMessages;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgMicrophone = (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="microphone_svg__icon microphone_svg__icon-tabler microphone_svg__icons-tabler-outline microphone_svg__icon-tabler-microphone"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>Microphone</title>
|
|
18
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
19
|
+
<path d="M9 5a3 3 0 0 1 3-3h0a3 3 0 0 1 3 3v5a3 3 0 0 1-3 3h0a3 3 0 0 1-3-3z" />
|
|
20
|
+
<path d="M5 10a7 7 0 0 0 14 0M8 21h8M12 17v4" />
|
|
21
|
+
</svg>
|
|
22
|
+
);
|
|
23
|
+
export default SvgMicrophone;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgMinus = (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="minus_svg__icon minus_svg__icon-tabler minus_svg__icons-tabler-outline minus_svg__icon-tabler-minus"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>Minus</title>
|
|
18
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
19
|
+
<path d="M5 12h14" />
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
export default SvgMinus;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgMoon = (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="moon_svg__icon moon_svg__icon-tabler moon_svg__icons-tabler-outline moon_svg__icon-tabler-moon"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>Moon</title>
|
|
18
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
19
|
+
<path d="M12 3h.393a7.5 7.5 0 0 0 7.92 12.446A9 9 0 1 1 12 2.992z" />
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
export default SvgMoon;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgNavigation = (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="navigation_svg__icon navigation_svg__icon-tabler navigation_svg__icons-tabler-outline navigation_svg__icon-tabler-navigation"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>Navigation</title>
|
|
18
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
19
|
+
<path d="m12 18.5 7.265 2.463c.196.077.42.032.57-.116a.55.55 0 0 0 .134-.572L12 3 4.03 20.275c-.07.2-.017.424.135.572.15.148.374.193.57.116z" />
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
export default SvgNavigation;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgPassword = (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="password_svg__icon password_svg__icon-tabler password_svg__icons-tabler-outline password_svg__icon-tabler-password"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>Password</title>
|
|
18
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
19
|
+
<path d="M12 10v4M10 13l4-2M10 11l4 2M5 10v4M3 13l4-2M3 11l4 2M19 10v4M17 13l4-2M17 11l4 2" />
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
export default SvgPassword;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgPencil = (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="pencil_svg__icon pencil_svg__icon-tabler pencil_svg__icons-tabler-outline pencil_svg__icon-tabler-pencil"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>Pencil</title>
|
|
18
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
19
|
+
<path d="M4 20h4L18.5 9.5a2.828 2.828 0 1 0-4-4L4 16zM13.5 6.5l4 4" />
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
export default SvgPencil;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgPlaylistAdd = (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="playlist-add_svg__icon playlist-add_svg__icon-tabler playlist-add_svg__icons-tabler-outline playlist-add_svg__icon-tabler-playlist-add"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>PlaylistAdd</title>
|
|
18
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
19
|
+
<path d="M19 8H5M5 12h9M11 16H5M15 16h6M18 13v6" />
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
export default SvgPlaylistAdd;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgPlus = (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="plus_svg__icon plus_svg__icon-tabler plus_svg__icons-tabler-outline plus_svg__icon-tabler-plus"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>Plus</title>
|
|
18
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
19
|
+
<path d="M12 5v14M5 12h14" />
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
export default SvgPlus;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgPointer = (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="pointer_svg__icon pointer_svg__icon-tabler pointer_svg__icons-tabler-outline pointer_svg__icon-tabler-pointer"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>Pointer</title>
|
|
18
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
19
|
+
<path d="M7.904 17.563a1.2 1.2 0 0 0 2.228.308l2.09-3.093 4.907 4.907a1.067 1.067 0 0 0 1.509 0l1.047-1.047a1.067 1.067 0 0 0 0-1.509l-4.907-4.907 3.113-2.09a1.2 1.2 0 0 0-.309-2.228L4 4z" />
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
export default SvgPointer;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgQuestionMark = (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="question-mark_svg__icon question-mark_svg__icon-tabler question-mark_svg__icons-tabler-outline question-mark_svg__icon-tabler-question-mark"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>QuestionMark</title>
|
|
18
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
19
|
+
<path d="M8 8a3.5 3 0 0 1 3.5-3h1A3.5 3 0 0 1 16 8a3 3 0 0 1-2 3 3 4 0 0 0-2 4M12 19v.01" />
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
export default SvgQuestionMark;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgRadio = (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="radio_svg__icon radio_svg__icon-tabler radio_svg__icons-tabler-outline radio_svg__icon-tabler-radio"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>Radio</title>
|
|
18
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
19
|
+
<path d="M14 3 4.629 6.749A1 1 0 0 0 4 7.677V19a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1H4.5M4 12h16M7 12v-2M17 16v.01M13 16v.01" />
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
export default SvgRadio;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgRadioactive = (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="radioactive_svg__icon radioactive_svg__icon-tabler radioactive_svg__icons-tabler-outline radioactive_svg__icon-tabler-radioactive"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>Radioactive</title>
|
|
18
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
19
|
+
<path d="m13.5 14.6 3 5.19A9 9 0 0 0 21 12h-6a3 3 0 0 1-1.5 2.6M13.5 9.4l3-5.19a9 9 0 0 0-9 0l3 5.19a3 3 0 0 1 3 0M10.5 14.6l-3 5.19A9 9 0 0 1 3 12h6a3 3 0 0 0 1.5 2.6" />
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
export default SvgRadioactive;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgRefresh = (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="refresh_svg__icon refresh_svg__icon-tabler refresh_svg__icons-tabler-outline refresh_svg__icon-tabler-refresh"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>Refresh</title>
|
|
18
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
19
|
+
<path d="M20 11A8.1 8.1 0 0 0 4.5 9M4 5v4h4M4 13a8.1 8.1 0 0 0 15.5 2m.5 4v-4h-4" />
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
export default SvgRefresh;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgReplaceOff = (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="replace-off_svg__icon replace-off_svg__icon-tabler replace-off_svg__icons-tabler-outline replace-off_svg__icon-tabler-replace-off"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>ReplaceOff</title>
|
|
18
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
19
|
+
<path d="M7 3h1a1 1 0 0 1 1 1v1m-.303 3.717A1 1 0 0 1 8 9H4a1 1 0 0 1-1-1V4c0-.28.115-.532.3-.714M19 15h1a1 1 0 0 1 1 1v1m-.303 3.717A1 1 0 0 1 20 21h-4a1 1 0 0 1-1-1v-4c0-.28.115-.532.3-.714M21 11V8a2 2 0 0 0-2-2h-6l3 3m0-6-3 3M3 13v3a2 2 0 0 0 2 2h6l-3-3m0 6 3-3M3 3l18 18" />
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
export default SvgReplaceOff;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgReplaceUser = (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="replace-user_svg__icon replace-user_svg__icon-tabler replace-user_svg__icons-tabler-outline replace-user_svg__icon-tabler-replace-user"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>ReplaceUser</title>
|
|
18
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
19
|
+
<path d="M21 11V8a2 2 0 0 0-2-2h-6m0 0 3 3m-3-3 3-3M3 13.013v3a2 2 0 0 0 2 2h6m0 0-3-3m3 3-3 3M16 16.502a2 2 0 1 0 4.001-.001 2 2 0 0 0-4.001.001M4 4.502a2 2 0 1 0 4.001-.001A2 2 0 0 0 4 4.502M21 21.499a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2M9 9.499a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2" />
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
export default SvgReplaceUser;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgSearch = (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="search_svg__icon search_svg__icon-tabler search_svg__icons-tabler-outline search_svg__icon-tabler-search"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>Search</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 0M21 21l-6-6" />
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
export default SvgSearch;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgSelector = (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="selector_svg__icon selector_svg__icon-tabler selector_svg__icons-tabler-outline selector_svg__icon-tabler-selector"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>Selector</title>
|
|
18
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
19
|
+
<path d="m8 9 4-4 4 4M16 15l-4 4-4-4" />
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
export default SvgSelector;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgSend = (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="send_svg__icon send_svg__icon-tabler send_svg__icons-tabler-outline send_svg__icon-tabler-send"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>Send</title>
|
|
18
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
19
|
+
<path d="M10 14 21 3M21 3l-6.5 18a.55.55 0 0 1-1 0L10 14l-7-3.5a.55.55 0 0 1 0-1z" />
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
export default SvgSend;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgSettings = (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="settings_svg__icon settings_svg__icon-tabler settings_svg__icons-tabler-outline settings_svg__icon-tabler-settings"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>Settings</title>
|
|
18
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
19
|
+
<path d="M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 0 0-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 0 0-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 0 0-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 0 0-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 0 0 1.066-2.573c-.94-1.543.826-3.31 2.37-2.37 1 .608 2.296.07 2.572-1.065" />
|
|
20
|
+
<path d="M9 12a3 3 0 1 0 6 0 3 3 0 0 0-6 0" />
|
|
21
|
+
</svg>
|
|
22
|
+
);
|
|
23
|
+
export default SvgSettings;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import type { SVGProps } from "react"
|
|
2
|
+
import * as React from "react"
|
|
3
|
+
|
|
4
|
+
const SvgSignature = (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 }) => (
|
|
5
|
+
<svg
|
|
6
|
+
aria-hidden="true"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
{...(props.size ? { width: props.size, height: props.size } : { width: "1em", height: "1em" })}
|
|
9
|
+
className="signature_svg__icon signature_svg__icon-tabler signature_svg__icons-tabler-outline signature_svg__icon-tabler-signature"
|
|
10
|
+
fill="none"
|
|
11
|
+
stroke={props.color || "currentColor"}
|
|
12
|
+
strokeLinecap="round"
|
|
13
|
+
strokeLinejoin="round"
|
|
14
|
+
strokeWidth={2}
|
|
15
|
+
viewBox="0 0 24 24"
|
|
16
|
+
{...props}
|
|
17
|
+
>
|
|
18
|
+
<title>Signature</title>
|
|
19
|
+
<path
|
|
20
|
+
d="M0 0h24v24H0z"
|
|
21
|
+
stroke="none"
|
|
22
|
+
/>
|
|
23
|
+
<path d="M3 17c3.333 -3.333 5 -6 5 -8c0 -3 -1 -3 -2 -3s-2.032 1.085 -2 3c.034 2.048 1.658 4.877 2.5 6c1.5 2 2.5 2.5 3.5 1l2 -3c.333 2.667 1.333 4 3 4c.53 0 2.639 -2 3 -2c.517 0 1.517 .667 3 2" />
|
|
24
|
+
</svg>
|
|
25
|
+
)
|
|
26
|
+
|
|
27
|
+
export default SvgSignature
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgSortAscending = (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="sort-ascending_svg__icon sort-ascending_svg__icon-tabler sort-ascending_svg__icons-tabler-outline sort-ascending_svg__icon-tabler-sort-ascending"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>SortAscending</title>
|
|
18
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
19
|
+
<path d="M4 6h7M4 12h7M4 18h9M15 9l3-3 3 3M18 6v12" />
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
export default SvgSortAscending;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgSortDescending = (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="sort-descending_svg__icon sort-descending_svg__icon-tabler sort-descending_svg__icons-tabler-outline sort-descending_svg__icon-tabler-sort-descending"
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<title>SortDescending</title>
|
|
18
|
+
<path stroke="none" d="M0 0h24v24H0z" />
|
|
19
|
+
<path d="M4 6h9M4 12h7M4 18h7M15 15l3 3 3-3M18 6v12" />
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
export default SvgSortDescending;
|