@aliimam/icons 0.0.4 → 0.0.6
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/dist/cjs/index.d.ts +1 -4
- package/dist/cjs/index.js +1 -4
- package/dist/cjs/solid/accessibility/Accessibility.d.ts +6 -0
- package/dist/cjs/solid/accessibility/Accessibility.js +57 -0
- package/dist/cjs/solid/accessibility/Baby.d.ts +6 -0
- package/dist/cjs/solid/accessibility/Baby.js +57 -0
- package/dist/cjs/solid/accessibility/BadgeInfo.d.ts +6 -0
- package/dist/cjs/solid/accessibility/BadgeInfo.js +57 -0
- package/dist/cjs/solid/accessibility/BadgeQuestionMark.d.ts +6 -0
- package/dist/cjs/solid/accessibility/BadgeQuestionMark.js +57 -0
- package/dist/cjs/solid/accessibility/CircleQuestionMark.d.ts +6 -0
- package/dist/cjs/solid/accessibility/CircleQuestionMark.js +57 -0
- package/dist/cjs/solid/accessibility/ClosedCaption.d.ts +6 -0
- package/dist/cjs/solid/accessibility/ClosedCaption.js +57 -0
- package/dist/cjs/solid/accessibility/Contrast.d.ts +6 -0
- package/dist/cjs/{stroke/ali/Erfg.js → solid/accessibility/Contrast.js} +15 -15
- package/dist/cjs/solid/accessibility/Ear.d.ts +6 -0
- package/dist/cjs/solid/accessibility/Ear.js +57 -0
- package/dist/cjs/solid/accessibility/EarOff.d.ts +6 -0
- package/dist/cjs/solid/accessibility/EarOff.js +57 -0
- package/dist/cjs/solid/accessibility/Eclipse.d.ts +6 -0
- package/dist/cjs/solid/accessibility/Eclipse.js +57 -0
- package/dist/cjs/solid/accessibility/Eye.d.ts +6 -0
- package/dist/cjs/solid/accessibility/Eye.js +57 -0
- package/dist/cjs/solid/accessibility/EyeClosed.d.ts +6 -0
- package/dist/cjs/solid/accessibility/EyeClosed.js +57 -0
- package/dist/cjs/solid/accessibility/EyeOff.d.ts +6 -0
- package/dist/cjs/solid/accessibility/EyeOff.js +57 -0
- package/dist/cjs/solid/accessibility/Glasses.d.ts +6 -0
- package/dist/cjs/solid/accessibility/Glasses.js +57 -0
- package/dist/cjs/solid/accessibility/Moon.d.ts +6 -0
- package/dist/cjs/solid/accessibility/Moon.js +57 -0
- package/dist/cjs/solid/accessibility/Sun.d.ts +6 -0
- package/dist/cjs/solid/accessibility/Sun.js +57 -0
- package/dist/cjs/solid/accessibility/index.d.ts +16 -0
- package/dist/cjs/solid/accessibility/index.js +38 -0
- package/dist/cjs/types.d.ts +4 -4
- package/dist/index.d.ts +1 -4
- package/dist/index.js +1 -4
- package/dist/solid/accessibility/Accessibility.d.ts +6 -0
- package/dist/solid/accessibility/Accessibility.js +21 -0
- package/dist/solid/accessibility/Baby.d.ts +6 -0
- package/dist/solid/accessibility/Baby.js +21 -0
- package/dist/solid/accessibility/BadgeInfo.d.ts +6 -0
- package/dist/solid/accessibility/BadgeInfo.js +21 -0
- package/dist/solid/accessibility/BadgeQuestionMark.d.ts +6 -0
- package/dist/solid/accessibility/BadgeQuestionMark.js +21 -0
- package/dist/solid/accessibility/CircleQuestionMark.d.ts +6 -0
- package/dist/solid/accessibility/CircleQuestionMark.js +21 -0
- package/dist/solid/accessibility/ClosedCaption.d.ts +6 -0
- package/dist/solid/accessibility/ClosedCaption.js +21 -0
- package/dist/solid/accessibility/Contrast.d.ts +6 -0
- package/dist/solid/accessibility/Contrast.js +21 -0
- package/dist/solid/accessibility/Ear.d.ts +6 -0
- package/dist/solid/accessibility/Ear.js +21 -0
- package/dist/solid/accessibility/EarOff.d.ts +6 -0
- package/dist/solid/accessibility/EarOff.js +21 -0
- package/dist/solid/accessibility/Eclipse.d.ts +6 -0
- package/dist/solid/accessibility/Eclipse.js +21 -0
- package/dist/solid/accessibility/Eye.d.ts +6 -0
- package/dist/solid/accessibility/Eye.js +21 -0
- package/dist/solid/accessibility/EyeClosed.d.ts +6 -0
- package/dist/solid/accessibility/EyeClosed.js +21 -0
- package/dist/solid/accessibility/EyeOff.d.ts +6 -0
- package/dist/solid/accessibility/EyeOff.js +21 -0
- package/dist/solid/accessibility/Glasses.d.ts +6 -0
- package/dist/solid/accessibility/Glasses.js +21 -0
- package/dist/solid/accessibility/Moon.d.ts +6 -0
- package/dist/solid/accessibility/Moon.js +21 -0
- package/dist/solid/accessibility/Sun.d.ts +6 -0
- package/dist/solid/accessibility/Sun.js +21 -0
- package/dist/solid/accessibility/index.d.ts +16 -0
- package/dist/solid/accessibility/index.js +16 -0
- package/dist/types.d.ts +4 -4
- package/icons/solid/accessibility/accessibility.svg +1 -0
- package/icons/solid/accessibility/baby.svg +1 -0
- package/icons/solid/accessibility/badge-info.svg +1 -0
- package/icons/solid/accessibility/badge-question-mark.svg +1 -0
- package/icons/solid/accessibility/circle-question-mark.svg +1 -0
- package/icons/solid/accessibility/closed-caption.svg +1 -0
- package/icons/solid/accessibility/contrast.svg +1 -0
- package/icons/solid/accessibility/ear-off.svg +1 -0
- package/icons/solid/accessibility/ear.svg +1 -0
- package/icons/solid/accessibility/eclipse.svg +1 -0
- package/icons/solid/accessibility/eye-closed.svg +1 -0
- package/icons/solid/accessibility/eye-off.svg +1 -0
- package/icons/solid/accessibility/eye.svg +1 -0
- package/icons/solid/accessibility/glasses.svg +1 -0
- package/icons/solid/accessibility/moon.svg +1 -0
- package/icons/solid/accessibility/sun.svg +1 -0
- package/icons/solid/ali/asfsbfd.svg +1 -1
- package/icons/solid/ali/save.svg +1 -1
- package/icons/solid/design/c.svg +1 -1
- package/icons/stroke/accessibility/accessibility.svg +1 -0
- package/icons/stroke/accessibility/baby.svg +1 -0
- package/icons/stroke/accessibility/badge-info.svg +1 -0
- package/icons/stroke/accessibility/badge-question-mark.svg +1 -0
- package/icons/stroke/accessibility/circle-question-mark.svg +1 -0
- package/icons/stroke/accessibility/closed-caption.svg +1 -0
- package/icons/stroke/accessibility/contrast.svg +1 -0
- package/icons/stroke/accessibility/ear-off.svg +1 -0
- package/icons/stroke/accessibility/ear.svg +1 -0
- package/icons/stroke/accessibility/eclipse.svg +1 -0
- package/icons/stroke/accessibility/eye-closed.svg +1 -0
- package/icons/stroke/accessibility/eye-off.svg +1 -0
- package/icons/stroke/accessibility/eye.svg +1 -0
- package/icons/stroke/accessibility/glasses.svg +1 -0
- package/icons/stroke/accessibility/moon.svg +1 -0
- package/icons/stroke/accessibility/sun.svg +1 -0
- package/icons/stroke/ali/asfsbfd.svg +1 -1
- package/icons/stroke/arrows/arrow-down.svg +1 -1
- package/package.json +2 -2
- package/src/index.tsx +1 -4
- package/src/solid/accessibility/Accessibility.tsx +105 -0
- package/src/solid/accessibility/Baby.tsx +107 -0
- package/src/solid/accessibility/BadgeInfo.tsx +93 -0
- package/src/solid/accessibility/BadgeQuestionMark.tsx +99 -0
- package/src/solid/accessibility/CircleQuestionMark.tsx +99 -0
- package/src/solid/accessibility/ClosedCaption.tsx +97 -0
- package/src/solid/accessibility/Contrast.tsx +99 -0
- package/src/solid/accessibility/Ear.tsx +103 -0
- package/src/solid/accessibility/EarOff.tsx +105 -0
- package/src/solid/accessibility/Eclipse.tsx +99 -0
- package/src/solid/accessibility/Eye.tsx +99 -0
- package/src/solid/accessibility/EyeClosed.tsx +101 -0
- package/src/solid/accessibility/EyeOff.tsx +105 -0
- package/src/solid/accessibility/Glasses.tsx +111 -0
- package/src/solid/accessibility/Moon.tsx +93 -0
- package/src/solid/accessibility/Sun.tsx +97 -0
- package/src/solid/accessibility/index.ts +16 -0
- package/src/types.tsx +4 -4
- package/dist/cjs/solid/design/A.d.ts +0 -3
- package/dist/cjs/solid/design/A.js +0 -50
- package/dist/cjs/solid/design/C.d.ts +0 -3
- package/dist/cjs/solid/design/C.js +0 -50
- package/dist/cjs/solid/design/D.d.ts +0 -3
- package/dist/cjs/solid/design/D.js +0 -50
- package/dist/cjs/solid/design/index.d.ts +0 -3
- package/dist/cjs/solid/design/index.js +0 -12
- package/dist/cjs/stroke/ali/Asfsbfd.d.ts +0 -6
- package/dist/cjs/stroke/ali/Asfsbfd.js +0 -57
- package/dist/cjs/stroke/ali/Erfg.d.ts +0 -6
- package/dist/cjs/stroke/ali/Layes.d.ts +0 -6
- package/dist/cjs/stroke/ali/Layes.js +0 -57
- package/dist/cjs/stroke/ali/Save.d.ts +0 -6
- package/dist/cjs/stroke/ali/Save.js +0 -57
- package/dist/cjs/stroke/ali/index.d.ts +0 -4
- package/dist/cjs/stroke/ali/index.js +0 -14
- package/dist/cjs/stroke/arrows/ArrowDown.d.ts +0 -3
- package/dist/cjs/stroke/arrows/ArrowDown.js +0 -50
- package/dist/cjs/stroke/arrows/ArrowLeft.d.ts +0 -3
- package/dist/cjs/stroke/arrows/ArrowLeft.js +0 -50
- package/dist/cjs/stroke/arrows/ArrowRight.d.ts +0 -3
- package/dist/cjs/stroke/arrows/ArrowRight.js +0 -50
- package/dist/cjs/stroke/arrows/ArrowUp.d.ts +0 -3
- package/dist/cjs/stroke/arrows/ArrowUp.js +0 -50
- package/dist/cjs/stroke/arrows/ArrowUpp.d.ts +0 -3
- package/dist/cjs/stroke/arrows/ArrowUpp.js +0 -50
- package/dist/cjs/stroke/arrows/index.d.ts +0 -5
- package/dist/cjs/stroke/arrows/index.js +0 -16
- package/dist/cjs/stroke/gg/F.d.ts +0 -3
- package/dist/cjs/stroke/gg/F.js +0 -50
- package/dist/cjs/stroke/gg/R.d.ts +0 -3
- package/dist/cjs/stroke/gg/R.js +0 -50
- package/dist/cjs/stroke/gg/T.d.ts +0 -3
- package/dist/cjs/stroke/gg/T.js +0 -50
- package/dist/cjs/stroke/gg/Y.d.ts +0 -3
- package/dist/cjs/stroke/gg/Y.js +0 -50
- package/dist/cjs/stroke/gg/index.d.ts +0 -4
- package/dist/cjs/stroke/gg/index.js +0 -14
- package/dist/solid/design/A.d.ts +0 -3
- package/dist/solid/design/A.js +0 -14
- package/dist/solid/design/C.d.ts +0 -3
- package/dist/solid/design/C.js +0 -14
- package/dist/solid/design/D.d.ts +0 -3
- package/dist/solid/design/D.js +0 -14
- package/dist/solid/design/index.d.ts +0 -3
- package/dist/solid/design/index.js +0 -3
- package/dist/stroke/ali/Asfsbfd.d.ts +0 -6
- package/dist/stroke/ali/Asfsbfd.js +0 -21
- package/dist/stroke/ali/Erfg.d.ts +0 -6
- package/dist/stroke/ali/Erfg.js +0 -21
- package/dist/stroke/ali/Layes.d.ts +0 -6
- package/dist/stroke/ali/Layes.js +0 -21
- package/dist/stroke/ali/Save.d.ts +0 -6
- package/dist/stroke/ali/Save.js +0 -21
- package/dist/stroke/ali/index.d.ts +0 -4
- package/dist/stroke/ali/index.js +0 -4
- package/dist/stroke/arrows/ArrowDown.d.ts +0 -3
- package/dist/stroke/arrows/ArrowDown.js +0 -14
- package/dist/stroke/arrows/ArrowLeft.d.ts +0 -3
- package/dist/stroke/arrows/ArrowLeft.js +0 -14
- package/dist/stroke/arrows/ArrowRight.d.ts +0 -3
- package/dist/stroke/arrows/ArrowRight.js +0 -14
- package/dist/stroke/arrows/ArrowUp.d.ts +0 -3
- package/dist/stroke/arrows/ArrowUp.js +0 -14
- package/dist/stroke/arrows/ArrowUpp.d.ts +0 -3
- package/dist/stroke/arrows/ArrowUpp.js +0 -14
- package/dist/stroke/arrows/index.d.ts +0 -5
- package/dist/stroke/arrows/index.js +0 -5
- package/dist/stroke/gg/F.d.ts +0 -3
- package/dist/stroke/gg/F.js +0 -14
- package/dist/stroke/gg/R.d.ts +0 -3
- package/dist/stroke/gg/R.js +0 -14
- package/dist/stroke/gg/T.d.ts +0 -3
- package/dist/stroke/gg/T.js +0 -14
- package/dist/stroke/gg/Y.d.ts +0 -3
- package/dist/stroke/gg/Y.js +0 -14
- package/dist/stroke/gg/index.d.ts +0 -4
- package/dist/stroke/gg/index.js +0 -4
- package/src/solid/design/A.tsx +0 -54
- package/src/solid/design/C.tsx +0 -66
- package/src/solid/design/D.tsx +0 -51
- package/src/solid/design/index.ts +0 -3
- package/src/stroke/ali/Asfsbfd.tsx +0 -114
- package/src/stroke/ali/Erfg.tsx +0 -84
- package/src/stroke/ali/Layes.tsx +0 -90
- package/src/stroke/ali/Save.tsx +0 -97
- package/src/stroke/ali/index.ts +0 -4
- package/src/stroke/arrows/ArrowDown.tsx +0 -55
- package/src/stroke/arrows/ArrowLeft.tsx +0 -55
- package/src/stroke/arrows/ArrowRight.tsx +0 -55
- package/src/stroke/arrows/ArrowUp.tsx +0 -55
- package/src/stroke/arrows/ArrowUpp.tsx +0 -58
- package/src/stroke/arrows/index.ts +0 -5
- package/src/stroke/gg/F.tsx +0 -54
- package/src/stroke/gg/R.tsx +0 -54
- package/src/stroke/gg/T.tsx +0 -54
- package/src/stroke/gg/Y.tsx +0 -54
- package/src/stroke/gg/index.ts +0 -4
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
export const Sun = React.forwardRef(function Sun({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, type = "stroke", ...props }, forwardedRef) {
|
|
4
|
+
if (type === "solid") {
|
|
5
|
+
return (_jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: [_jsx("g", { fill: "currentColor", clipPath: "url(#undefined-clip0_42_70)", children: _jsx("path", { d: "M12 6.5C15.038 6.5 17.5 8.962 17.5 12 17.5 15.038 15.038 17.5 12 17.5 8.962 17.5 6.5 15.038 6.5 12 6.5 8.962 8.962 6.5 12 6.5ZM10.5 4V2C10.5 1.172 11.172.5 12 .5 12.828.5 13.5 1.172 13.5 2V4C13.5 4.828 12.828 5.5 12 5.5 11.172 5.5 10.5 4.828 10.5 4ZM10.5 22V20C10.5 19.172 11.172 18.5 12 18.5 12.828 18.5 13.5 19.172 13.5 20V22C13.5 22.828 12.828 23.5 12 23.5 11.172 23.5 10.5 22.828 10.5 22ZM3.869 3.869C4.455 3.284 5.405 3.284 5.991 3.869L7.401 5.28C7.986 5.865 7.986 6.815 7.401 7.401 6.815 7.986 5.865 7.986 5.28 7.401L3.869 5.99C3.284 5.405 3.284 4.455 3.869 3.869ZM16.6 16.6C17.185 16.014 18.135 16.014 18.721 16.6L20.131 18.01C20.716 18.596 20.716 19.545 20.131 20.131 19.545 20.717 18.595 20.716 18.01 20.131L16.6 18.721C16.014 18.135 16.014 17.185 16.6 16.6ZM4 10.5C4.828 10.5 5.5 11.172 5.5 12 5.5 12.828 4.828 13.5 4 13.5H2C1.172 13.5.5 12.828.5 12 .5 11.172 1.172 10.5 2 10.5H4ZM22 10.5C22.828 10.5 23.5 11.172 23.5 12 23.5 12.828 22.828 13.5 22 13.5H20C19.172 13.5 18.5 12.828 18.5 12 18.5 11.172 19.172 10.5 20 10.5H22ZM5.28 16.6C5.865 16.014 6.815 16.014 7.401 16.6 7.986 17.185 7.986 18.135 7.401 18.721L5.991 20.131C5.405 20.716 4.455 20.716 3.869 20.131 3.284 19.545 3.284 18.595 3.869 18.01L5.28 16.6ZM18.01 3.869C18.595 3.284 19.545 3.284 20.131 3.869 20.716 4.455 20.716 5.405 20.131 5.991L18.721 7.401C18.135 7.986 17.185 7.986 16.6 7.401 16.014 6.815 16.014 5.865 16.6 5.28L18.01 3.869Z" }) }), _jsx("defs", { children: _jsx("clipPath", { id: "undefined-clip0_42_70", children: _jsx("path", { fill: "#fff", d: "M0 0H24V24H0z" }) }) })] }));
|
|
6
|
+
}
|
|
7
|
+
if (type === "stroke") {
|
|
8
|
+
return (_jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: _jsx("path", { d: "M12 16C14.209 16 16 14.209 16 12 16 9.791 14.209 8 12 8 9.791 8 8 9.791 8 12 8 14.209 9.791 16 12 16ZM12 2V4M12 20V22M4.93 4.93 6.34 6.34M17.66 17.66 19.07 19.07M2 12H4M20 12H22M6.34 17.66 4.93 19.07M19.07 4.93 17.66 6.34", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" }) }));
|
|
9
|
+
}
|
|
10
|
+
console.error(`Sun doesn't support ${type}`);
|
|
11
|
+
return null;
|
|
12
|
+
});
|
|
13
|
+
Sun.displayName = "Sun";
|
|
14
|
+
Sun.metadata = {
|
|
15
|
+
name: "Sun",
|
|
16
|
+
category: "solid/accessibility",
|
|
17
|
+
tags: ["sun", "icon"],
|
|
18
|
+
description: "Sun icon from solid/accessibility category",
|
|
19
|
+
type: ["stroke", "icon"],
|
|
20
|
+
};
|
|
21
|
+
export default Sun;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export { default as Moon } from "./Moon";
|
|
2
|
+
export { default as Sun } from "./Sun";
|
|
3
|
+
export { default as Accessibility } from "./Accessibility";
|
|
4
|
+
export { default as Baby } from "./Baby";
|
|
5
|
+
export { default as BadgeInfo } from "./BadgeInfo";
|
|
6
|
+
export { default as BadgeQuestionMark } from "./BadgeQuestionMark";
|
|
7
|
+
export { default as CircleQuestionMark } from "./CircleQuestionMark";
|
|
8
|
+
export { default as ClosedCaption } from "./ClosedCaption";
|
|
9
|
+
export { default as Contrast } from "./Contrast";
|
|
10
|
+
export { default as EarOff } from "./EarOff";
|
|
11
|
+
export { default as Ear } from "./Ear";
|
|
12
|
+
export { default as Eclipse } from "./Eclipse";
|
|
13
|
+
export { default as EyeClosed } from "./EyeClosed";
|
|
14
|
+
export { default as EyeOff } from "./EyeOff";
|
|
15
|
+
export { default as Eye } from "./Eye";
|
|
16
|
+
export { default as Glasses } from "./Glasses";
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export { default as Moon } from "./Moon";
|
|
2
|
+
export { default as Sun } from "./Sun";
|
|
3
|
+
export { default as Accessibility } from "./Accessibility";
|
|
4
|
+
export { default as Baby } from "./Baby";
|
|
5
|
+
export { default as BadgeInfo } from "./BadgeInfo";
|
|
6
|
+
export { default as BadgeQuestionMark } from "./BadgeQuestionMark";
|
|
7
|
+
export { default as CircleQuestionMark } from "./CircleQuestionMark";
|
|
8
|
+
export { default as ClosedCaption } from "./ClosedCaption";
|
|
9
|
+
export { default as Contrast } from "./Contrast";
|
|
10
|
+
export { default as EarOff } from "./EarOff";
|
|
11
|
+
export { default as Ear } from "./Ear";
|
|
12
|
+
export { default as Eclipse } from "./Eclipse";
|
|
13
|
+
export { default as EyeClosed } from "./EyeClosed";
|
|
14
|
+
export { default as EyeOff } from "./EyeOff";
|
|
15
|
+
export { default as Eye } from "./Eye";
|
|
16
|
+
export { default as Glasses } from "./Glasses";
|
package/dist/types.d.ts
CHANGED
|
@@ -3,14 +3,14 @@ export interface IconProps extends React.SVGAttributes<SVGElement> {
|
|
|
3
3
|
children?: never;
|
|
4
4
|
color?: string;
|
|
5
5
|
fill?: string;
|
|
6
|
-
size?: number;
|
|
7
|
-
strokeWidth?: number;
|
|
6
|
+
size?: 20 | number;
|
|
7
|
+
strokeWidth?: 2 | number;
|
|
8
8
|
strokeLinecap?: "butt" | "round" | "square";
|
|
9
9
|
strokeLinejoin?: "round" | "miter" | "bevel";
|
|
10
10
|
strokeDasharray?: string;
|
|
11
11
|
opacity?: number;
|
|
12
12
|
className?: string;
|
|
13
|
-
type?: string;
|
|
13
|
+
type?: "stroke" | "icon" | string;
|
|
14
14
|
}
|
|
15
15
|
export interface IconMetadata {
|
|
16
16
|
name: string;
|
|
@@ -19,7 +19,7 @@ export interface IconMetadata {
|
|
|
19
19
|
description?: string;
|
|
20
20
|
author?: string;
|
|
21
21
|
created?: string;
|
|
22
|
-
type
|
|
22
|
+
type?: ("stroke" | "icon")[];
|
|
23
23
|
}
|
|
24
24
|
export type IconComponent<P extends IconProps = IconProps> = React.ForwardRefExoticComponent<P & React.RefAttributes<SVGSVGElement>> & {
|
|
25
25
|
metadata?: IconMetadata;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16 1.5C17.381 1.5 18.5 2.619 18.5 4 18.5 5.381 17.381 6.5 16 6.5 14.619 6.5 13.5 5.381 13.5 4 13.5 2.619 14.619 1.5 16 1.5ZM18.753 10.521C19.225 10.442 19.706 10.593 20.048 10.927 20.39 11.261 20.553 11.739 20.485 12.212L19.485 19.212C19.368 20.032 18.608 20.602 17.788 20.485 16.968 20.368 16.398 19.608 16.515 18.788L17.225 13.817 13.247 14.48C12.43 14.616 11.657 14.064 11.521 13.247 11.384 12.43 11.936 11.657 12.753 11.521L18.753 10.521Z" fill="currentColor"/><path d="M7.03 3.856C7.5 3.457 8.171 3.385 8.719 3.684L14.219 6.684C14.589 6.886 14.857 7.235 14.957 7.645 15.057 8.055 14.98 8.489 14.744 8.839L12.384 12.339C11.921 13.026 10.989 13.207 10.302 12.744 9.615 12.281 9.433 11.348 9.896 10.661L11.334 8.527 8.267 6.854 6.061 9.061C5.475 9.646 4.525 9.646 3.939 9.061 3.354 8.475 3.354 7.525 3.939 6.939L6.939 3.939 7.03 3.856ZM2.806 14.062C3.048 13.269 3.887 12.823 4.679 13.065 5.471 13.308 5.917 14.146 5.675 14.939 5.477 15.585 5.471 16.274 5.656 16.924 5.842 17.573 6.212 18.156 6.721 18.6 7.23 19.044 7.858 19.331 8.526 19.427 9.195 19.522 9.877 19.422 10.49 19.139 11.242 18.791 12.134 19.118 12.482 19.87 12.829 20.622 12.501 21.514 11.749 21.861 10.61 22.388 9.344 22.574 8.102 22.397 6.86 22.219 5.695 21.685 4.749 20.86 3.804 20.036 3.117 18.954 2.772 17.748 2.427 16.542 2.439 15.261 2.806 14.062Z" fill="currentColor"/><path d="M6.25011 10.139C7.38904 9.61239 8.65641 9.42621 9.89855 9.60384C11.1407 9.78148 12.3054 10.3152 13.2511 11.14C14.1964 11.9646 14.8827 13.0452 15.2277 14.2513C15.5726 15.4578 15.5613 16.7388 15.1944 17.9388C14.9522 18.7309 14.1136 19.177 13.3214 18.9349C12.5293 18.6928 12.0834 17.854 12.3253 17.0618C12.5228 16.4158 12.5295 15.726 12.3439 15.0765C12.1581 14.4269 11.7876 13.8448 11.2784 13.4007C10.7692 12.9567 10.1425 12.6692 9.47374 12.5736C8.80504 12.478 8.12304 12.5782 7.50988 12.8617C6.75794 13.2093 5.86634 12.8812 5.51867 12.1292C5.17123 11.3775 5.49858 10.4868 6.25011 10.139Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.229 14.714C13.939 14.288 14.86 14.518 15.286 15.229 15.712 15.939 15.482 16.86 14.772 17.286 14.01 17.743 13.037 18 12 18 10.964 18 9.99 17.743 9.229 17.286 8.518 16.86 8.288 15.939 8.714 15.229 9.14 14.518 10.061 14.288 10.772 14.714 11.01 14.857 11.437 15 12 15 12.564 15 12.99 14.857 13.229 14.714ZM15.01 10.5C15.838 10.5 16.51 11.172 16.51 12 16.51 12.828 15.838 13.5 15.01 13.5H15C14.172 13.5 13.5 12.828 13.5 12 13.5 11.172 14.172 10.5 15 10.5H15.01Z" fill="currentColor"/><path d="M13.9995 5.5C13.9995 5.38292 13.9464 5.17483 13.6235 4.94238C13.2932 4.70456 12.7379 4.50009 12.0005 4.5C10.2753 4.50407 8.60432 5.10285 7.26904 6.19531C5.9331 7.28836 5.01465 8.80875 4.66943 10.5C4.57595 10.9579 4.27458 11.346 3.854 11.5498C3.76947 11.5907 3.69783 11.6548 3.64795 11.7344C3.59807 11.814 3.57178 11.9061 3.57178 12C3.57178 12.0939 3.59807 12.186 3.64795 12.2656C3.68542 12.3254 3.73529 12.376 3.79346 12.415L3.854 12.4502L4.00439 12.5342C4.34162 12.7484 4.58169 13.0901 4.6665 13.4854C5.02626 15.1633 5.95108 16.6673 7.28564 17.7461C8.62004 18.8246 10.2838 19.413 11.9995 19.4131C13.7154 19.4131 15.3798 18.8247 16.7144 17.7461C18.0489 16.6673 18.9737 15.1633 19.3335 13.4854L19.3794 13.3193C19.5074 12.9409 19.7822 12.6265 20.146 12.4502C20.2305 12.4093 20.3022 12.3452 20.3521 12.2656C20.4019 12.186 20.4282 12.0939 20.4282 12C20.4282 11.9061 20.4019 11.814 20.3521 11.7344C20.3022 11.6548 20.2305 11.5907 20.146 11.5498C19.7207 11.3438 19.4176 10.9493 19.3276 10.4854C19.1314 9.47324 18.7283 8.51254 18.144 7.66309C17.6746 6.98057 17.8473 6.04664 18.5298 5.57715C19.2123 5.10773 20.1462 5.28044 20.6157 5.96289C21.3099 6.97228 21.8187 8.09475 22.1255 9.27734C22.4261 9.51994 22.6869 9.81119 22.894 10.1416C23.2431 10.6986 23.4282 11.3427 23.4282 12C23.4282 12.6573 23.2431 13.3014 22.894 13.8584C22.6836 14.1942 22.4176 14.4895 22.1108 14.7344C21.5255 16.8324 20.3032 18.7032 18.6011 20.0791C16.7327 21.5894 14.402 22.4131 11.9995 22.4131C9.59723 22.413 7.26719 21.5893 5.39893 20.0791C3.69683 18.7032 2.47451 16.8324 1.88916 14.7344C1.58235 14.4895 1.31641 14.1942 1.10596 13.8584C0.756926 13.3014 0.571777 12.6573 0.571777 12C0.571777 11.3427 0.756926 10.6986 1.10596 10.1416C1.3148 9.8084 1.5785 9.51529 1.88232 9.27148C2.45145 7.15711 3.66661 5.26643 5.36963 3.87305C7.23977 2.34311 9.58036 1.50497 11.9966 1.5H11.9995C13.2619 1.5 14.4568 1.84569 15.3765 2.50781C16.3036 3.17535 16.9995 4.21711 16.9995 5.5C16.9995 7.40932 15.7145 9.5 13.4995 9.5C12.8711 9.49992 12.2042 9.34606 11.645 8.99023C11.0763 8.62829 10.4995 7.95828 10.4995 7C10.4995 6.17173 11.1713 5.50026 11.9995 5.5C12.6501 5.5 13.2018 5.91509 13.4097 6.49414C13.4373 6.49709 13.4673 6.49998 13.4995 6.5C13.52 6.5 13.6158 6.49396 13.7446 6.33398C13.8758 6.17105 13.9995 5.88481 13.9995 5.5Z" fill="currentColor"/><path d="M9.00977 10.5C9.83819 10.5 10.5098 11.1716 10.5098 12C10.5098 12.8284 9.83819 13.5 9.00977 13.5H9C8.17157 13.5 7.5 12.8284 7.5 12C7.5 11.1716 8.17157 10.5 9 10.5H9.00977Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 2.00488C12.6714 2.00488 13.332 2.17369 13.9209 2.49609C14.5098 2.81853 15.0084 3.284 15.3701 3.84961C16.0282 3.70168 16.7135 3.72335 17.3613 3.91113C18.0091 4.09897 18.5993 4.44692 19.0762 4.92383C19.5531 5.40074 19.901 5.9909 20.0889 6.63867C20.2767 7.28654 20.2983 7.97177 20.1504 8.62988C20.716 8.99158 21.1815 9.49024 21.5039 10.0791C21.8263 10.668 21.9951 11.3286 21.9951 12C21.9951 12.6714 21.8263 13.332 21.5039 13.9209C21.1815 14.5098 20.716 15.0084 20.1504 15.3701C20.2977 16.0271 20.2761 16.7107 20.0889 17.3574C19.9015 18.0043 19.5538 18.5936 19.0781 19.0703C18.6024 19.547 18.0137 19.8963 17.3672 20.085C16.7208 20.2735 16.0372 20.2963 15.3799 20.1504C15.0187 20.7181 14.5195 21.1859 13.9297 21.5098C13.3399 21.8335 12.6777 22.0029 12.0049 22.0029C11.332 22.0029 10.6699 21.8335 10.0801 21.5098C9.49021 21.1859 8.99111 20.7181 8.62988 20.1504C7.97288 20.2977 7.28932 20.2761 6.64258 20.0889C5.9957 19.9015 5.4064 19.5538 4.92969 19.0781C4.45297 18.6024 4.10374 18.0137 3.91504 17.3672C3.72645 16.7208 3.70368 16.0372 3.84961 15.3799C3.27971 15.0191 2.81066 14.5196 2.48535 13.9287C2.16008 13.3378 1.98926 12.6745 1.98926 12C1.98926 11.3254 2.15999 10.6613 2.48535 10.0703C2.81064 9.47968 3.27987 8.98076 3.84961 8.62012C3.70365 7.96264 3.72634 7.27834 3.91504 6.63184C4.10377 5.98549 4.45307 5.3975 4.92969 4.92188C5.4064 4.44616 5.99569 4.09848 6.64258 3.91113C7.28932 3.72388 7.97288 3.70234 8.62988 3.84961C8.99158 3.284 9.49023 2.81853 10.0791 2.49609C10.668 2.17369 11.3286 2.00488 12 2.00488ZM12 10.5C11.1716 10.5 10.5 11.1716 10.5 12V16C10.5 16.8284 11.1716 17.5 12 17.5C12.8284 17.5 13.5 16.8284 13.5 16V12C13.5 11.1716 12.8284 10.5 12 10.5ZM12 6.5C11.1716 6.5 10.5 7.17157 10.5 8C10.5 8.82843 11.1716 9.5 12 9.5H12.0098C12.8382 9.5 13.5098 8.82843 13.5098 8C13.5098 7.17157 12.8382 6.5 12.0098 6.5H12Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 2.00488C12.6714 2.00488 13.332 2.17369 13.9209 2.49609C14.5098 2.81853 15.0084 3.284 15.3701 3.84961C16.0282 3.70168 16.7135 3.72335 17.3613 3.91113C18.0091 4.09897 18.5993 4.44692 19.0762 4.92383C19.5531 5.40074 19.901 5.9909 20.0889 6.63867C20.2767 7.28654 20.2983 7.97177 20.1504 8.62988C20.716 8.99158 21.1815 9.49024 21.5039 10.0791C21.8263 10.668 21.9951 11.3286 21.9951 12C21.9951 12.6714 21.8263 13.332 21.5039 13.9209C21.1815 14.5098 20.716 15.0084 20.1504 15.3701C20.2976 16.0271 20.2761 16.7107 20.0889 17.3574C19.9015 18.0043 19.5538 18.5936 19.0781 19.0703C18.6024 19.547 18.0137 19.8963 17.3672 20.085C16.7208 20.2735 16.0372 20.2963 15.3799 20.1504C15.0187 20.7181 14.5195 21.1859 13.9297 21.5098C13.3399 21.8335 12.6777 22.0029 12.0049 22.0029C11.332 22.0029 10.6699 21.8335 10.0801 21.5098C9.49021 21.1859 8.99111 20.7181 8.62988 20.1504C7.97288 20.2977 7.28932 20.2761 6.64258 20.0889C5.9957 19.9015 5.4064 19.5538 4.92969 19.0781C4.45297 18.6024 4.10374 18.0137 3.91504 17.3672C3.72645 16.7208 3.70368 16.0372 3.84961 15.3799C3.27971 15.0191 2.81066 14.5196 2.48535 13.9287C2.16007 13.3378 1.98926 12.6745 1.98926 12C1.98926 11.3254 2.15999 10.6613 2.48535 10.0703C2.81064 9.47968 3.27987 8.98076 3.84961 8.62012C3.70365 7.96264 3.72634 7.27834 3.91504 6.63184C4.10377 5.98549 4.45307 5.3975 4.92969 4.92188C5.4064 4.44616 5.99569 4.09848 6.64258 3.91113C7.28932 3.72388 7.97288 3.70234 8.62988 3.84961C8.99158 3.28401 9.49023 2.81853 10.0791 2.49609C10.668 2.17369 11.3286 2.00488 12 2.00488ZM12 15.5C11.1716 15.5 10.5 16.1716 10.5 17C10.5 17.8284 11.1716 18.5 12 18.5H12.0098C12.8382 18.5 13.5098 17.8284 13.5098 17C13.5098 16.1716 12.8382 15.5 12.0098 15.5H12ZM12.6807 5.55957C11.6334 5.37999 10.5558 5.57686 9.63965 6.11523C8.72355 6.65363 8.0275 7.49961 7.6748 8.50195C7.40003 9.28327 7.81061 10.14 8.5918 10.415C9.37328 10.6899 10.23 10.2786 10.5049 9.49707C10.6225 9.16317 10.8549 8.88153 11.1602 8.70215C11.4654 8.5228 11.8248 8.4568 12.1738 8.5166C12.5227 8.57653 12.8394 8.75858 13.0674 9.0293C13.2953 9.3001 13.4203 9.64314 13.4199 9.99707V10C13.4197 10.2038 13.2468 10.5627 12.5879 11.002C12.3039 11.1913 12.0089 11.3394 11.7793 11.4414C11.6667 11.4915 11.5748 11.5279 11.5146 11.5508C11.4849 11.5621 11.4633 11.5699 11.4512 11.5742L11.4424 11.5771H11.4434C11.4419 11.5777 11.4409 11.578 11.4404 11.5781C10.658 11.842 10.2361 12.6896 10.4971 13.4736C10.759 14.2595 11.6086 14.6848 12.3945 14.4229L11.9199 13C12.362 14.3261 12.393 14.416 12.3955 14.4219L12.3984 14.4209C12.3998 14.4204 12.4016 14.4205 12.4033 14.4199C12.4069 14.4187 12.4111 14.4167 12.416 14.415C12.4264 14.4115 12.4401 14.407 12.4561 14.4014C12.4879 14.39 12.5309 14.3743 12.583 14.3545C12.6869 14.3149 12.8296 14.2575 12.998 14.1826C13.3309 14.0347 13.7862 13.8085 14.252 13.498C15.0663 12.9551 16.3374 11.8666 16.416 10.166L16.4199 10C16.421 8.93809 16.0462 7.90911 15.3623 7.09668C14.678 6.28405 13.7278 5.73918 12.6807 5.55957Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 15.5C11.1716 15.5 10.5 16.1716 10.5 17C10.5 17.8284 11.1716 18.5 12 18.5H12.0098C12.8382 18.5 13.5098 17.8284 13.5098 17C13.5098 16.1716 12.8382 15.5 12.0098 15.5H12ZM12.6807 5.55957C11.6334 5.37998 10.5558 5.57686 9.63965 6.11523C8.72355 6.65363 8.0275 7.49961 7.6748 8.50195C7.40003 9.28327 7.81061 10.14 8.5918 10.415C9.37328 10.6899 10.23 10.2786 10.5049 9.49707C10.6225 9.16317 10.8549 8.88153 11.1602 8.70215C11.4654 8.5228 11.8248 8.4568 12.1738 8.5166C12.5227 8.57653 12.8394 8.75857 13.0674 9.0293C13.2953 9.3001 13.4203 9.64314 13.4199 9.99707V10C13.4197 10.2038 13.2468 10.5627 12.5879 11.002C12.3039 11.1913 12.0089 11.3394 11.7793 11.4414C11.6667 11.4915 11.5748 11.5279 11.5146 11.5508C11.4849 11.5621 11.4633 11.5699 11.4512 11.5742L11.4434 11.5771L11.4404 11.5781C10.658 11.842 10.2361 12.6896 10.4971 13.4736C10.759 14.2595 11.6086 14.6848 12.3945 14.4229L12.4014 14.4199H12.4033C12.4069 14.4187 12.4111 14.4167 12.416 14.415C12.4264 14.4115 12.4401 14.407 12.4561 14.4014C12.4879 14.39 12.5309 14.3743 12.583 14.3545C12.6869 14.3149 12.8296 14.2575 12.998 14.1826C13.3309 14.0347 13.7862 13.8085 14.252 13.498C15.0663 12.9551 16.3374 11.8666 16.416 10.166L16.4199 10C16.421 8.93809 16.0462 7.90911 15.3623 7.09668C14.678 6.28405 13.7278 5.73918 12.6807 5.55957Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20 5C21.1046 5 22 5.89543 22 7V17C22 18.1046 21.1046 19 20 19H4C2.89543 19 2 18.1046 2 17V7C2 5.89543 2.89543 5 4 5H20ZM10.498 7.75488C9.81984 7.51633 9.09386 7.4435 8.38184 7.54297C7.66963 7.64261 6.99119 7.91253 6.4043 8.32812C5.81746 8.74378 5.33822 9.29389 5.00781 9.93262C4.6774 10.5715 4.50489 11.2807 4.50488 12C4.50488 12.7193 4.6774 13.4284 5.00781 14.0674C5.33822 14.7061 5.81743 15.2562 6.4043 15.6719C6.9912 16.0875 7.66961 16.3574 8.38184 16.457C9.09386 16.5565 9.81983 16.4837 10.498 16.2451C11.2792 15.9701 11.6898 15.1134 11.415 14.332C11.1401 13.551 10.2841 13.1406 9.50293 13.415C9.27687 13.4946 9.0342 13.5185 8.79688 13.4854C8.55959 13.4521 8.33325 13.3621 8.1377 13.2236C7.94237 13.0852 7.78292 12.9021 7.67285 12.6895C7.56271 12.4765 7.50488 12.2398 7.50488 12C7.50489 11.7602 7.56272 11.5235 7.67285 11.3105C7.78292 11.098 7.9424 10.9148 8.1377 10.7764C8.33323 10.6379 8.55961 10.5479 8.79688 10.5146C9.0342 10.4815 9.27688 10.5054 9.50293 10.585C10.2842 10.8594 11.1401 10.4491 11.415 9.66797C11.6898 8.88665 11.2792 8.02991 10.498 7.75488ZM17.498 7.75488C16.8198 7.51633 16.0939 7.4435 15.3818 7.54297C14.6696 7.64261 13.9912 7.91253 13.4043 8.32812C12.8175 8.74378 12.3382 9.29389 12.0078 9.93262C11.6774 10.5715 11.5049 11.2807 11.5049 12C11.5049 12.7193 11.6774 13.4284 12.0078 14.0674C12.3382 14.7061 12.8174 15.2562 13.4043 15.6719C13.9912 16.0875 14.6696 16.3574 15.3818 16.457C16.0939 16.5565 16.8198 16.4837 17.498 16.2451C18.2792 15.9701 18.6898 15.1134 18.415 14.332C18.1401 13.551 17.2841 13.1406 16.5029 13.415C16.2769 13.4946 16.0342 13.5185 15.7969 13.4854C15.5596 13.4521 15.3332 13.3621 15.1377 13.2236C14.9424 13.0852 14.7829 12.9021 14.6729 12.6895C14.5627 12.4765 14.5049 12.2398 14.5049 12C14.5049 11.7602 14.5627 11.5235 14.6729 11.3105C14.7829 11.098 14.9424 10.9148 15.1377 10.7764C15.3332 10.6379 15.5596 10.5479 15.7969 10.5146C16.0342 10.4815 16.2769 10.5054 16.5029 10.585C17.2842 10.8594 18.1401 10.4491 18.415 9.66797C18.6898 8.88665 18.2792 8.02991 17.498 7.75488Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 18C13.5913 18 15.117 17.3674 16.2422 16.2422C17.3674 15.117 18 13.5913 18 12C18 10.4087 17.3674 8.88303 16.2422 7.75781C15.117 6.63259 13.5913 6 12 6V18Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_49_191)" fill="currentColor"><path d="M4.5 18.5C4.5 17.672 5.172 17 6 17 6.828 17 7.5 17.672 7.5 18.5 7.5 18.763 7.552 19.023 7.652 19.266 7.753 19.508 7.9 19.728 8.086 19.914 8.272 20.1 8.492 20.247 8.734 20.348 8.977 20.448 9.237 20.5 9.5 20.5 9.763 20.5 10.023 20.448 10.266 20.348 10.508 20.247 10.728 20.1 10.914 19.914 11.1 19.728 11.247 19.508 11.348 19.266 11.448 19.023 11.5 18.763 11.5 18.5 11.5 16.203 12.921 14.86 14.076 13.891 14.711 13.359 15.656 13.442 16.189 14.076 16.721 14.711 16.639 15.657 16.004 16.189 14.92 17.099 14.5 17.657 14.5 18.5 14.5 19.157 14.37 19.807 14.119 20.413 13.868 21.02 13.499 21.571 13.035 22.035 12.571 22.499 12.02 22.868 11.413 23.119 10.807 23.37 10.157 23.5 9.5 23.5 8.843 23.5 8.193 23.37 7.587 23.119 6.98 22.868 6.429 22.499 5.965 22.035 5.501 21.571 5.132 21.02 4.881 20.413 4.63 19.807 4.5 19.157 4.5 18.5ZM4.5 8.5C4.5 7.575 4.661 6.691 4.941 5.873 5.21 5.089 6.063 4.672 6.847 4.941 7.63 5.21 8.047 6.064 7.778 6.847 7.599 7.369 7.5 7.924 7.5 8.5 7.5 9.328 6.828 10 6 10 5.172 10 4.5 9.328 4.5 8.5ZM12.01.509C13.468.419 14.923.731 16.216 1.409 17.509 2.088 18.593 3.107 19.348 4.357 20.103 5.607 20.501 7.04 20.5 8.5L20.493 8.857C20.432 10.616 19.917 11.984 19.148 13.107 18.68 13.791 17.746 13.966 17.063 13.498 16.379 13.03 16.204 12.097 16.672 11.413 17.152 10.712 17.5 9.827 17.5 8.5V8.499C17.501 7.586 17.251 6.69 16.78 5.909 16.308 5.128 15.631 4.49 14.823 4.066 14.014 3.642 13.105 3.448 12.194 3.504 11.283 3.56 10.404 3.863 9.654 4.383 8.972 4.854 8.038 4.685 7.567 4.004 7.095 3.323 7.265 2.389 7.946 1.917 9.147 1.086 10.552.598 12.01.509Z"/><path d="M10.4522 11.2051C10.7918 10.4496 11.679 10.1127 12.4346 10.4521C13.19 10.7917 13.5278 11.6791 13.1885 12.4346C12.9124 13.0486 12.4643 13.5703 11.8994 13.9365C11.3345 14.3027 10.6761 14.4986 10.0029 14.5C9.1746 14.5016 8.50173 13.8313 8.5 13.0029C8.49838 12.1746 9.16871 11.5017 9.99707 11.5C10.093 11.4998 10.187 11.4721 10.2676 11.4199C10.3483 11.3676 10.4127 11.2928 10.4522 11.2051ZM13.5 8.5C13.5 8.23478 13.3946 7.98051 13.207 7.79297C13.0195 7.60543 12.7652 7.5 12.5 7.5C11.6716 7.5 11 6.82843 11 6C11 5.17157 11.6716 4.5 12.5 4.5C13.5609 4.5 14.578 4.92173 15.3281 5.67188C16.0783 6.42202 16.5 7.43913 16.5 8.5C16.5 9.32843 15.8284 10 15 10C14.1716 10 13.5 9.32843 13.5 8.5Z"/><path d="M0.939454 0.939462C1.52524 0.353675 2.47476 0.353675 3.06055 0.939462L23.0605 20.9395C23.6463 21.5252 23.6463 22.4748 23.0605 23.0606C22.4748 23.6463 21.5252 23.6463 20.9395 23.0606L0.939454 3.06056C0.353668 2.47477 0.353668 1.52525 0.939454 0.939462Z"/></g><defs><clipPath id="clip0_49_191"><path fill="#fff" d="M0 0H24V24H0z"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.5 18.5C4.5 17.6716 5.17157 17 6 17C6.82843 17 7.5 17.6716 7.5 18.5C7.5 18.7626 7.55183 19.023 7.65234 19.2656C7.75285 19.5082 7.90029 19.7284 8.08594 19.9141C8.27159 20.0997 8.49182 20.2471 8.73438 20.3477C8.97703 20.4482 9.23736 20.5 9.5 20.5C9.76264 20.5 10.023 20.4482 10.2656 20.3477C10.5082 20.2471 10.7284 20.0997 10.9141 19.9141C11.0997 19.7284 11.2471 19.5082 11.3477 19.2656C11.4482 19.023 11.5 18.7626 11.5 18.5C11.5 17.0617 12.0615 15.9775 12.7988 15.1172C13.4692 14.3352 14.3807 13.6471 15.04 13.0977C15.763 12.4952 16.3578 11.9334 16.7881 11.2402C17.1999 10.5768 17.5 9.72672 17.5 8.5C17.5 7.17392 16.9728 5.90253 16.0352 4.96484C15.1561 4.08579 13.9838 3.56719 12.748 3.50586L12.5 3.5C11.1739 3.5 9.90253 4.02716 8.96484 4.96484C8.02716 5.90253 7.5 7.17392 7.5 8.5C7.5 9.32843 6.82843 10 6 10C5.17157 10 4.5 9.32843 4.5 8.5C4.5 6.37827 5.34248 4.34306 6.84277 2.84277C8.34306 1.34248 10.3783 0.5 12.5 0.5L12.8965 0.509766C14.8739 0.607809 16.7507 1.4362 18.1572 2.84277C19.6575 4.34306 20.5 6.37827 20.5 8.5C20.5 10.2733 20.0501 11.6732 19.3369 12.8223C18.6422 13.9415 17.7369 14.7549 16.96 15.4023C16.1195 16.1027 15.5307 16.54 15.0762 17.0703C14.6887 17.5224 14.5 17.9384 14.5 18.5L14.4941 18.7461C14.4659 19.3186 14.3389 19.8824 14.1191 20.4131C13.8679 21.0197 13.4994 21.5709 13.0352 22.0352C12.5709 22.4995 12.0197 22.8679 11.4131 23.1191C10.8065 23.3704 10.1565 23.5 9.5 23.5C8.84346 23.5 8.19349 23.3704 7.58691 23.1191C6.98029 22.8679 6.42914 22.4995 5.96484 22.0352C5.50055 21.5709 5.13213 21.0197 4.88086 20.4131C4.62964 19.8065 4.5 19.1565 4.5 18.5Z" fill="currentColor"/><path d="M13.5 8.5C13.5 8.23478 13.3946 7.98051 13.207 7.79297C13.0429 7.62883 12.8276 7.52757 12.5986 7.50488L12.5 7.5C12.2348 7.5 11.9805 7.60543 11.793 7.79297C11.6425 7.94349 11.5454 8.13706 11.5127 8.34473C11.8662 8.5142 12.1921 8.7429 12.4746 9.02539C13.131 9.68177 13.5 10.5717 13.5 11.5C13.5 12.4283 13.131 13.3182 12.4746 13.9746C11.8182 14.631 10.9283 15 10 15C9.17157 15 8.5 14.3284 8.5 13.5C8.5 12.6716 9.17157 12 10 12C10.1326 12 10.2597 11.9473 10.3535 11.8535C10.4473 11.7597 10.5 11.6326 10.5 11.5C10.5 11.3674 10.4473 11.2403 10.3535 11.1465C10.2597 11.0527 10.1326 11 10 11C9.17157 11 8.5 10.3284 8.5 9.5V8.5C8.5 7.43913 8.92173 6.42202 9.67188 5.67188C10.422 4.92173 11.4391 4.5 12.5 4.5L12.6982 4.50488C13.6869 4.5539 14.6248 4.96859 15.3281 5.67188C16.0783 6.42202 16.5 7.43913 16.5 8.5C16.5 9.32843 15.8284 10 15 10C14.1716 10 13.5 9.32843 13.5 8.5Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 0C17.0751 0 22 4.92487 22 11C22 17.0751 17.0751 22 11 22C4.92487 22 0 17.0751 0 11C0 4.92487 4.92487 0 11 0ZM10.5732 3.00098C9.02909 3.0845 7.54195 3.61296 6.29199 4.52344C5.04201 5.43403 4.08229 6.6876 3.5293 8.13184C2.97636 9.57603 2.85364 11.1496 3.17578 12.6621C3.49799 14.1746 4.25125 15.5618 5.34473 16.6553C6.43825 17.7487 7.82542 18.5021 9.33789 18.8242C10.8505 19.1463 12.4249 19.0238 13.8691 18.4707C15.3132 17.9176 16.5661 16.9579 17.4766 15.708C18.3871 14.4579 18.9157 12.9701 18.999 11.4258C19.0184 11.0657 18.5911 10.8782 18.2852 11.0693C17.2617 11.709 16.0516 11.9832 14.8525 11.8467C13.6534 11.7101 12.536 11.1708 11.6826 10.3174C10.8292 9.464 10.2899 8.34658 10.1533 7.14746C10.0168 5.94835 10.291 4.73825 10.9307 3.71484C11.1219 3.40977 10.9334 2.98149 10.5732 3.00098Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.9528 13.2862C14.7615 13.1065 15.5622 13.6161 15.7419 14.4248L16.4645 17.6748C16.6441 18.4835 16.1335 19.2842 15.3249 19.4639C14.5163 19.6433 13.7154 19.1338 13.5358 18.3252L12.8141 15.0752C12.6345 14.2665 13.1441 13.4658 13.9528 13.2862Z" fill="currentColor"/><path d="M20.5908 7.48534C20.8749 6.70735 21.7365 6.30687 22.5146 6.59081C23.2926 6.87493 23.6931 7.73653 23.4092 8.51464C22.5553 10.8542 21.0026 12.8751 18.9619 14.3027C16.9211 15.7304 14.4906 16.4961 12 16.4961C9.50941 16.4961 7.07888 15.7304 5.03809 14.3027C2.99736 12.8751 1.44465 10.8542 0.59082 8.51464C0.30688 7.73653 0.707365 6.87493 1.48535 6.59081C2.26346 6.30687 3.12505 6.70735 3.40918 7.48534C4.05206 9.24707 5.22118 10.7687 6.75781 11.8437C8.29453 12.9188 10.1246 13.4961 12 13.4961L12.3506 13.4892C14.1028 13.422 15.8014 12.8517 17.2422 11.8437C18.7788 10.7687 19.9479 9.24707 20.5908 7.48534Z" fill="currentColor"/><path d="M17.308 11.803C17.942 11.269 18.888 11.351 19.422 11.984L21.147 14.034C21.681 14.668 21.6 15.614 20.966 16.147 20.333 16.681 19.386 16.599 18.852 15.966L17.127 13.916C16.593 13.282 16.675 12.336 17.308 11.803ZM4.578 11.984C5.112 11.351 6.059 11.269 6.692 11.803 7.326 12.336 7.407 13.282 6.873 13.916L5.147 15.966C4.614 16.599 3.668 16.681 3.034 16.147 2.4 15.614 2.319 14.668 2.853 14.034L4.578 11.984ZM8.258 14.425C8.437 13.616 9.238 13.107 10.047 13.286 10.856 13.466 11.366 14.267 11.187 15.075L10.464 18.325C10.284 19.134 9.484 19.644 8.675 19.464 7.866 19.284 7.356 18.484 7.536 17.675L8.258 14.425Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_49_226)" fill="currentColor"><path d="M10.555 3.586C13.21 3.27 15.895 3.831 18.201 5.184 20.362 6.452 22.079 8.352 23.125 10.621L23.325 11.08 23.344 11.129C23.553 11.691 23.553 12.308 23.344 12.869 23.338 12.885 23.332 12.902 23.325 12.918 22.906 13.934 22.353 14.889 21.679 15.756 21.172 16.411 20.229 16.53 19.575 16.022 18.92 15.514 18.801 14.572 19.309 13.918 19.767 13.327 20.151 12.682 20.454 12 19.671 10.232 18.354 8.752 16.683 7.772 14.943 6.751 12.915 6.327 10.911 6.566 10.088 6.664 9.342 6.076 9.244 5.253 9.146 4.431 9.733 3.685 10.555 3.586ZM9.482 9.568C9.674 9.37 9.991 9.365 10.189 9.557 10.388 9.749 10.394 10.065 10.202 10.264 10.194 10.272 10.187 10.28 10.18 10.288L13.525 13.979C13.598 13.922 13.669 13.864 13.736 13.799 13.935 13.607 14.251 13.612 14.443 13.811 14.635 14.009 14.63 14.326 14.432 14.518 13.771 15.155 12.887 15.508 11.97 15.5 11.052 15.492 10.174 15.124 9.525 14.475 8.876 13.826 8.508 12.948 8.5 12.03 8.492 11.113 8.845 10.229 9.482 9.568Z"/><path d="M5.74168 5.21992C6.45375 4.79672 7.37404 5.03041 7.79735 5.74238C8.22059 6.45453 7.98606 7.3748 7.27391 7.79804C5.6244 8.77843 4.32326 10.2471 3.54637 11.9973C4.05062 13.1348 4.77723 14.1606 5.68797 15.0109C6.6577 15.9163 7.81055 16.6032 9.06883 17.0236C10.327 17.444 11.6609 17.588 12.98 17.4475C14.2991 17.3069 15.5729 16.8843 16.7143 16.2082C17.4271 15.786 18.3478 16.0218 18.77 16.7346C19.192 17.4472 18.9561 18.367 18.2436 18.7893C16.732 19.6847 15.0453 20.2447 13.2983 20.4309C11.5514 20.617 9.78493 20.425 8.11863 19.8684C6.45227 19.3116 4.92435 18.4032 3.64012 17.2043C2.35604 16.0054 1.34501 14.5442 0.675275 12.9201C0.668514 12.9037 0.66192 12.8869 0.655744 12.8703C0.447403 12.309 0.447425 11.6913 0.655744 11.1301L0.675275 11.0803C1.6856 8.63016 3.46345 6.57397 5.74168 5.21992Z"/><path d="M0.939454 0.939462C1.52524 0.353675 2.47476 0.353675 3.06055 0.939462L23.0605 20.9395C23.6463 21.5252 23.6463 22.4748 23.0605 23.0606C22.4748 23.6463 21.5252 23.6463 20.9395 23.0606L0.939454 3.06056C0.353668 2.47477 0.353668 1.52525 0.939454 0.939462Z"/></g><defs><clipPath id="clip0_49_226"><path fill="#fff" d="M0 0H24V24H0z"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 4.50098C14.2277 4.50109 16.4055 5.16237 18.2569 6.40137C19.9926 7.56312 21.3683 9.184 22.2334 11.0791L22.3994 11.4619L22.4063 11.4785C22.5311 11.8152 22.5312 12.1858 22.4063 12.5225C22.4042 12.5279 22.4016 12.5337 22.3994 12.5391C21.55 14.5984 20.1081 16.3595 18.2569 17.5986C16.4056 18.8376 14.2276 19.4999 12 19.5C9.77219 19.4999 7.59363 18.8378 5.7422 17.5986C3.89089 16.3595 2.44905 14.5985 1.59962 12.5391C1.59739 12.5337 1.59483 12.5279 1.59278 12.5225C1.46784 12.1859 1.46799 11.8151 1.59278 11.4785L1.59962 11.4619C2.44901 9.4024 3.89086 7.64056 5.7422 6.40137C7.59359 5.16232 9.77225 4.50105 12 4.50098ZM12 8.5C10.067 8.5 8.50001 10.067 8.50001 12C8.50001 13.933 10.067 15.5 12 15.5C13.933 15.4999 15.5 13.933 15.5 12C15.5 10.067 13.933 8.50005 12 8.5Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 19C8.20914 19 10 17.2091 10 15C10 12.7909 8.20914 11 6 11C3.79086 11 2 12.7909 2 15C2 17.2091 3.79086 19 6 19Z" fill="currentColor"/><path d="M8.5 15C8.5 13.619 7.381 12.5 6 12.5 4.619 12.5 3.5 13.619 3.5 15 3.5 16.381 4.619 17.5 6 17.5 7.381 17.5 8.5 16.381 8.5 15ZM11.5 15C11.5 18.038 9.038 20.5 6 20.5 2.962 20.5.5 18.038.5 15 .5 11.962 2.962 9.5 6 9.5 9.038 9.5 11.5 11.962 11.5 15ZM18 19C20.209 19 22 17.209 22 15 22 12.791 20.209 11 18 11 15.791 11 14 12.791 14 15 14 17.209 15.791 19 18 19Z" fill="currentColor"/><path d="M20.5 15C20.5 13.6193 19.3807 12.5 18 12.5C16.6193 12.5 15.5 13.6193 15.5 15C15.5 16.3807 16.6193 17.5 18 17.5C19.3807 17.5 20.5 16.3807 20.5 15ZM23.5 15C23.5 18.0376 21.0376 20.5 18 20.5C14.9624 20.5 12.5 18.0376 12.5 15C12.5 11.9624 14.9624 9.5 18 9.5C21.0376 9.5 23.5 11.9624 23.5 15Z" fill="currentColor"/><path d="M12.5 15C12.5 14.867 12.447 14.74 12.354 14.647 12.26 14.553 12.133 14.5 12 14.5 11.867 14.5 11.74 14.553 11.647 14.647 11.553 14.74 11.5 14.867 11.5 15 11.5 15.828 10.828 16.5 10 16.5 9.172 16.5 8.5 15.828 8.5 15 8.5 14.072 8.869 13.182 9.525 12.525 10.182 11.869 11.072 11.5 12 11.5 12.928 11.5 13.818 11.869 14.475 12.525 15.131 13.182 15.5 14.072 15.5 15 15.5 15.828 14.828 16.5 14 16.5 13.172 16.5 12.5 15.828 12.5 15ZM8 3.5C8.828 3.5 9.5 4.172 9.5 5 9.5 5.828 8.828 6.5 8 6.5 7.434 6.5 7.192 6.618 7.047 6.725 6.866 6.857 6.653 7.105 6.352 7.656L3.885 13.577C3.566 14.342 2.688 14.703 1.923 14.385 1.158 14.066.797 13.188 1.115 12.423L3.615 6.423C3.634 6.377 3.656 6.333 3.68 6.289 4.062 5.58 4.541 4.839 5.278 4.301 6.058 3.732 6.966 3.5 8 3.5ZM16 3.5C17.002 3.5 17.896 3.741 18.669 4.29 19.318 4.751 19.789 5.365 20.165 6.011L20.32 6.289 20.385 6.423 22.885 12.423C23.203 13.188 22.842 14.066 22.077 14.385 21.313 14.703 20.434 14.342 20.115 13.577L17.646 7.649C17.363 7.136 17.132 6.878 16.932 6.735 16.755 6.61 16.498 6.5 16 6.5 15.172 6.5 14.5 5.828 14.5 5 14.5 4.172 15.172 3.5 16 3.5Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20.985 12.486C20.8913 14.2222 20.2967 15.894 19.2731 17.2994C18.2495 18.7049 16.8407 19.7837 15.217 20.4056C13.5934 21.0274 11.8243 21.1657 10.1238 20.8036C8.42322 20.4415 6.86395 19.5946 5.63446 18.3652C4.40497 17.1358 3.55788 15.5767 3.19561 13.8761C2.83334 12.1756 2.97139 10.4066 3.59308 8.78285C4.21476 7.15912 5.29346 5.75022 6.69877 4.72647C8.10409 3.70272 9.77586 3.10794 11.512 3.01403C11.917 2.99203 12.129 3.47403 11.914 3.81703C11.1949 4.96759 10.887 6.3279 11.0405 7.67598C11.194 9.02407 11.7999 10.2803 12.7593 11.2397C13.7187 12.1991 14.975 12.805 16.323 12.9585C17.6711 13.1121 19.0314 12.8041 20.182 12.085C20.526 11.87 21.007 12.081 20.985 12.486Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_42_70)" fill="currentColor"><path d="M12 6.5C15.038 6.5 17.5 8.962 17.5 12 17.5 15.038 15.038 17.5 12 17.5 8.962 17.5 6.5 15.038 6.5 12 6.5 8.962 8.962 6.5 12 6.5ZM10.5 4V2C10.5 1.172 11.172.5 12 .5 12.828.5 13.5 1.172 13.5 2V4C13.5 4.828 12.828 5.5 12 5.5 11.172 5.5 10.5 4.828 10.5 4ZM10.5 22V20C10.5 19.172 11.172 18.5 12 18.5 12.828 18.5 13.5 19.172 13.5 20V22C13.5 22.828 12.828 23.5 12 23.5 11.172 23.5 10.5 22.828 10.5 22ZM3.869 3.869C4.455 3.284 5.405 3.284 5.991 3.869L7.401 5.28C7.986 5.865 7.986 6.815 7.401 7.401 6.815 7.986 5.865 7.986 5.28 7.401L3.869 5.99C3.284 5.405 3.284 4.455 3.869 3.869ZM16.6 16.6C17.185 16.014 18.135 16.014 18.721 16.6L20.131 18.01C20.716 18.596 20.716 19.545 20.131 20.131 19.545 20.717 18.595 20.716 18.01 20.131L16.6 18.721C16.014 18.135 16.014 17.185 16.6 16.6ZM4 10.5C4.828 10.5 5.5 11.172 5.5 12 5.5 12.828 4.828 13.5 4 13.5H2C1.172 13.5.5 12.828.5 12 .5 11.172 1.172 10.5 2 10.5H4ZM22 10.5C22.828 10.5 23.5 11.172 23.5 12 23.5 12.828 22.828 13.5 22 13.5H20C19.172 13.5 18.5 12.828 18.5 12 18.5 11.172 19.172 10.5 20 10.5H22ZM5.28 16.6C5.865 16.014 6.815 16.014 7.401 16.6 7.986 17.185 7.986 18.135 7.401 18.721L5.991 20.131C5.405 20.716 4.455 20.716 3.869 20.131 3.284 19.545 3.284 18.595 3.869 18.01L5.28 16.6ZM18.01 3.869C18.595 3.284 19.545 3.284 20.131 3.869 20.716 4.455 20.716 5.405 20.131 5.991L18.721 7.401C18.135 7.986 17.185 7.986 16.6 7.401 16.014 6.815 16.014 5.865 16.6 5.28L18.01 3.869Z"/></g><defs><clipPath id="clip0_42_70"><path fill="#fff" d="M0 0H24V24H0z"/></clipPath></defs></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="15" height="16" viewBox="0 0 15 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.98 7.80214C14.98 7.17457 14.9291 6.71661 14.8189 6.2417H7.65265V9.07423H11.8591C11.7743 9.77815 11.3163 10.8382 10.2986 11.5506L10.2844 11.6454L12.5502 13.4007L12.7072 13.4164C14.1489 12.0849 14.98 10.1258 14.98 7.80214Z" fill="
|
|
1
|
+
<svg width="15" height="16" viewBox="0 0 15 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.98 7.80214C14.98 7.17457 14.9291 6.71661 14.8189 6.2417H7.65265V9.07423H11.8591C11.7743 9.77815 11.3163 10.8382 10.2986 11.5506L10.2844 11.6454L12.5502 13.4007L12.7072 13.4164C14.1489 12.0849 14.98 10.1258 14.98 7.80214Z" fill="#4285f4"/><path d="M7.65264 15.2652C9.71342 15.2652 11.4435 14.5867 12.7071 13.4164L10.2986 11.5506C9.65408 12.0001 8.78903 12.3138 7.65264 12.3138C5.63423 12.3138 3.92114 10.9824 3.31047 9.14209L3.22096 9.14969L0.864918 10.9731L0.834106 11.0587C2.08924 13.552 4.66739 15.2652 7.65264 15.2652Z" fill="#34a853"/><path d="M3.31048 9.14226C3.14935 8.66735 3.0561 8.15847 3.0561 7.63269C3.0561 7.10685 3.14935 6.59802 3.302 6.12311L3.29774 6.02196L0.912171 4.16931L0.83412 4.20644C0.316818 5.2411 0.019989 6.40298 0.019989 7.63269C0.019989 8.86239 0.316818 10.0242 0.83412 11.0589L3.31048 9.14226Z" fill="#fbbc05"/><path d="M7.65264 2.95128C9.08586 2.95128 10.0526 3.57037 10.6039 4.08773L12.758 1.98449C11.4351 0.754788 9.71342 0 7.65264 0C4.66739 0 2.08924 1.7131 0.834106 4.20641L3.30199 6.12308C3.92114 4.28277 5.63423 2.95128 7.65264 2.95128Z" fill="#eb4335"/></svg>
|
package/icons/solid/ali/save.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="13" height="15" viewBox="0 0 13 15" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="M12.741 3.55004L6.80792 0.0831488C6.6174 -0.0282045 6.38232 -0.0282045 6.1918 0.0831488L0.259036 3.55004C0.0988794 3.64364 0 3.81673 0 4.0042V10.9952C0 11.1827 0.0988794 11.3558 0.259036 11.4494L6.19208 14.9163C6.3826 15.0276 6.61768 15.0276 6.8082 14.9163L12.7412 11.4494C12.9014 11.3558 13.0003 11.1827 13.0003 10.9952V4.0042C13.0003 3.81673 12.9014 3.64364 12.7412 3.55004H12.741ZM12.3683 4.28441L6.6408 14.3248C6.60208 14.3925 6.49986 14.3648 6.49986 14.2865V7.71212C6.49986 7.58075 6.43051 7.45925 6.31798 7.39328L0.692713 4.10625C0.625865 4.06706 0.653161 3.9636 0.730594 3.9636H12.1856C12.3482 3.9636 12.4499 4.14205 12.3686 4.28469H12.3683V4.28441Z" fill="currentColor"/></g><defs><clipPath id="a"><path fill="
|
|
1
|
+
<svg width="13" height="15" viewBox="0 0 13 15" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="M12.741 3.55004L6.80792 0.0831488C6.6174 -0.0282045 6.38232 -0.0282045 6.1918 0.0831488L0.259036 3.55004C0.0988794 3.64364 0 3.81673 0 4.0042V10.9952C0 11.1827 0.0988794 11.3558 0.259036 11.4494L6.19208 14.9163C6.3826 15.0276 6.61768 15.0276 6.8082 14.9163L12.7412 11.4494C12.9014 11.3558 13.0003 11.1827 13.0003 10.9952V4.0042C13.0003 3.81673 12.9014 3.64364 12.7412 3.55004H12.741ZM12.3683 4.28441L6.6408 14.3248C6.60208 14.3925 6.49986 14.3648 6.49986 14.2865V7.71212C6.49986 7.58075 6.43051 7.45925 6.31798 7.39328L0.692713 4.10625C0.625865 4.06706 0.653161 3.9636 0.730594 3.9636H12.1856C12.3482 3.9636 12.4499 4.14205 12.3686 4.28469H12.3683V4.28441Z" fill="currentColor"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0H13V15H0z"/></clipPath></defs></svg>
|
package/icons/solid/design/c.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="15" height="16" viewBox="0 0 15 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.98 7.80214C14.98 7.17457 14.9291 6.71661 14.8189 6.2417H7.65266V9.07423H11.8591C11.7743 9.77815 11.3163 10.8382 10.2986 11.5506L10.2844 11.6454L12.5502 13.4007L12.7072 13.4164C14.1489 12.0849 14.98 10.1258 14.98 7.80214Z" fill="
|
|
1
|
+
<svg width="15" height="16" viewBox="0 0 15 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.98 7.80214C14.98 7.17457 14.9291 6.71661 14.8189 6.2417H7.65266V9.07423H11.8591C11.7743 9.77815 11.3163 10.8382 10.2986 11.5506L10.2844 11.6454L12.5502 13.4007L12.7072 13.4164C14.1489 12.0849 14.98 10.1258 14.98 7.80214Z" fill="#4285f4"/><path d="M7.65264 15.2652C9.71343 15.2652 11.4435 14.5867 12.7072 13.4164L10.2986 11.5506C9.65409 12.0001 8.78904 12.3138 7.65264 12.3138C5.63424 12.3138 3.92115 10.9824 3.31048 9.14209L3.22096 9.14969L0.864925 10.9731L0.834114 11.0587C2.08925 13.552 4.6674 15.2652 7.65264 15.2652Z" fill="#34a853"/><path d="M3.31048 9.14226C3.14935 8.66735 3.0561 8.15847 3.0561 7.63269C3.0561 7.10685 3.14935 6.59802 3.302 6.12311L3.29774 6.02196L0.912171 4.16931L0.83412 4.20644C0.316818 5.2411 0.019989 6.40298 0.019989 7.63269C0.019989 8.86239 0.316818 10.0242 0.83412 11.0589L3.31048 9.14226Z" fill="#fbbc05"/><path d="M7.65264 2.95128C9.08586 2.95128 10.0526 3.57037 10.6039 4.08773L12.758 1.98449C11.4351 0.754788 9.71343 0 7.65264 0C4.6674 0 2.08925 1.7131 0.834114 4.20641L3.302 6.12308C3.92115 4.28277 5.63424 2.95128 7.65264 2.95128Z" fill="#eb4335"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16 5C16.552 5 17 4.552 17 4 17 3.448 16.552 3 16 3 15.448 3 15 3.448 15 4 15 4.552 15.448 5 16 5ZM18 19 19 12 13 13M5 8 8 5 13.5 8 11.14 11.5M4.24 14.5C3.958 15.423 3.949 16.408 4.214 17.336 4.48 18.264 5.008 19.096 5.735 19.73 6.463 20.364 7.358 20.775 8.314 20.911 9.269 21.048 10.244 20.905 11.12 20.5" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><path d="M13.76 17.5C14.0422 16.5769 14.0511 15.5919 13.7858 14.6639C13.5205 13.7359 12.9922 12.9045 12.2647 12.27C11.5373 11.6356 10.6417 11.2254 9.68624 11.0887C8.73074 10.9521 7.75611 11.0949 6.88 11.5" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 16C10.5 16.3 11.2 16.5 12 16.5 12.8 16.5 13.5 16.3 14 16M15 12H15.01" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><path d="M19.38 6.813C20.081 7.832 20.565 8.985 20.8 10.2 21.138 10.364 21.423 10.62 21.623 10.938 21.822 11.256 21.928 11.624 21.928 12 21.928 12.376 21.822 12.744 21.623 13.062 21.423 13.381 21.138 13.636 20.8 13.8 20.368 15.814 19.259 17.618 17.658 18.913 16.056 20.207 14.059 20.913 12 20.913 9.941 20.913 7.944 20.207 6.342 18.913 4.741 17.618 3.632 15.814 3.2 13.8 2.862 13.636 2.577 13.381 2.377 13.062 2.178 12.744 2.072 12.376 2.072 12 2.072 11.624 2.178 11.256 2.377 10.938 2.577 10.62 2.862 10.364 3.2 10.2 3.614 8.171 4.716 6.346 6.319 5.034 7.922 3.723 9.929 3.004 12 3 14 3 15.5 4.1 15.5 5.5 15.5 6.9 14.6 8 13.5 8 12.7 8 12 7.6 12 7M9 12H9.01" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.85 8.62C3.704 7.963 3.726 7.279 3.915 6.632 4.104 5.986 4.453 5.397 4.929 4.922 5.406 4.446 5.995 4.098 6.642 3.911 7.289 3.724 7.973 3.703 8.63 3.85 8.992 3.284 9.49 2.819 10.079 2.496 10.668 2.174 11.329 2.005 12 2.005 12.672 2.005 13.332 2.174 13.921 2.496 14.51 2.819 15.008 3.284 15.37 3.85 16.028 3.702 16.713 3.723 17.361 3.911 18.009 4.099 18.599 4.447 19.076 4.924 19.553 5.401 19.902 5.991 20.089 6.639 20.277 7.287 20.298 7.972 20.15 8.63 20.716 8.992 21.181 9.49 21.504 10.079 21.826 10.668 21.995 11.329 21.995 12 21.995 12.672 21.826 13.332 21.504 13.921 21.181 14.51 20.716 15.008 20.15 15.37 20.297 16.027 20.276 16.711 20.089 17.358 19.902 18.005 19.554 18.594 19.078 19.071 18.603 19.547 18.014 19.896 17.368 20.085 16.721 20.274 16.038 20.296 15.38 20.15 15.019 20.718 14.52 21.185 13.93 21.509 13.34 21.833 12.678 22.003 12.005 22.003 11.332 22.003 10.67 21.833 10.08 21.509 9.49 21.185 8.991 20.718 8.63 20.15 7.973 20.297 7.289 20.276 6.642 20.089 5.995 19.902 5.406 19.554 4.929 19.078 4.453 18.603 4.104 18.014 3.915 17.368 3.726 16.721 3.704 16.038 3.85 15.38 3.28 15.019 2.81 14.52 2.485 13.929 2.16 13.338 1.989 12.675 1.989 12 1.989 11.325 2.16 10.662 2.485 10.071 2.81 9.48 3.28 8.981 3.85 8.62ZM12 16V12M12 8H12.01" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.85 8.62C3.70404 7.96252 3.72646 7.27884 3.91516 6.63234C4.10386 5.98583 4.45275 5.39744 4.92947 4.92172C5.40619 4.446 5.99531 4.09834 6.64221 3.91099C7.28911 3.72364 7.97284 3.70266 8.63 3.85C8.99171 3.2843 9.49001 2.81876 10.079 2.49628C10.6679 2.17381 11.3285 2.00478 12 2.00478C12.6715 2.00478 13.3321 2.17381 13.9211 2.49628C14.51 2.81876 15.0083 3.2843 15.37 3.85C16.0282 3.70202 16.7131 3.72291 17.361 3.91071C18.0089 4.09852 18.5988 4.44714 19.0758 4.92415C19.5529 5.40116 19.9015 5.99107 20.0893 6.639C20.2771 7.28693 20.298 7.97183 20.15 8.63C20.7157 8.99171 21.1812 9.49 21.5037 10.0789C21.8262 10.6679 21.9952 11.3285 21.9952 12C21.9952 12.6715 21.8262 13.3321 21.5037 13.921C21.1812 14.51 20.7157 15.0083 20.15 15.37C20.2973 16.0272 20.2764 16.7109 20.089 17.3578C19.9017 18.0047 19.554 18.5938 19.0783 19.0705C18.6026 19.5473 18.0142 19.8961 17.3677 20.0848C16.7212 20.2735 16.0375 20.296 15.38 20.15C15.0188 20.7179 14.5201 21.1854 13.9301 21.5093C13.3402 21.8332 12.678 22.0031 12.005 22.0031C11.332 22.0031 10.6698 21.8332 10.0799 21.5093C9.48992 21.1854 8.99124 20.7179 8.63 20.15C7.97284 20.2973 7.28911 20.2764 6.64221 20.089C5.99531 19.9017 5.40619 19.554 4.92947 19.0783C4.45275 18.6026 4.10386 18.0142 3.91516 17.3677C3.72646 16.7212 3.70404 16.0375 3.85 15.38C3.27996 15.0192 2.81042 14.5202 2.48505 13.9292C2.15969 13.3383 1.98907 12.6746 1.98907 12C1.98907 11.3254 2.15969 10.6617 2.48505 10.0708C2.81042 9.47983 3.27996 8.98076 3.85 8.62Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><path d="M9.09 9C9.325 8.332 9.789 7.768 10.4 7.409 11.011 7.05 11.729 6.919 12.427 7.039 13.126 7.158 13.759 7.522 14.215 8.064 14.671 8.606 14.921 9.292 14.92 10 14.92 12 11.92 13 11.92 13M12 17H12.01" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><path d="M9.09 9C9.325 8.332 9.789 7.768 10.4 7.409 11.011 7.05 11.729 6.919 12.427 7.039 13.126 7.158 13.759 7.522 14.215 8.064 14.671 8.606 14.921 9.292 14.92 10 14.92 12 11.92 13 11.92 13M12 17H12.01" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 9.17C9.548 9.011 9.064 8.962 8.589 9.029 8.114 9.095 7.662 9.275 7.27 9.552 6.879 9.829 6.56 10.196 6.34 10.622 6.119 11.048 6.004 11.521 6.004 12 6.004 12.48 6.119 12.952 6.34 13.378 6.56 13.804 6.879 14.171 7.27 14.448 7.662 14.725 8.114 14.905 8.589 14.971 9.064 15.038 9.548 14.989 10 14.83M17 9.17C16.548 9.011 16.064 8.962 15.589 9.029 15.114 9.095 14.662 9.275 14.271 9.552 13.879 9.829 13.56 10.196 13.34 10.622 13.119 11.048 13.005 11.521 13.005 12 13.005 12.48 13.119 12.952 13.34 13.378 13.56 13.804 13.879 14.171 14.271 14.448 14.662 14.725 15.114 14.905 15.589 14.971 16.064 15.038 16.548 14.989 17 14.83" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><path d="M20 5H4C2.89543 5 2 5.89543 2 7V17C2 18.1046 2.89543 19 4 19H20C21.1046 19 22 18.1046 22 17V7C22 5.89543 21.1046 5 20 5Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 18C13.5913 18 15.1174 17.3679 16.2426 16.2426C17.3679 15.1174 18 13.5913 18 12C18 10.4087 17.3679 8.88258 16.2426 7.75736C15.1174 6.63214 13.5913 6 12 6V18Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 18.5C6 18.96 6.091 19.415 6.266 19.839 6.442 20.264 6.7 20.65 7.025 20.975 7.35 21.3 7.736 21.558 8.161 21.734 8.585 21.91 9.04 22 9.5 22 9.96 22 10.415 21.91 10.839 21.734 11.264 21.558 11.65 21.3 11.975 20.975 12.3 20.65 12.558 20.264 12.734 19.839 12.91 19.415 13 18.96 13 18.5 13 16.93 13.92 15.98 15.04 15.04M6 8.5C6 7.75 6.13 7.03 6.36 6.36M8.8 3.15C9.776 2.475 10.918 2.079 12.102 2.006 13.287 1.934 14.468 2.187 15.519 2.738 16.57 3.289 17.45 4.118 18.064 5.133 18.677 6.149 19.001 7.313 19 8.5 19 10.13 18.56 11.31 17.91 12.26" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><path d="M12.5 6C13.163 6 13.799 6.263 14.268 6.732 14.737 7.201 15 7.837 15 8.5M10 13C10.385 12.999 10.761 12.887 11.084 12.678 11.407 12.469 11.662 12.171 11.82 11.82M2 2 22 22" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 8.5C6 6.77609 6.68482 5.12279 7.90381 3.90381C9.12279 2.68482 10.7761 2 12.5 2C14.2239 2 15.8772 2.68482 17.0962 3.90381C18.3152 5.12279 19 6.77609 19 8.5C19 14.5 13 14.5 13 18.5C13 18.9596 12.9095 19.4148 12.7336 19.8394C12.5577 20.264 12.2999 20.6499 11.9749 20.9749C11.6499 21.2999 11.264 21.5577 10.8394 21.7336C10.4148 21.9095 9.95963 22 9.5 22C9.04037 22 8.58525 21.9095 8.16061 21.7336C7.73597 21.5577 7.35013 21.2999 7.02513 20.9749C6.70012 20.6499 6.44231 20.264 6.26642 19.8394C6.09053 19.4148 6 18.9596 6 18.5" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><path d="M15 8.5C15 7.83696 14.7366 7.20107 14.2678 6.73223C13.7989 6.26339 13.163 6 12.5 6C11.837 6 11.2011 6.26339 10.7322 6.73223C10.2634 7.20107 10 7.83696 10 8.5V9.5C10.5304 9.5 11.0391 9.71071 11.4142 10.0858C11.7893 10.4609 12 10.9696 12 11.5C12 12.0304 11.7893 12.5391 11.4142 12.9142C11.0391 13.2893 10.5304 13.5 10 13.5" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 2C10.6739 3.32608 9.92892 5.12464 9.92892 7C9.92892 8.87536 10.6739 10.6739 12 12C13.3261 13.3261 15.1246 14.0711 17 14.0711C18.8754 14.0711 20.6739 13.3261 22 12" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15 18 14.278 14.75M2 8C2.748 10.051 4.109 11.822 5.898 13.073 7.687 14.325 9.817 14.996 12 14.996 14.183 14.996 16.313 14.325 18.102 13.073 19.891 11.822 21.252 10.051 22 8M20 15 18.274 12.95M4 15 5.726 12.95M9 18 9.722 14.75" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.733 5.076C13.062 4.798 15.419 5.291 17.442 6.478 19.465 7.665 21.044 9.482 21.938 11.651 22.021 11.876 22.021 12.123 21.938 12.347 21.571 13.238 21.085 14.076 20.494 14.837M14.084 14.158C13.518 14.705 12.76 15.007 11.974 15 11.187 14.993 10.435 14.678 9.879 14.122 9.322 13.565 9.007 12.813 9 12.026 8.993 11.24 9.296 10.482 9.842 9.916" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><path d="M17.479 17.499C16.153 18.285 14.673 18.776 13.139 18.939 11.606 19.103 10.056 18.935 8.594 18.446 7.131 17.957 5.791 17.16 4.664 16.108 3.537 15.056 2.65 13.773 2.062 12.348 1.979 12.124 1.979 11.877 2.062 11.652 2.949 9.502 4.509 7.697 6.508 6.509M2 2 22 22" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.062 12.348C1.97866 12.1235 1.97866 11.8765 2.062 11.652C2.8737 9.68385 4.25152 8.00103 6.02077 6.81689C7.79003 5.63275 9.87105 5.00061 12 5.00061C14.129 5.00061 16.21 5.63275 17.9792 6.81689C19.7485 8.00103 21.1263 9.68385 21.938 11.652C22.0213 11.8765 22.0213 12.1235 21.938 12.348C21.1263 14.3161 19.7485 15.999 17.9792 17.1831C16.21 18.3672 14.129 18.9994 12 18.9994C9.87105 18.9994 7.79003 18.3672 6.02077 17.1831C4.25152 15.999 2.8737 14.3161 2.062 12.348Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 19C8.209 19 10 17.209 10 15 10 12.791 8.209 11 6 11 3.791 11 2 12.791 2 15 2 17.209 3.791 19 6 19ZM18 19C20.209 19 22 17.209 22 15 22 12.791 20.209 11 18 11 15.791 11 14 12.791 14 15 14 17.209 15.791 19 18 19ZM14 15C14 14.47 13.789 13.961 13.414 13.586 13.039 13.211 12.53 13 12 13 11.47 13 10.961 13.211 10.586 13.586 10.211 13.961 10 14.47 10 15" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><path d="M2.5 13 5 7C5.7 5.7 6.4 5 8 5M21.5 13 19 7C18.3 5.7 17.5 5 16 5" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20.985 12.486C20.8913 14.2221 20.2967 15.894 19.2731 17.2994C18.2495 18.7048 16.8407 19.7837 15.217 20.4055C13.5934 21.0274 11.8243 21.1656 10.1238 20.8035C8.42322 20.4414 6.86396 19.5945 5.63446 18.3652C4.40497 17.1358 3.55789 15.5766 3.19562 13.8761C2.83335 12.1756 2.9714 10.4065 3.59308 8.78282C4.21476 7.15909 5.29346 5.75019 6.69878 4.72644C8.10409 3.70269 9.77587 3.10791 11.512 3.014C11.917 2.992 12.129 3.474 11.914 3.817C11.1949 4.96756 10.887 6.32787 11.0405 7.67595C11.194 9.02403 11.7999 10.2803 12.7593 11.2397C13.7187 12.1991 14.975 12.805 16.3231 12.9585C17.6711 13.112 19.0314 12.8041 20.182 12.085C20.526 11.87 21.007 12.081 20.985 12.486Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 16C14.209 16 16 14.209 16 12 16 9.791 14.209 8 12 8 9.791 8 8 9.791 8 12 8 14.209 9.791 16 12 16ZM12 2V4M12 20V22M4.93 4.93 6.34 6.34M17.66 17.66 19.07 19.07M2 12H4M20 12H22M6.34 17.66 4.93 19.07M19.07 4.93 17.66 6.34" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="15" height="16" viewBox="0 0 15 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.98 7.80217C14.98 7.1746 14.9291 6.71664 14.8189 6.24173H7.65265V9.07426H11.8591C11.7743 9.77819 11.3163 10.8383 10.2986 11.5506L10.2844 11.6455L12.5502 13.4008L12.7072 13.4164C14.1489 12.0849 14.98 10.1259 14.98 7.80217Z" fill="
|
|
1
|
+
<svg width="15" height="16" viewBox="0 0 15 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.98 7.80217C14.98 7.1746 14.9291 6.71664 14.8189 6.24173H7.65265V9.07426H11.8591C11.7743 9.77819 11.3163 10.8383 10.2986 11.5506L10.2844 11.6455L12.5502 13.4008L12.7072 13.4164C14.1489 12.0849 14.98 10.1259 14.98 7.80217Z" fill="#4285f4"/><path d="M7.65264 15.2652C9.71342 15.2652 11.4435 14.5867 12.7071 13.4164L10.2986 11.5506C9.65408 12.0001 8.78903 12.3139 7.65264 12.3139C5.63423 12.3139 3.92114 10.9824 3.31047 9.14211L3.22096 9.14971L0.864918 10.9731L0.834106 11.0587C2.08924 13.552 4.66739 15.2652 7.65264 15.2652Z" fill="#34a853"/><path d="M3.31048 9.14225C3.14935 8.66733 3.0561 8.15845 3.0561 7.63267C3.0561 7.10683 3.14935 6.59801 3.302 6.12309L3.29774 6.02195L0.912171 4.1693L0.83412 4.20642C0.316818 5.24108 0.019989 6.40297 0.019989 7.63267C0.019989 8.86237 0.316818 10.0242 0.83412 11.0589L3.31048 9.14225Z" fill="#fbbc05"/><path d="M7.65264 2.95128C9.08586 2.95128 10.0526 3.57037 10.6039 4.08773L12.758 1.98449C11.4351 0.754788 9.71342 0 7.65264 0C4.66739 0 2.08924 1.7131 0.834106 4.20641L3.30199 6.12308C3.92114 4.28277 5.63423 2.95128 7.65264 2.95128Z" fill="#eb4335"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.8535 8.14649C12.0488 8.34175 12.0488 8.65826 11.8535 8.85352L7.
|
|
1
|
+
<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.8535 8.14649C12.0488 8.34175 12.0488 8.65826 11.8535 8.85352L7.85352 12.8535C7.65825 13.0488 7.34175 13.0488 7.14648 12.8535L3.14648 8.85352C2.95122 8.65826 2.95122 8.34175 3.14648 8.14649C3.34175 7.95123 3.65825 7.95123 3.85352 8.14649L7 11.293L7 2.50001C7 2.22387 7.22386 2.00001 7.5 2.00001C7.77614 2.00001 8 2.22387 8 2.50001L8 11.293L11.1465 8.14649C11.3417 7.95123 11.6583 7.95123 11.8535 8.14649Z" fill="currentColor"/></svg>
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aliimam/icons",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.6",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"description": "
|
|
5
|
+
"description": "Ali Imam React SVG Icon Set",
|
|
6
6
|
"source": "./src/index.tsx",
|
|
7
7
|
"main": "./dist/index.js",
|
|
8
8
|
"module": "./dist/index.js",
|
package/src/index.tsx
CHANGED
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
// entry.tsx.ejs - Simple re-export structure
|
|
2
2
|
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./stroke/gg";
|
|
5
|
-
export * from "./stroke/ali";
|
|
6
|
-
export * from "./solid/design";
|
|
3
|
+
export * from "./solid/accessibility";
|
|
7
4
|
|
|
8
5
|
export type { IconProps } from "./types";
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { IconProps, IconMetadata, IconComponent } from "../../types";
|
|
3
|
+
|
|
4
|
+
interface AccessibilityProps extends IconProps {
|
|
5
|
+
type?: "solid" | "stroke";
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
export const Accessibility: IconComponent<AccessibilityProps> =
|
|
9
|
+
React.forwardRef<SVGSVGElement, AccessibilityProps>(function Accessibility(
|
|
10
|
+
{
|
|
11
|
+
color = "currentColor",
|
|
12
|
+
fill,
|
|
13
|
+
size = 24,
|
|
14
|
+
strokeWidth,
|
|
15
|
+
strokeLinecap,
|
|
16
|
+
strokeLinejoin,
|
|
17
|
+
strokeDasharray,
|
|
18
|
+
opacity,
|
|
19
|
+
className,
|
|
20
|
+
type = "stroke",
|
|
21
|
+
...props
|
|
22
|
+
},
|
|
23
|
+
forwardedRef,
|
|
24
|
+
) {
|
|
25
|
+
if (type === "solid") {
|
|
26
|
+
return (
|
|
27
|
+
<svg
|
|
28
|
+
width={size}
|
|
29
|
+
height={size}
|
|
30
|
+
viewBox="0 0 24 24"
|
|
31
|
+
fill="none"
|
|
32
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
33
|
+
className={className}
|
|
34
|
+
strokeWidth={strokeWidth}
|
|
35
|
+
strokeLinecap={strokeLinecap}
|
|
36
|
+
strokeLinejoin={strokeLinejoin}
|
|
37
|
+
strokeDasharray={strokeDasharray}
|
|
38
|
+
opacity={opacity}
|
|
39
|
+
{...props}
|
|
40
|
+
ref={forwardedRef}
|
|
41
|
+
>
|
|
42
|
+
<path
|
|
43
|
+
d="M16 1.5C17.381 1.5 18.5 2.619 18.5 4 18.5 5.381 17.381 6.5 16 6.5 14.619 6.5 13.5 5.381 13.5 4 13.5 2.619 14.619 1.5 16 1.5ZM18.753 10.521C19.225 10.442 19.706 10.593 20.048 10.927 20.39 11.261 20.553 11.739 20.485 12.212L19.485 19.212C19.368 20.032 18.608 20.602 17.788 20.485 16.968 20.368 16.398 19.608 16.515 18.788L17.225 13.817 13.247 14.48C12.43 14.616 11.657 14.064 11.521 13.247 11.384 12.43 11.936 11.657 12.753 11.521L18.753 10.521Z"
|
|
44
|
+
fill="currentColor"
|
|
45
|
+
/>
|
|
46
|
+
<path
|
|
47
|
+
d="M7.03 3.856C7.5 3.457 8.171 3.385 8.719 3.684L14.219 6.684C14.589 6.886 14.857 7.235 14.957 7.645 15.057 8.055 14.98 8.489 14.744 8.839L12.384 12.339C11.921 13.026 10.989 13.207 10.302 12.744 9.615 12.281 9.433 11.348 9.896 10.661L11.334 8.527 8.267 6.854 6.061 9.061C5.475 9.646 4.525 9.646 3.939 9.061 3.354 8.475 3.354 7.525 3.939 6.939L6.939 3.939 7.03 3.856ZM2.806 14.062C3.048 13.269 3.887 12.823 4.679 13.065 5.471 13.308 5.917 14.146 5.675 14.939 5.477 15.585 5.471 16.274 5.656 16.924 5.842 17.573 6.212 18.156 6.721 18.6 7.23 19.044 7.858 19.331 8.526 19.427 9.195 19.522 9.877 19.422 10.49 19.139 11.242 18.791 12.134 19.118 12.482 19.87 12.829 20.622 12.501 21.514 11.749 21.861 10.61 22.388 9.344 22.574 8.102 22.397 6.86 22.219 5.695 21.685 4.749 20.86 3.804 20.036 3.117 18.954 2.772 17.748 2.427 16.542 2.439 15.261 2.806 14.062Z"
|
|
48
|
+
fill="currentColor"
|
|
49
|
+
/>
|
|
50
|
+
<path
|
|
51
|
+
d="M6.25011 10.139C7.38904 9.61239 8.65641 9.42621 9.89855 9.60384C11.1407 9.78148 12.3054 10.3152 13.2511 11.14C14.1964 11.9646 14.8827 13.0452 15.2277 14.2513C15.5726 15.4578 15.5613 16.7388 15.1944 17.9388C14.9522 18.7309 14.1136 19.177 13.3214 18.9349C12.5293 18.6928 12.0834 17.854 12.3253 17.0618C12.5228 16.4158 12.5295 15.726 12.3439 15.0765C12.1581 14.4269 11.7876 13.8448 11.2784 13.4007C10.7692 12.9567 10.1425 12.6692 9.47374 12.5736C8.80504 12.478 8.12304 12.5782 7.50988 12.8617C6.75794 13.2093 5.86634 12.8812 5.51867 12.1292C5.17123 11.3775 5.49858 10.4868 6.25011 10.139Z"
|
|
52
|
+
fill="currentColor"
|
|
53
|
+
/>
|
|
54
|
+
</svg>
|
|
55
|
+
);
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
if (type === "stroke") {
|
|
59
|
+
return (
|
|
60
|
+
<svg
|
|
61
|
+
width={size}
|
|
62
|
+
height={size}
|
|
63
|
+
viewBox="0 0 24 24"
|
|
64
|
+
fill="none"
|
|
65
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
66
|
+
className={className}
|
|
67
|
+
strokeWidth={strokeWidth}
|
|
68
|
+
strokeLinecap={strokeLinecap}
|
|
69
|
+
strokeLinejoin={strokeLinejoin}
|
|
70
|
+
strokeDasharray={strokeDasharray}
|
|
71
|
+
opacity={opacity}
|
|
72
|
+
{...props}
|
|
73
|
+
ref={forwardedRef}
|
|
74
|
+
>
|
|
75
|
+
<path
|
|
76
|
+
d="M16 5C16.552 5 17 4.552 17 4 17 3.448 16.552 3 16 3 15.448 3 15 3.448 15 4 15 4.552 15.448 5 16 5ZM18 19 19 12 13 13M5 8 8 5 13.5 8 11.14 11.5M4.24 14.5C3.958 15.423 3.949 16.408 4.214 17.336 4.48 18.264 5.008 19.096 5.735 19.73 6.463 20.364 7.358 20.775 8.314 20.911 9.269 21.048 10.244 20.905 11.12 20.5"
|
|
77
|
+
stroke={color}
|
|
78
|
+
strokeLinecap="round"
|
|
79
|
+
strokeLinejoin="round"
|
|
80
|
+
/>
|
|
81
|
+
<path
|
|
82
|
+
d="M13.76 17.5C14.0422 16.5769 14.0511 15.5919 13.7858 14.6639C13.5205 13.7359 12.9922 12.9045 12.2647 12.27C11.5373 11.6356 10.6417 11.2254 9.68624 11.0887C8.73074 10.9521 7.75611 11.0949 6.88 11.5"
|
|
83
|
+
stroke={color}
|
|
84
|
+
strokeLinecap="round"
|
|
85
|
+
strokeLinejoin="round"
|
|
86
|
+
/>
|
|
87
|
+
</svg>
|
|
88
|
+
);
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
console.error(`Accessibility doesn't support ${type}`);
|
|
92
|
+
return null;
|
|
93
|
+
});
|
|
94
|
+
|
|
95
|
+
Accessibility.displayName = "Accessibility";
|
|
96
|
+
|
|
97
|
+
Accessibility.metadata = {
|
|
98
|
+
name: "Accessibility",
|
|
99
|
+
category: "solid/accessibility",
|
|
100
|
+
tags: ["accessibility", "icon"],
|
|
101
|
+
description: "Accessibility icon from solid/accessibility category",
|
|
102
|
+
type: ["stroke", "icon"],
|
|
103
|
+
} as IconMetadata;
|
|
104
|
+
|
|
105
|
+
export default Accessibility;
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { IconProps, IconMetadata, IconComponent } from "../../types";
|
|
3
|
+
|
|
4
|
+
interface BabyProps extends IconProps {
|
|
5
|
+
type?: "solid" | "stroke";
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
export const Baby: IconComponent<BabyProps> = React.forwardRef<
|
|
9
|
+
SVGSVGElement,
|
|
10
|
+
BabyProps
|
|
11
|
+
>(function Baby(
|
|
12
|
+
{
|
|
13
|
+
color = "currentColor",
|
|
14
|
+
fill,
|
|
15
|
+
size = 24,
|
|
16
|
+
strokeWidth,
|
|
17
|
+
strokeLinecap,
|
|
18
|
+
strokeLinejoin,
|
|
19
|
+
strokeDasharray,
|
|
20
|
+
opacity,
|
|
21
|
+
className,
|
|
22
|
+
type = "stroke",
|
|
23
|
+
...props
|
|
24
|
+
},
|
|
25
|
+
forwardedRef,
|
|
26
|
+
) {
|
|
27
|
+
if (type === "solid") {
|
|
28
|
+
return (
|
|
29
|
+
<svg
|
|
30
|
+
width={size}
|
|
31
|
+
height={size}
|
|
32
|
+
viewBox="0 0 24 24"
|
|
33
|
+
fill="none"
|
|
34
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
35
|
+
className={className}
|
|
36
|
+
strokeWidth={strokeWidth}
|
|
37
|
+
strokeLinecap={strokeLinecap}
|
|
38
|
+
strokeLinejoin={strokeLinejoin}
|
|
39
|
+
strokeDasharray={strokeDasharray}
|
|
40
|
+
opacity={opacity}
|
|
41
|
+
{...props}
|
|
42
|
+
ref={forwardedRef}
|
|
43
|
+
>
|
|
44
|
+
<path
|
|
45
|
+
d="M13.229 14.714C13.939 14.288 14.86 14.518 15.286 15.229 15.712 15.939 15.482 16.86 14.772 17.286 14.01 17.743 13.037 18 12 18 10.964 18 9.99 17.743 9.229 17.286 8.518 16.86 8.288 15.939 8.714 15.229 9.14 14.518 10.061 14.288 10.772 14.714 11.01 14.857 11.437 15 12 15 12.564 15 12.99 14.857 13.229 14.714ZM15.01 10.5C15.838 10.5 16.51 11.172 16.51 12 16.51 12.828 15.838 13.5 15.01 13.5H15C14.172 13.5 13.5 12.828 13.5 12 13.5 11.172 14.172 10.5 15 10.5H15.01Z"
|
|
46
|
+
fill="currentColor"
|
|
47
|
+
/>
|
|
48
|
+
<path
|
|
49
|
+
d="M13.9995 5.5C13.9995 5.38292 13.9464 5.17483 13.6235 4.94238C13.2932 4.70456 12.7379 4.50009 12.0005 4.5C10.2753 4.50407 8.60432 5.10285 7.26904 6.19531C5.9331 7.28836 5.01465 8.80875 4.66943 10.5C4.57595 10.9579 4.27458 11.346 3.854 11.5498C3.76947 11.5907 3.69783 11.6548 3.64795 11.7344C3.59807 11.814 3.57178 11.9061 3.57178 12C3.57178 12.0939 3.59807 12.186 3.64795 12.2656C3.68542 12.3254 3.73529 12.376 3.79346 12.415L3.854 12.4502L4.00439 12.5342C4.34162 12.7484 4.58169 13.0901 4.6665 13.4854C5.02626 15.1633 5.95108 16.6673 7.28564 17.7461C8.62004 18.8246 10.2838 19.413 11.9995 19.4131C13.7154 19.4131 15.3798 18.8247 16.7144 17.7461C18.0489 16.6673 18.9737 15.1633 19.3335 13.4854L19.3794 13.3193C19.5074 12.9409 19.7822 12.6265 20.146 12.4502C20.2305 12.4093 20.3022 12.3452 20.3521 12.2656C20.4019 12.186 20.4282 12.0939 20.4282 12C20.4282 11.9061 20.4019 11.814 20.3521 11.7344C20.3022 11.6548 20.2305 11.5907 20.146 11.5498C19.7207 11.3438 19.4176 10.9493 19.3276 10.4854C19.1314 9.47324 18.7283 8.51254 18.144 7.66309C17.6746 6.98057 17.8473 6.04664 18.5298 5.57715C19.2123 5.10773 20.1462 5.28044 20.6157 5.96289C21.3099 6.97228 21.8187 8.09475 22.1255 9.27734C22.4261 9.51994 22.6869 9.81119 22.894 10.1416C23.2431 10.6986 23.4282 11.3427 23.4282 12C23.4282 12.6573 23.2431 13.3014 22.894 13.8584C22.6836 14.1942 22.4176 14.4895 22.1108 14.7344C21.5255 16.8324 20.3032 18.7032 18.6011 20.0791C16.7327 21.5894 14.402 22.4131 11.9995 22.4131C9.59723 22.413 7.26719 21.5893 5.39893 20.0791C3.69683 18.7032 2.47451 16.8324 1.88916 14.7344C1.58235 14.4895 1.31641 14.1942 1.10596 13.8584C0.756926 13.3014 0.571777 12.6573 0.571777 12C0.571777 11.3427 0.756926 10.6986 1.10596 10.1416C1.3148 9.8084 1.5785 9.51529 1.88232 9.27148C2.45145 7.15711 3.66661 5.26643 5.36963 3.87305C7.23977 2.34311 9.58036 1.50497 11.9966 1.5H11.9995C13.2619 1.5 14.4568 1.84569 15.3765 2.50781C16.3036 3.17535 16.9995 4.21711 16.9995 5.5C16.9995 7.40932 15.7145 9.5 13.4995 9.5C12.8711 9.49992 12.2042 9.34606 11.645 8.99023C11.0763 8.62829 10.4995 7.95828 10.4995 7C10.4995 6.17173 11.1713 5.50026 11.9995 5.5C12.6501 5.5 13.2018 5.91509 13.4097 6.49414C13.4373 6.49709 13.4673 6.49998 13.4995 6.5C13.52 6.5 13.6158 6.49396 13.7446 6.33398C13.8758 6.17105 13.9995 5.88481 13.9995 5.5Z"
|
|
50
|
+
fill="currentColor"
|
|
51
|
+
/>
|
|
52
|
+
<path
|
|
53
|
+
d="M9.00977 10.5C9.83819 10.5 10.5098 11.1716 10.5098 12C10.5098 12.8284 9.83819 13.5 9.00977 13.5H9C8.17157 13.5 7.5 12.8284 7.5 12C7.5 11.1716 8.17157 10.5 9 10.5H9.00977Z"
|
|
54
|
+
fill="currentColor"
|
|
55
|
+
/>
|
|
56
|
+
</svg>
|
|
57
|
+
);
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
if (type === "stroke") {
|
|
61
|
+
return (
|
|
62
|
+
<svg
|
|
63
|
+
width={size}
|
|
64
|
+
height={size}
|
|
65
|
+
viewBox="0 0 24 24"
|
|
66
|
+
fill="none"
|
|
67
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
68
|
+
className={className}
|
|
69
|
+
strokeWidth={strokeWidth}
|
|
70
|
+
strokeLinecap={strokeLinecap}
|
|
71
|
+
strokeLinejoin={strokeLinejoin}
|
|
72
|
+
strokeDasharray={strokeDasharray}
|
|
73
|
+
opacity={opacity}
|
|
74
|
+
{...props}
|
|
75
|
+
ref={forwardedRef}
|
|
76
|
+
>
|
|
77
|
+
<path
|
|
78
|
+
d="M10 16C10.5 16.3 11.2 16.5 12 16.5 12.8 16.5 13.5 16.3 14 16M15 12H15.01"
|
|
79
|
+
stroke={color}
|
|
80
|
+
strokeLinecap="round"
|
|
81
|
+
strokeLinejoin="round"
|
|
82
|
+
/>
|
|
83
|
+
<path
|
|
84
|
+
d="M19.38 6.813C20.081 7.832 20.565 8.985 20.8 10.2 21.138 10.364 21.423 10.62 21.623 10.938 21.822 11.256 21.928 11.624 21.928 12 21.928 12.376 21.822 12.744 21.623 13.062 21.423 13.381 21.138 13.636 20.8 13.8 20.368 15.814 19.259 17.618 17.658 18.913 16.056 20.207 14.059 20.913 12 20.913 9.941 20.913 7.944 20.207 6.342 18.913 4.741 17.618 3.632 15.814 3.2 13.8 2.862 13.636 2.577 13.381 2.377 13.062 2.178 12.744 2.072 12.376 2.072 12 2.072 11.624 2.178 11.256 2.377 10.938 2.577 10.62 2.862 10.364 3.2 10.2 3.614 8.171 4.716 6.346 6.319 5.034 7.922 3.723 9.929 3.004 12 3 14 3 15.5 4.1 15.5 5.5 15.5 6.9 14.6 8 13.5 8 12.7 8 12 7.6 12 7M9 12H9.01"
|
|
85
|
+
stroke={color}
|
|
86
|
+
strokeLinecap="round"
|
|
87
|
+
strokeLinejoin="round"
|
|
88
|
+
/>
|
|
89
|
+
</svg>
|
|
90
|
+
);
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
console.error(`Baby doesn't support ${type}`);
|
|
94
|
+
return null;
|
|
95
|
+
});
|
|
96
|
+
|
|
97
|
+
Baby.displayName = "Baby";
|
|
98
|
+
|
|
99
|
+
Baby.metadata = {
|
|
100
|
+
name: "Baby",
|
|
101
|
+
category: "solid/accessibility",
|
|
102
|
+
tags: ["baby", "icon"],
|
|
103
|
+
description: "Baby icon from solid/accessibility category",
|
|
104
|
+
type: ["stroke", "icon"],
|
|
105
|
+
} as IconMetadata;
|
|
106
|
+
|
|
107
|
+
export default Baby;
|