@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
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.ArrowDown = exports.ArrowUp = exports.ArrowRight = exports.ArrowUpp = exports.ArrowLeft = void 0;
|
|
7
|
-
var ArrowLeft_1 = require("./ArrowLeft");
|
|
8
|
-
Object.defineProperty(exports, "ArrowLeft", { enumerable: true, get: function () { return __importDefault(ArrowLeft_1).default; } });
|
|
9
|
-
var ArrowUpp_1 = require("./ArrowUpp");
|
|
10
|
-
Object.defineProperty(exports, "ArrowUpp", { enumerable: true, get: function () { return __importDefault(ArrowUpp_1).default; } });
|
|
11
|
-
var ArrowRight_1 = require("./ArrowRight");
|
|
12
|
-
Object.defineProperty(exports, "ArrowRight", { enumerable: true, get: function () { return __importDefault(ArrowRight_1).default; } });
|
|
13
|
-
var ArrowUp_1 = require("./ArrowUp");
|
|
14
|
-
Object.defineProperty(exports, "ArrowUp", { enumerable: true, get: function () { return __importDefault(ArrowUp_1).default; } });
|
|
15
|
-
var ArrowDown_1 = require("./ArrowDown");
|
|
16
|
-
Object.defineProperty(exports, "ArrowDown", { enumerable: true, get: function () { return __importDefault(ArrowDown_1).default; } });
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
import * as React from "react";
|
|
3
|
-
export const ArrowDown = React.forwardRef(function ArrowDown({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, ...props }, forwardedRef) {
|
|
4
|
-
return (_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: _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" }) }));
|
|
5
|
-
});
|
|
6
|
-
ArrowDown.displayName = "ArrowDown";
|
|
7
|
-
ArrowDown.metadata = {
|
|
8
|
-
name: "ArrowDown",
|
|
9
|
-
category: "stroke/arrows",
|
|
10
|
-
tags: ["arrow", "down", "icon"],
|
|
11
|
-
description: "ArrowDown icon from stroke/arrows category",
|
|
12
|
-
type: ["stroke", "icon"],
|
|
13
|
-
};
|
|
14
|
-
export default ArrowDown;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
import * as React from "react";
|
|
3
|
-
export const ArrowLeft = React.forwardRef(function ArrowLeft({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, ...props }, forwardedRef) {
|
|
4
|
-
return (_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: _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" }) }));
|
|
5
|
-
});
|
|
6
|
-
ArrowLeft.displayName = "ArrowLeft";
|
|
7
|
-
ArrowLeft.metadata = {
|
|
8
|
-
name: "ArrowLeft",
|
|
9
|
-
category: "stroke/arrows",
|
|
10
|
-
tags: ["arrow", "left", "icon"],
|
|
11
|
-
description: "ArrowLeft icon from stroke/arrows category",
|
|
12
|
-
type: ["stroke", "icon"],
|
|
13
|
-
};
|
|
14
|
-
export default ArrowLeft;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
import * as React from "react";
|
|
3
|
-
export const ArrowRight = React.forwardRef(function ArrowRight({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, ...props }, forwardedRef) {
|
|
4
|
-
return (_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: _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" }) }));
|
|
5
|
-
});
|
|
6
|
-
ArrowRight.displayName = "ArrowRight";
|
|
7
|
-
ArrowRight.metadata = {
|
|
8
|
-
name: "ArrowRight",
|
|
9
|
-
category: "stroke/arrows",
|
|
10
|
-
tags: ["arrow", "right", "icon"],
|
|
11
|
-
description: "ArrowRight icon from stroke/arrows category",
|
|
12
|
-
type: ["stroke", "icon"],
|
|
13
|
-
};
|
|
14
|
-
export default ArrowRight;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
import * as React from "react";
|
|
3
|
-
export const ArrowUp = React.forwardRef(function ArrowUp({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, ...props }, forwardedRef) {
|
|
4
|
-
return (_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: _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" }) }));
|
|
5
|
-
});
|
|
6
|
-
ArrowUp.displayName = "ArrowUp";
|
|
7
|
-
ArrowUp.metadata = {
|
|
8
|
-
name: "ArrowUp",
|
|
9
|
-
category: "stroke/arrows",
|
|
10
|
-
tags: ["arrow", "up", "icon"],
|
|
11
|
-
description: "ArrowUp icon from stroke/arrows category",
|
|
12
|
-
type: ["stroke", "icon"],
|
|
13
|
-
};
|
|
14
|
-
export default ArrowUp;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
import * as React from "react";
|
|
3
|
-
export const ArrowUpp = React.forwardRef(function ArrowUpp({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, ...props }, forwardedRef) {
|
|
4
|
-
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: "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" }) }));
|
|
5
|
-
});
|
|
6
|
-
ArrowUpp.displayName = "ArrowUpp";
|
|
7
|
-
ArrowUpp.metadata = {
|
|
8
|
-
name: "ArrowUpp",
|
|
9
|
-
category: "stroke/arrows",
|
|
10
|
-
tags: ["arrow", "upp", "icon"],
|
|
11
|
-
description: "ArrowUpp icon from stroke/arrows category",
|
|
12
|
-
type: ["stroke", "icon"],
|
|
13
|
-
};
|
|
14
|
-
export default ArrowUpp;
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
import * as React from "react";
|
|
2
|
-
import type { IconProps, IconMetadata, IconComponent } from "../../types";
|
|
3
|
-
|
|
4
|
-
export const ArrowDown: IconComponent = React.forwardRef<
|
|
5
|
-
SVGSVGElement,
|
|
6
|
-
IconProps
|
|
7
|
-
>(function ArrowDown(
|
|
8
|
-
{
|
|
9
|
-
color = "currentColor",
|
|
10
|
-
fill,
|
|
11
|
-
size = 24,
|
|
12
|
-
strokeWidth,
|
|
13
|
-
strokeLinecap,
|
|
14
|
-
strokeLinejoin,
|
|
15
|
-
strokeDasharray,
|
|
16
|
-
opacity,
|
|
17
|
-
className,
|
|
18
|
-
...props
|
|
19
|
-
},
|
|
20
|
-
forwardedRef,
|
|
21
|
-
) {
|
|
22
|
-
return (
|
|
23
|
-
<svg
|
|
24
|
-
width={size}
|
|
25
|
-
height={size}
|
|
26
|
-
viewBox="0 0 15 15"
|
|
27
|
-
fill="none"
|
|
28
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
29
|
-
className={className}
|
|
30
|
-
strokeWidth={strokeWidth}
|
|
31
|
-
strokeLinecap={strokeLinecap}
|
|
32
|
-
strokeLinejoin={strokeLinejoin}
|
|
33
|
-
strokeDasharray={strokeDasharray}
|
|
34
|
-
opacity={opacity}
|
|
35
|
-
{...props}
|
|
36
|
-
ref={forwardedRef}
|
|
37
|
-
>
|
|
38
|
-
<path
|
|
39
|
-
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"
|
|
40
|
-
fill="currentColor"
|
|
41
|
-
/>
|
|
42
|
-
</svg>
|
|
43
|
-
);
|
|
44
|
-
});
|
|
45
|
-
|
|
46
|
-
ArrowDown.displayName = "ArrowDown";
|
|
47
|
-
|
|
48
|
-
ArrowDown.metadata = {
|
|
49
|
-
name: "ArrowDown",
|
|
50
|
-
category: "stroke/arrows",
|
|
51
|
-
tags: ["arrow", "down", "icon"],
|
|
52
|
-
description: "ArrowDown icon from stroke/arrows category",
|
|
53
|
-
type: ["stroke", "icon"],
|
|
54
|
-
} as IconMetadata;
|
|
55
|
-
|
|
56
|
-
export default ArrowDown;
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
import * as React from "react";
|
|
2
|
-
import type { IconProps, IconMetadata, IconComponent } from "../../types";
|
|
3
|
-
|
|
4
|
-
export const ArrowLeft: IconComponent = React.forwardRef<
|
|
5
|
-
SVGSVGElement,
|
|
6
|
-
IconProps
|
|
7
|
-
>(function ArrowLeft(
|
|
8
|
-
{
|
|
9
|
-
color = "currentColor",
|
|
10
|
-
fill,
|
|
11
|
-
size = 24,
|
|
12
|
-
strokeWidth,
|
|
13
|
-
strokeLinecap,
|
|
14
|
-
strokeLinejoin,
|
|
15
|
-
strokeDasharray,
|
|
16
|
-
opacity,
|
|
17
|
-
className,
|
|
18
|
-
...props
|
|
19
|
-
},
|
|
20
|
-
forwardedRef,
|
|
21
|
-
) {
|
|
22
|
-
return (
|
|
23
|
-
<svg
|
|
24
|
-
width={size}
|
|
25
|
-
height={size}
|
|
26
|
-
viewBox="0 0 15 15"
|
|
27
|
-
fill="none"
|
|
28
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
29
|
-
className={className}
|
|
30
|
-
strokeWidth={strokeWidth}
|
|
31
|
-
strokeLinecap={strokeLinecap}
|
|
32
|
-
strokeLinejoin={strokeLinejoin}
|
|
33
|
-
strokeDasharray={strokeDasharray}
|
|
34
|
-
opacity={opacity}
|
|
35
|
-
{...props}
|
|
36
|
-
ref={forwardedRef}
|
|
37
|
-
>
|
|
38
|
-
<path
|
|
39
|
-
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"
|
|
40
|
-
fill="currentColor"
|
|
41
|
-
/>
|
|
42
|
-
</svg>
|
|
43
|
-
);
|
|
44
|
-
});
|
|
45
|
-
|
|
46
|
-
ArrowLeft.displayName = "ArrowLeft";
|
|
47
|
-
|
|
48
|
-
ArrowLeft.metadata = {
|
|
49
|
-
name: "ArrowLeft",
|
|
50
|
-
category: "stroke/arrows",
|
|
51
|
-
tags: ["arrow", "left", "icon"],
|
|
52
|
-
description: "ArrowLeft icon from stroke/arrows category",
|
|
53
|
-
type: ["stroke", "icon"],
|
|
54
|
-
} as IconMetadata;
|
|
55
|
-
|
|
56
|
-
export default ArrowLeft;
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
import * as React from "react";
|
|
2
|
-
import type { IconProps, IconMetadata, IconComponent } from "../../types";
|
|
3
|
-
|
|
4
|
-
export const ArrowRight: IconComponent = React.forwardRef<
|
|
5
|
-
SVGSVGElement,
|
|
6
|
-
IconProps
|
|
7
|
-
>(function ArrowRight(
|
|
8
|
-
{
|
|
9
|
-
color = "currentColor",
|
|
10
|
-
fill,
|
|
11
|
-
size = 24,
|
|
12
|
-
strokeWidth,
|
|
13
|
-
strokeLinecap,
|
|
14
|
-
strokeLinejoin,
|
|
15
|
-
strokeDasharray,
|
|
16
|
-
opacity,
|
|
17
|
-
className,
|
|
18
|
-
...props
|
|
19
|
-
},
|
|
20
|
-
forwardedRef,
|
|
21
|
-
) {
|
|
22
|
-
return (
|
|
23
|
-
<svg
|
|
24
|
-
width={size}
|
|
25
|
-
height={size}
|
|
26
|
-
viewBox="0 0 15 15"
|
|
27
|
-
fill="none"
|
|
28
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
29
|
-
className={className}
|
|
30
|
-
strokeWidth={strokeWidth}
|
|
31
|
-
strokeLinecap={strokeLinecap}
|
|
32
|
-
strokeLinejoin={strokeLinejoin}
|
|
33
|
-
strokeDasharray={strokeDasharray}
|
|
34
|
-
opacity={opacity}
|
|
35
|
-
{...props}
|
|
36
|
-
ref={forwardedRef}
|
|
37
|
-
>
|
|
38
|
-
<path
|
|
39
|
-
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"
|
|
40
|
-
fill="currentColor"
|
|
41
|
-
/>
|
|
42
|
-
</svg>
|
|
43
|
-
);
|
|
44
|
-
});
|
|
45
|
-
|
|
46
|
-
ArrowRight.displayName = "ArrowRight";
|
|
47
|
-
|
|
48
|
-
ArrowRight.metadata = {
|
|
49
|
-
name: "ArrowRight",
|
|
50
|
-
category: "stroke/arrows",
|
|
51
|
-
tags: ["arrow", "right", "icon"],
|
|
52
|
-
description: "ArrowRight icon from stroke/arrows category",
|
|
53
|
-
type: ["stroke", "icon"],
|
|
54
|
-
} as IconMetadata;
|
|
55
|
-
|
|
56
|
-
export default ArrowRight;
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
import * as React from "react";
|
|
2
|
-
import type { IconProps, IconMetadata, IconComponent } from "../../types";
|
|
3
|
-
|
|
4
|
-
export const ArrowUp: IconComponent = React.forwardRef<
|
|
5
|
-
SVGSVGElement,
|
|
6
|
-
IconProps
|
|
7
|
-
>(function ArrowUp(
|
|
8
|
-
{
|
|
9
|
-
color = "currentColor",
|
|
10
|
-
fill,
|
|
11
|
-
size = 24,
|
|
12
|
-
strokeWidth,
|
|
13
|
-
strokeLinecap,
|
|
14
|
-
strokeLinejoin,
|
|
15
|
-
strokeDasharray,
|
|
16
|
-
opacity,
|
|
17
|
-
className,
|
|
18
|
-
...props
|
|
19
|
-
},
|
|
20
|
-
forwardedRef,
|
|
21
|
-
) {
|
|
22
|
-
return (
|
|
23
|
-
<svg
|
|
24
|
-
width={size}
|
|
25
|
-
height={size}
|
|
26
|
-
viewBox="0 0 15 15"
|
|
27
|
-
fill="none"
|
|
28
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
29
|
-
className={className}
|
|
30
|
-
strokeWidth={strokeWidth}
|
|
31
|
-
strokeLinecap={strokeLinecap}
|
|
32
|
-
strokeLinejoin={strokeLinejoin}
|
|
33
|
-
strokeDasharray={strokeDasharray}
|
|
34
|
-
opacity={opacity}
|
|
35
|
-
{...props}
|
|
36
|
-
ref={forwardedRef}
|
|
37
|
-
>
|
|
38
|
-
<path
|
|
39
|
-
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"
|
|
40
|
-
fill="currentColor"
|
|
41
|
-
/>
|
|
42
|
-
</svg>
|
|
43
|
-
);
|
|
44
|
-
});
|
|
45
|
-
|
|
46
|
-
ArrowUp.displayName = "ArrowUp";
|
|
47
|
-
|
|
48
|
-
ArrowUp.metadata = {
|
|
49
|
-
name: "ArrowUp",
|
|
50
|
-
category: "stroke/arrows",
|
|
51
|
-
tags: ["arrow", "up", "icon"],
|
|
52
|
-
description: "ArrowUp icon from stroke/arrows category",
|
|
53
|
-
type: ["stroke", "icon"],
|
|
54
|
-
} as IconMetadata;
|
|
55
|
-
|
|
56
|
-
export default ArrowUp;
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
import * as React from "react";
|
|
2
|
-
import type { IconProps, IconMetadata, IconComponent } from "../../types";
|
|
3
|
-
|
|
4
|
-
export const ArrowUpp: IconComponent = React.forwardRef<
|
|
5
|
-
SVGSVGElement,
|
|
6
|
-
IconProps
|
|
7
|
-
>(function ArrowUpp(
|
|
8
|
-
{
|
|
9
|
-
color = "currentColor",
|
|
10
|
-
fill,
|
|
11
|
-
size = 24,
|
|
12
|
-
strokeWidth,
|
|
13
|
-
strokeLinecap,
|
|
14
|
-
strokeLinejoin,
|
|
15
|
-
strokeDasharray,
|
|
16
|
-
opacity,
|
|
17
|
-
className,
|
|
18
|
-
...props
|
|
19
|
-
},
|
|
20
|
-
forwardedRef,
|
|
21
|
-
) {
|
|
22
|
-
return (
|
|
23
|
-
<svg
|
|
24
|
-
width={size}
|
|
25
|
-
height={size}
|
|
26
|
-
viewBox="0 0 24 24"
|
|
27
|
-
fill="none"
|
|
28
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
29
|
-
className={className}
|
|
30
|
-
strokeWidth={strokeWidth}
|
|
31
|
-
strokeLinecap={strokeLinecap}
|
|
32
|
-
strokeLinejoin={strokeLinejoin}
|
|
33
|
-
strokeDasharray={strokeDasharray}
|
|
34
|
-
opacity={opacity}
|
|
35
|
-
{...props}
|
|
36
|
-
ref={forwardedRef}
|
|
37
|
-
>
|
|
38
|
-
<path
|
|
39
|
-
d="M3.2 20 11.2 12 3.2 4M14.2 20 21.2 12 14.2 4"
|
|
40
|
-
stroke={color}
|
|
41
|
-
strokeWidth={strokeWidth}
|
|
42
|
-
strokeLinecap="round"
|
|
43
|
-
strokeLinejoin="round"
|
|
44
|
-
/>
|
|
45
|
-
</svg>
|
|
46
|
-
);
|
|
47
|
-
});
|
|
48
|
-
|
|
49
|
-
ArrowUpp.displayName = "ArrowUpp";
|
|
50
|
-
|
|
51
|
-
ArrowUpp.metadata = {
|
|
52
|
-
name: "ArrowUpp",
|
|
53
|
-
category: "stroke/arrows",
|
|
54
|
-
tags: ["arrow", "upp", "icon"],
|
|
55
|
-
description: "ArrowUpp icon from stroke/arrows category",
|
|
56
|
-
type: ["stroke", "icon"],
|
|
57
|
-
} as IconMetadata;
|
|
58
|
-
|
|
59
|
-
export default ArrowUpp;
|