@aliimam/icons 0.0.5 → 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 +0 -1
- package/dist/cjs/index.js +0 -1
- 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/solid/accessibility/Contrast.js +57 -0
- 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/Sun.js +1 -1
- package/dist/cjs/solid/accessibility/index.d.ts +14 -0
- package/dist/cjs/solid/accessibility/index.js +29 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.js +0 -1
- 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/Sun.js +1 -1
- package/dist/solid/accessibility/index.d.ts +14 -0
- package/dist/solid/accessibility/index.js +14 -0
- 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/sun.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/package.json +1 -1
- package/src/index.tsx +0 -1
- 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/Sun.tsx +3 -3
- package/src/solid/accessibility/index.ts +15 -1
- 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/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/src/stroke/arrows/ArrowDown.tsx +0 -56
- package/src/stroke/arrows/ArrowLeft.tsx +0 -56
- package/src/stroke/arrows/ArrowRight.tsx +0 -56
- package/src/stroke/arrows/ArrowUp.tsx +0 -56
- package/src/stroke/arrows/ArrowUpp.tsx +0 -59
- package/src/stroke/arrows/index.ts +0 -5
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { IconProps, IconMetadata, IconComponent } from "../../types";
|
|
3
|
+
|
|
4
|
+
interface EyeClosedProps extends IconProps {
|
|
5
|
+
type?: "solid" | "stroke";
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
export const EyeClosed: IconComponent<EyeClosedProps> = React.forwardRef<
|
|
9
|
+
SVGSVGElement,
|
|
10
|
+
EyeClosedProps
|
|
11
|
+
>(function EyeClosed(
|
|
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.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"
|
|
46
|
+
fill="currentColor"
|
|
47
|
+
/>
|
|
48
|
+
<path
|
|
49
|
+
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"
|
|
50
|
+
fill="currentColor"
|
|
51
|
+
/>
|
|
52
|
+
<path
|
|
53
|
+
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"
|
|
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="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"
|
|
79
|
+
stroke={color}
|
|
80
|
+
strokeLinecap="round"
|
|
81
|
+
strokeLinejoin="round"
|
|
82
|
+
/>
|
|
83
|
+
</svg>
|
|
84
|
+
);
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
console.error(`EyeClosed doesn't support ${type}`);
|
|
88
|
+
return null;
|
|
89
|
+
});
|
|
90
|
+
|
|
91
|
+
EyeClosed.displayName = "EyeClosed";
|
|
92
|
+
|
|
93
|
+
EyeClosed.metadata = {
|
|
94
|
+
name: "EyeClosed",
|
|
95
|
+
category: "solid/accessibility",
|
|
96
|
+
tags: ["eye", "closed", "icon"],
|
|
97
|
+
description: "EyeClosed icon from solid/accessibility category",
|
|
98
|
+
type: ["stroke", "icon"],
|
|
99
|
+
} as IconMetadata;
|
|
100
|
+
|
|
101
|
+
export default EyeClosed;
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { IconProps, IconMetadata, IconComponent } from "../../types";
|
|
3
|
+
|
|
4
|
+
interface EyeOffProps extends IconProps {
|
|
5
|
+
type?: "solid" | "stroke";
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
export const EyeOff: IconComponent<EyeOffProps> = React.forwardRef<
|
|
9
|
+
SVGSVGElement,
|
|
10
|
+
EyeOffProps
|
|
11
|
+
>(function EyeOff(
|
|
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
|
+
<g fill="currentColor" clipPath="url(#undefined-clip0_49_226)">
|
|
45
|
+
<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" />
|
|
46
|
+
<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" />
|
|
47
|
+
<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" />
|
|
48
|
+
</g>
|
|
49
|
+
<defs>
|
|
50
|
+
<clipPath id="undefined-clip0_49_226">
|
|
51
|
+
<path fill="#fff" d="M0 0H24V24H0z" />
|
|
52
|
+
</clipPath>
|
|
53
|
+
</defs>
|
|
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="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"
|
|
77
|
+
stroke={color}
|
|
78
|
+
strokeLinecap="round"
|
|
79
|
+
strokeLinejoin="round"
|
|
80
|
+
/>
|
|
81
|
+
<path
|
|
82
|
+
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"
|
|
83
|
+
stroke={color}
|
|
84
|
+
strokeLinecap="round"
|
|
85
|
+
strokeLinejoin="round"
|
|
86
|
+
/>
|
|
87
|
+
</svg>
|
|
88
|
+
);
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
console.error(`EyeOff doesn't support ${type}`);
|
|
92
|
+
return null;
|
|
93
|
+
});
|
|
94
|
+
|
|
95
|
+
EyeOff.displayName = "EyeOff";
|
|
96
|
+
|
|
97
|
+
EyeOff.metadata = {
|
|
98
|
+
name: "EyeOff",
|
|
99
|
+
category: "solid/accessibility",
|
|
100
|
+
tags: ["eye", "off", "icon"],
|
|
101
|
+
description: "EyeOff icon from solid/accessibility category",
|
|
102
|
+
type: ["stroke", "icon"],
|
|
103
|
+
} as IconMetadata;
|
|
104
|
+
|
|
105
|
+
export default EyeOff;
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { IconProps, IconMetadata, IconComponent } from "../../types";
|
|
3
|
+
|
|
4
|
+
interface GlassesProps extends IconProps {
|
|
5
|
+
type?: "solid" | "stroke";
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
export const Glasses: IconComponent<GlassesProps> = React.forwardRef<
|
|
9
|
+
SVGSVGElement,
|
|
10
|
+
GlassesProps
|
|
11
|
+
>(function Glasses(
|
|
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="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"
|
|
46
|
+
fill="currentColor"
|
|
47
|
+
/>
|
|
48
|
+
<path
|
|
49
|
+
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"
|
|
50
|
+
fill="currentColor"
|
|
51
|
+
/>
|
|
52
|
+
<path
|
|
53
|
+
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"
|
|
54
|
+
fill="currentColor"
|
|
55
|
+
/>
|
|
56
|
+
<path
|
|
57
|
+
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"
|
|
58
|
+
fill="currentColor"
|
|
59
|
+
/>
|
|
60
|
+
</svg>
|
|
61
|
+
);
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
if (type === "stroke") {
|
|
65
|
+
return (
|
|
66
|
+
<svg
|
|
67
|
+
width={size}
|
|
68
|
+
height={size}
|
|
69
|
+
viewBox="0 0 24 24"
|
|
70
|
+
fill="none"
|
|
71
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
72
|
+
className={className}
|
|
73
|
+
strokeWidth={strokeWidth}
|
|
74
|
+
strokeLinecap={strokeLinecap}
|
|
75
|
+
strokeLinejoin={strokeLinejoin}
|
|
76
|
+
strokeDasharray={strokeDasharray}
|
|
77
|
+
opacity={opacity}
|
|
78
|
+
{...props}
|
|
79
|
+
ref={forwardedRef}
|
|
80
|
+
>
|
|
81
|
+
<path
|
|
82
|
+
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"
|
|
83
|
+
stroke={color}
|
|
84
|
+
strokeLinecap="round"
|
|
85
|
+
strokeLinejoin="round"
|
|
86
|
+
/>
|
|
87
|
+
<path
|
|
88
|
+
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"
|
|
89
|
+
stroke={color}
|
|
90
|
+
strokeLinecap="round"
|
|
91
|
+
strokeLinejoin="round"
|
|
92
|
+
/>
|
|
93
|
+
</svg>
|
|
94
|
+
);
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
console.error(`Glasses doesn't support ${type}`);
|
|
98
|
+
return null;
|
|
99
|
+
});
|
|
100
|
+
|
|
101
|
+
Glasses.displayName = "Glasses";
|
|
102
|
+
|
|
103
|
+
Glasses.metadata = {
|
|
104
|
+
name: "Glasses",
|
|
105
|
+
category: "solid/accessibility",
|
|
106
|
+
tags: ["glasses", "icon"],
|
|
107
|
+
description: "Glasses icon from solid/accessibility category",
|
|
108
|
+
type: ["stroke", "icon"],
|
|
109
|
+
} as IconMetadata;
|
|
110
|
+
|
|
111
|
+
export default Glasses;
|
|
@@ -41,11 +41,11 @@ export const Sun: IconComponent<SunProps> = React.forwardRef<
|
|
|
41
41
|
{...props}
|
|
42
42
|
ref={forwardedRef}
|
|
43
43
|
>
|
|
44
|
-
<g fill="currentColor" clipPath="url(#undefined-
|
|
45
|
-
<path d="M12
|
|
44
|
+
<g fill="currentColor" clipPath="url(#undefined-clip0_42_70)">
|
|
45
|
+
<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" />
|
|
46
46
|
</g>
|
|
47
47
|
<defs>
|
|
48
|
-
<clipPath id="undefined-
|
|
48
|
+
<clipPath id="undefined-clip0_42_70">
|
|
49
49
|
<path fill="#fff" d="M0 0H24V24H0z" />
|
|
50
50
|
</clipPath>
|
|
51
51
|
</defs>
|
|
@@ -1,2 +1,16 @@
|
|
|
1
1
|
export { default as Moon } from "./Moon";
|
|
2
|
-
export { default as Sun } from "./Sun";
|
|
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";
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
-
var ownKeys = function(o) {
|
|
20
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
-
var ar = [];
|
|
22
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
-
return ar;
|
|
24
|
-
};
|
|
25
|
-
return ownKeys(o);
|
|
26
|
-
};
|
|
27
|
-
return function (mod) {
|
|
28
|
-
if (mod && mod.__esModule) return mod;
|
|
29
|
-
var result = {};
|
|
30
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
-
__setModuleDefault(result, mod);
|
|
32
|
-
return result;
|
|
33
|
-
};
|
|
34
|
-
})();
|
|
35
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
-
exports.ArrowDown = void 0;
|
|
37
|
-
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
38
|
-
const React = __importStar(require("react"));
|
|
39
|
-
exports.ArrowDown = React.forwardRef(function ArrowDown({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, ...props }, forwardedRef) {
|
|
40
|
-
return ((0, jsx_runtime_1.jsx)("svg", { width: size, height: size, viewBox: "0 0 15 15", 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: (0, jsx_runtime_1.jsx)("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" }) }));
|
|
41
|
-
});
|
|
42
|
-
exports.ArrowDown.displayName = "ArrowDown";
|
|
43
|
-
exports.ArrowDown.metadata = {
|
|
44
|
-
name: "ArrowDown",
|
|
45
|
-
category: "stroke/arrows",
|
|
46
|
-
tags: ["arrow", "down", "icon"],
|
|
47
|
-
description: "ArrowDown icon from stroke/arrows category",
|
|
48
|
-
type: ["stroke", "icon"],
|
|
49
|
-
};
|
|
50
|
-
exports.default = exports.ArrowDown;
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
-
var ownKeys = function(o) {
|
|
20
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
-
var ar = [];
|
|
22
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
-
return ar;
|
|
24
|
-
};
|
|
25
|
-
return ownKeys(o);
|
|
26
|
-
};
|
|
27
|
-
return function (mod) {
|
|
28
|
-
if (mod && mod.__esModule) return mod;
|
|
29
|
-
var result = {};
|
|
30
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
-
__setModuleDefault(result, mod);
|
|
32
|
-
return result;
|
|
33
|
-
};
|
|
34
|
-
})();
|
|
35
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
-
exports.ArrowLeft = void 0;
|
|
37
|
-
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
38
|
-
const React = __importStar(require("react"));
|
|
39
|
-
exports.ArrowLeft = React.forwardRef(function ArrowLeft({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, ...props }, forwardedRef) {
|
|
40
|
-
return ((0, jsx_runtime_1.jsx)("svg", { width: size, height: size, viewBox: "0 0 15 15", 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: (0, jsx_runtime_1.jsx)("path", { d: "M6.14648 3.14648C6.34175 2.95122 6.65825 2.95122 6.85352 3.14648C7.04878 3.34175 7.04878 3.65825 6.85352 3.85352L3.70703 7H12.5C12.7761 7 13 7.22386 13 7.5C13 7.77614 12.7761 8 12.5 8H3.70703L6.85352 11.1465C7.04878 11.3417 7.04878 11.6583 6.85352 11.8535C6.65825 12.0488 6.34175 12.0488 6.14648 11.8535L2.14648 7.85352C1.95122 7.65825 1.95122 7.34175 2.14648 7.14648L6.14648 3.14648Z", fill: "currentColor" }) }));
|
|
41
|
-
});
|
|
42
|
-
exports.ArrowLeft.displayName = "ArrowLeft";
|
|
43
|
-
exports.ArrowLeft.metadata = {
|
|
44
|
-
name: "ArrowLeft",
|
|
45
|
-
category: "stroke/arrows",
|
|
46
|
-
tags: ["arrow", "left", "icon"],
|
|
47
|
-
description: "ArrowLeft icon from stroke/arrows category",
|
|
48
|
-
type: ["stroke", "icon"],
|
|
49
|
-
};
|
|
50
|
-
exports.default = exports.ArrowLeft;
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
-
var ownKeys = function(o) {
|
|
20
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
-
var ar = [];
|
|
22
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
-
return ar;
|
|
24
|
-
};
|
|
25
|
-
return ownKeys(o);
|
|
26
|
-
};
|
|
27
|
-
return function (mod) {
|
|
28
|
-
if (mod && mod.__esModule) return mod;
|
|
29
|
-
var result = {};
|
|
30
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
-
__setModuleDefault(result, mod);
|
|
32
|
-
return result;
|
|
33
|
-
};
|
|
34
|
-
})();
|
|
35
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
-
exports.ArrowRight = void 0;
|
|
37
|
-
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
38
|
-
const React = __importStar(require("react"));
|
|
39
|
-
exports.ArrowRight = React.forwardRef(function ArrowRight({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, ...props }, forwardedRef) {
|
|
40
|
-
return ((0, jsx_runtime_1.jsx)("svg", { width: size, height: size, viewBox: "0 0 15 15", 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: (0, jsx_runtime_1.jsx)("path", { d: "M8.14648 3.14648C8.34175 2.95122 8.65825 2.95122 8.85352 3.14648L12.8535 7.14648C13.0488 7.34175 13.0488 7.65825 12.8535 7.85352L8.85352 11.8535C8.65825 12.0488 8.34175 12.0488 8.14648 11.8535C7.95122 11.6583 7.95122 11.3417 8.14648 11.1465L11.293 8H2.5C2.22386 8 2 7.77614 2 7.5C2 7.22386 2.22386 7 2.5 7H11.293L8.14648 3.85352C7.95122 3.65825 7.95122 3.34175 8.14648 3.14648Z", fill: "currentColor" }) }));
|
|
41
|
-
});
|
|
42
|
-
exports.ArrowRight.displayName = "ArrowRight";
|
|
43
|
-
exports.ArrowRight.metadata = {
|
|
44
|
-
name: "ArrowRight",
|
|
45
|
-
category: "stroke/arrows",
|
|
46
|
-
tags: ["arrow", "right", "icon"],
|
|
47
|
-
description: "ArrowRight icon from stroke/arrows category",
|
|
48
|
-
type: ["stroke", "icon"],
|
|
49
|
-
};
|
|
50
|
-
exports.default = exports.ArrowRight;
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
-
var ownKeys = function(o) {
|
|
20
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
-
var ar = [];
|
|
22
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
-
return ar;
|
|
24
|
-
};
|
|
25
|
-
return ownKeys(o);
|
|
26
|
-
};
|
|
27
|
-
return function (mod) {
|
|
28
|
-
if (mod && mod.__esModule) return mod;
|
|
29
|
-
var result = {};
|
|
30
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
-
__setModuleDefault(result, mod);
|
|
32
|
-
return result;
|
|
33
|
-
};
|
|
34
|
-
})();
|
|
35
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
-
exports.ArrowUp = void 0;
|
|
37
|
-
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
38
|
-
const React = __importStar(require("react"));
|
|
39
|
-
exports.ArrowUp = React.forwardRef(function ArrowUp({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, ...props }, forwardedRef) {
|
|
40
|
-
return ((0, jsx_runtime_1.jsx)("svg", { width: size, height: size, viewBox: "0 0 15 15", 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: (0, jsx_runtime_1.jsx)("path", { d: "M3.14648 6.85352C2.95122 6.65825 2.95122 6.34175 3.14648 6.14648L7.14648 2.14648C7.34175 1.95122 7.65825 1.95122 7.85352 2.14648L11.8535 6.14648C12.0488 6.34175 12.0488 6.65825 11.8535 6.85352C11.6583 7.04878 11.3417 7.04878 11.1465 6.85352L8 3.70703L8 12.5C8 12.7761 7.77614 13 7.5 13C7.22386 13 7 12.7761 7 12.5L7 3.70703L3.85352 6.85352C3.65825 7.04878 3.34175 7.04878 3.14648 6.85352Z", fill: "currentColor" }) }));
|
|
41
|
-
});
|
|
42
|
-
exports.ArrowUp.displayName = "ArrowUp";
|
|
43
|
-
exports.ArrowUp.metadata = {
|
|
44
|
-
name: "ArrowUp",
|
|
45
|
-
category: "stroke/arrows",
|
|
46
|
-
tags: ["arrow", "up", "icon"],
|
|
47
|
-
description: "ArrowUp icon from stroke/arrows category",
|
|
48
|
-
type: ["stroke", "icon"],
|
|
49
|
-
};
|
|
50
|
-
exports.default = exports.ArrowUp;
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
-
var ownKeys = function(o) {
|
|
20
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
-
var ar = [];
|
|
22
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
-
return ar;
|
|
24
|
-
};
|
|
25
|
-
return ownKeys(o);
|
|
26
|
-
};
|
|
27
|
-
return function (mod) {
|
|
28
|
-
if (mod && mod.__esModule) return mod;
|
|
29
|
-
var result = {};
|
|
30
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
-
__setModuleDefault(result, mod);
|
|
32
|
-
return result;
|
|
33
|
-
};
|
|
34
|
-
})();
|
|
35
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
-
exports.ArrowUpp = void 0;
|
|
37
|
-
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
38
|
-
const React = __importStar(require("react"));
|
|
39
|
-
exports.ArrowUpp = React.forwardRef(function ArrowUpp({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, ...props }, forwardedRef) {
|
|
40
|
-
return ((0, jsx_runtime_1.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: (0, jsx_runtime_1.jsx)("path", { d: "M3.2 20 11.2 12 3.2 4M14.2 20 21.2 12 14.2 4", stroke: color, strokeWidth: strokeWidth, strokeLinecap: "round", strokeLinejoin: "round" }) }));
|
|
41
|
-
});
|
|
42
|
-
exports.ArrowUpp.displayName = "ArrowUpp";
|
|
43
|
-
exports.ArrowUpp.metadata = {
|
|
44
|
-
name: "ArrowUpp",
|
|
45
|
-
category: "stroke/arrows",
|
|
46
|
-
tags: ["arrow", "upp", "icon"],
|
|
47
|
-
description: "ArrowUpp icon from stroke/arrows category",
|
|
48
|
-
type: ["stroke", "icon"],
|
|
49
|
-
};
|
|
50
|
-
exports.default = exports.ArrowUpp;
|