@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,57 @@
|
|
|
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.EarOff = void 0;
|
|
37
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
38
|
+
const React = __importStar(require("react"));
|
|
39
|
+
exports.EarOff = React.forwardRef(function EarOff({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, type = "stroke", ...props }, forwardedRef) {
|
|
40
|
+
if (type === "solid") {
|
|
41
|
+
return ((0, jsx_runtime_1.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: [(0, jsx_runtime_1.jsxs)("g", { fill: "currentColor", clipPath: "url(#undefined-clip0_49_191)", children: [(0, jsx_runtime_1.jsx)("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" }), (0, jsx_runtime_1.jsx)("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" }), (0, jsx_runtime_1.jsx)("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" })] }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { id: "undefined-clip0_49_191", children: (0, jsx_runtime_1.jsx)("path", { fill: "#fff", d: "M0 0H24V24H0z" }) }) })] }));
|
|
42
|
+
}
|
|
43
|
+
if (type === "stroke") {
|
|
44
|
+
return ((0, jsx_runtime_1.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: [(0, jsx_runtime_1.jsx)("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: color, strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("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: color, strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
45
|
+
}
|
|
46
|
+
console.error(`EarOff doesn't support ${type}`);
|
|
47
|
+
return null;
|
|
48
|
+
});
|
|
49
|
+
exports.EarOff.displayName = "EarOff";
|
|
50
|
+
exports.EarOff.metadata = {
|
|
51
|
+
name: "EarOff",
|
|
52
|
+
category: "solid/accessibility",
|
|
53
|
+
tags: ["ear", "off", "icon"],
|
|
54
|
+
description: "EarOff icon from solid/accessibility category",
|
|
55
|
+
type: ["stroke", "icon"],
|
|
56
|
+
};
|
|
57
|
+
exports.default = exports.EarOff;
|
|
@@ -0,0 +1,57 @@
|
|
|
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.Eclipse = void 0;
|
|
37
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
38
|
+
const React = __importStar(require("react"));
|
|
39
|
+
exports.Eclipse = React.forwardRef(function Eclipse({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, type = "stroke", ...props }, forwardedRef) {
|
|
40
|
+
if (type === "solid") {
|
|
41
|
+
return ((0, jsx_runtime_1.jsx)("svg", { width: size, height: size, viewBox: "0 0 22 22", 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 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" }) }));
|
|
42
|
+
}
|
|
43
|
+
if (type === "stroke") {
|
|
44
|
+
return ((0, jsx_runtime_1.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: [(0, jsx_runtime_1.jsx)("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: color, strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("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: color, strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
45
|
+
}
|
|
46
|
+
console.error(`Eclipse doesn't support ${type}`);
|
|
47
|
+
return null;
|
|
48
|
+
});
|
|
49
|
+
exports.Eclipse.displayName = "Eclipse";
|
|
50
|
+
exports.Eclipse.metadata = {
|
|
51
|
+
name: "Eclipse",
|
|
52
|
+
category: "solid/accessibility",
|
|
53
|
+
tags: ["eclipse", "icon"],
|
|
54
|
+
description: "Eclipse icon from solid/accessibility category",
|
|
55
|
+
type: ["stroke", "icon"],
|
|
56
|
+
};
|
|
57
|
+
exports.default = exports.Eclipse;
|
|
@@ -0,0 +1,57 @@
|
|
|
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.Eye = void 0;
|
|
37
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
38
|
+
const React = __importStar(require("react"));
|
|
39
|
+
exports.Eye = React.forwardRef(function Eye({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, type = "stroke", ...props }, forwardedRef) {
|
|
40
|
+
if (type === "solid") {
|
|
41
|
+
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: "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" }) }));
|
|
42
|
+
}
|
|
43
|
+
if (type === "stroke") {
|
|
44
|
+
return ((0, jsx_runtime_1.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: [(0, jsx_runtime_1.jsx)("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: color, strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("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: color, strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
45
|
+
}
|
|
46
|
+
console.error(`Eye doesn't support ${type}`);
|
|
47
|
+
return null;
|
|
48
|
+
});
|
|
49
|
+
exports.Eye.displayName = "Eye";
|
|
50
|
+
exports.Eye.metadata = {
|
|
51
|
+
name: "Eye",
|
|
52
|
+
category: "solid/accessibility",
|
|
53
|
+
tags: ["eye", "icon"],
|
|
54
|
+
description: "Eye icon from solid/accessibility category",
|
|
55
|
+
type: ["stroke", "icon"],
|
|
56
|
+
};
|
|
57
|
+
exports.default = exports.Eye;
|
|
@@ -0,0 +1,57 @@
|
|
|
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.EyeClosed = void 0;
|
|
37
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
38
|
+
const React = __importStar(require("react"));
|
|
39
|
+
exports.EyeClosed = React.forwardRef(function EyeClosed({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, type = "stroke", ...props }, forwardedRef) {
|
|
40
|
+
if (type === "solid") {
|
|
41
|
+
return ((0, jsx_runtime_1.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: [(0, jsx_runtime_1.jsx)("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" }), (0, jsx_runtime_1.jsx)("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" }), (0, jsx_runtime_1.jsx)("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" })] }));
|
|
42
|
+
}
|
|
43
|
+
if (type === "stroke") {
|
|
44
|
+
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: "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: color, strokeLinecap: "round", strokeLinejoin: "round" }) }));
|
|
45
|
+
}
|
|
46
|
+
console.error(`EyeClosed doesn't support ${type}`);
|
|
47
|
+
return null;
|
|
48
|
+
});
|
|
49
|
+
exports.EyeClosed.displayName = "EyeClosed";
|
|
50
|
+
exports.EyeClosed.metadata = {
|
|
51
|
+
name: "EyeClosed",
|
|
52
|
+
category: "solid/accessibility",
|
|
53
|
+
tags: ["eye", "closed", "icon"],
|
|
54
|
+
description: "EyeClosed icon from solid/accessibility category",
|
|
55
|
+
type: ["stroke", "icon"],
|
|
56
|
+
};
|
|
57
|
+
exports.default = exports.EyeClosed;
|
|
@@ -0,0 +1,57 @@
|
|
|
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.EyeOff = void 0;
|
|
37
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
38
|
+
const React = __importStar(require("react"));
|
|
39
|
+
exports.EyeOff = React.forwardRef(function EyeOff({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, type = "stroke", ...props }, forwardedRef) {
|
|
40
|
+
if (type === "solid") {
|
|
41
|
+
return ((0, jsx_runtime_1.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: [(0, jsx_runtime_1.jsxs)("g", { fill: "currentColor", clipPath: "url(#undefined-clip0_49_226)", children: [(0, jsx_runtime_1.jsx)("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" }), (0, jsx_runtime_1.jsx)("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" }), (0, jsx_runtime_1.jsx)("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" })] }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { id: "undefined-clip0_49_226", children: (0, jsx_runtime_1.jsx)("path", { fill: "#fff", d: "M0 0H24V24H0z" }) }) })] }));
|
|
42
|
+
}
|
|
43
|
+
if (type === "stroke") {
|
|
44
|
+
return ((0, jsx_runtime_1.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: [(0, jsx_runtime_1.jsx)("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: color, strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("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: color, strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
45
|
+
}
|
|
46
|
+
console.error(`EyeOff doesn't support ${type}`);
|
|
47
|
+
return null;
|
|
48
|
+
});
|
|
49
|
+
exports.EyeOff.displayName = "EyeOff";
|
|
50
|
+
exports.EyeOff.metadata = {
|
|
51
|
+
name: "EyeOff",
|
|
52
|
+
category: "solid/accessibility",
|
|
53
|
+
tags: ["eye", "off", "icon"],
|
|
54
|
+
description: "EyeOff icon from solid/accessibility category",
|
|
55
|
+
type: ["stroke", "icon"],
|
|
56
|
+
};
|
|
57
|
+
exports.default = exports.EyeOff;
|
|
@@ -0,0 +1,57 @@
|
|
|
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.Glasses = void 0;
|
|
37
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
38
|
+
const React = __importStar(require("react"));
|
|
39
|
+
exports.Glasses = React.forwardRef(function Glasses({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, type = "stroke", ...props }, forwardedRef) {
|
|
40
|
+
if (type === "solid") {
|
|
41
|
+
return ((0, jsx_runtime_1.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: [(0, jsx_runtime_1.jsx)("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" }), (0, jsx_runtime_1.jsx)("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" }), (0, jsx_runtime_1.jsx)("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" }), (0, jsx_runtime_1.jsx)("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" })] }));
|
|
42
|
+
}
|
|
43
|
+
if (type === "stroke") {
|
|
44
|
+
return ((0, jsx_runtime_1.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: [(0, jsx_runtime_1.jsx)("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: color, strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("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: color, strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
45
|
+
}
|
|
46
|
+
console.error(`Glasses doesn't support ${type}`);
|
|
47
|
+
return null;
|
|
48
|
+
});
|
|
49
|
+
exports.Glasses.displayName = "Glasses";
|
|
50
|
+
exports.Glasses.metadata = {
|
|
51
|
+
name: "Glasses",
|
|
52
|
+
category: "solid/accessibility",
|
|
53
|
+
tags: ["glasses", "icon"],
|
|
54
|
+
description: "Glasses icon from solid/accessibility category",
|
|
55
|
+
type: ["stroke", "icon"],
|
|
56
|
+
};
|
|
57
|
+
exports.default = exports.Glasses;
|
|
@@ -38,7 +38,7 @@ const jsx_runtime_1 = require("react/jsx-runtime");
|
|
|
38
38
|
const React = __importStar(require("react"));
|
|
39
39
|
exports.Sun = React.forwardRef(function Sun({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, type = "stroke", ...props }, forwardedRef) {
|
|
40
40
|
if (type === "solid") {
|
|
41
|
-
return ((0, jsx_runtime_1.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: [(0, jsx_runtime_1.jsx)("g", { fill: "currentColor", clipPath: "url(#undefined-
|
|
41
|
+
return ((0, jsx_runtime_1.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: [(0, jsx_runtime_1.jsx)("g", { fill: "currentColor", clipPath: "url(#undefined-clip0_42_70)", children: (0, jsx_runtime_1.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" }) }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { id: "undefined-clip0_42_70", children: (0, jsx_runtime_1.jsx)("path", { fill: "#fff", d: "M0 0H24V24H0z" }) }) })] }));
|
|
42
42
|
}
|
|
43
43
|
if (type === "stroke") {
|
|
44
44
|
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: "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" }) }));
|
|
@@ -1,2 +1,16 @@
|
|
|
1
1
|
export { default as Moon } from "./Moon";
|
|
2
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";
|
|
@@ -3,8 +3,36 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.Sun = exports.Moon = void 0;
|
|
6
|
+
exports.Glasses = exports.Eye = exports.EyeOff = exports.EyeClosed = exports.Eclipse = exports.Ear = exports.EarOff = exports.Contrast = exports.ClosedCaption = exports.CircleQuestionMark = exports.BadgeQuestionMark = exports.BadgeInfo = exports.Baby = exports.Accessibility = exports.Sun = exports.Moon = void 0;
|
|
7
7
|
var Moon_1 = require("./Moon");
|
|
8
8
|
Object.defineProperty(exports, "Moon", { enumerable: true, get: function () { return __importDefault(Moon_1).default; } });
|
|
9
9
|
var Sun_1 = require("./Sun");
|
|
10
10
|
Object.defineProperty(exports, "Sun", { enumerable: true, get: function () { return __importDefault(Sun_1).default; } });
|
|
11
|
+
var Accessibility_1 = require("./Accessibility");
|
|
12
|
+
Object.defineProperty(exports, "Accessibility", { enumerable: true, get: function () { return __importDefault(Accessibility_1).default; } });
|
|
13
|
+
var Baby_1 = require("./Baby");
|
|
14
|
+
Object.defineProperty(exports, "Baby", { enumerable: true, get: function () { return __importDefault(Baby_1).default; } });
|
|
15
|
+
var BadgeInfo_1 = require("./BadgeInfo");
|
|
16
|
+
Object.defineProperty(exports, "BadgeInfo", { enumerable: true, get: function () { return __importDefault(BadgeInfo_1).default; } });
|
|
17
|
+
var BadgeQuestionMark_1 = require("./BadgeQuestionMark");
|
|
18
|
+
Object.defineProperty(exports, "BadgeQuestionMark", { enumerable: true, get: function () { return __importDefault(BadgeQuestionMark_1).default; } });
|
|
19
|
+
var CircleQuestionMark_1 = require("./CircleQuestionMark");
|
|
20
|
+
Object.defineProperty(exports, "CircleQuestionMark", { enumerable: true, get: function () { return __importDefault(CircleQuestionMark_1).default; } });
|
|
21
|
+
var ClosedCaption_1 = require("./ClosedCaption");
|
|
22
|
+
Object.defineProperty(exports, "ClosedCaption", { enumerable: true, get: function () { return __importDefault(ClosedCaption_1).default; } });
|
|
23
|
+
var Contrast_1 = require("./Contrast");
|
|
24
|
+
Object.defineProperty(exports, "Contrast", { enumerable: true, get: function () { return __importDefault(Contrast_1).default; } });
|
|
25
|
+
var EarOff_1 = require("./EarOff");
|
|
26
|
+
Object.defineProperty(exports, "EarOff", { enumerable: true, get: function () { return __importDefault(EarOff_1).default; } });
|
|
27
|
+
var Ear_1 = require("./Ear");
|
|
28
|
+
Object.defineProperty(exports, "Ear", { enumerable: true, get: function () { return __importDefault(Ear_1).default; } });
|
|
29
|
+
var Eclipse_1 = require("./Eclipse");
|
|
30
|
+
Object.defineProperty(exports, "Eclipse", { enumerable: true, get: function () { return __importDefault(Eclipse_1).default; } });
|
|
31
|
+
var EyeClosed_1 = require("./EyeClosed");
|
|
32
|
+
Object.defineProperty(exports, "EyeClosed", { enumerable: true, get: function () { return __importDefault(EyeClosed_1).default; } });
|
|
33
|
+
var EyeOff_1 = require("./EyeOff");
|
|
34
|
+
Object.defineProperty(exports, "EyeOff", { enumerable: true, get: function () { return __importDefault(EyeOff_1).default; } });
|
|
35
|
+
var Eye_1 = require("./Eye");
|
|
36
|
+
Object.defineProperty(exports, "Eye", { enumerable: true, get: function () { return __importDefault(Eye_1).default; } });
|
|
37
|
+
var Glasses_1 = require("./Glasses");
|
|
38
|
+
Object.defineProperty(exports, "Glasses", { enumerable: true, get: function () { return __importDefault(Glasses_1).default; } });
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -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 Accessibility = React.forwardRef(function Accessibility({ 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("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" }), _jsx("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" }), _jsx("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" })] }));
|
|
6
|
+
}
|
|
7
|
+
if (type === "stroke") {
|
|
8
|
+
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("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: color, strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("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: color, strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
9
|
+
}
|
|
10
|
+
console.error(`Accessibility doesn't support ${type}`);
|
|
11
|
+
return null;
|
|
12
|
+
});
|
|
13
|
+
Accessibility.displayName = "Accessibility";
|
|
14
|
+
Accessibility.metadata = {
|
|
15
|
+
name: "Accessibility",
|
|
16
|
+
category: "solid/accessibility",
|
|
17
|
+
tags: ["accessibility", "icon"],
|
|
18
|
+
description: "Accessibility icon from solid/accessibility category",
|
|
19
|
+
type: ["stroke", "icon"],
|
|
20
|
+
};
|
|
21
|
+
export default Accessibility;
|
|
@@ -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 Baby = React.forwardRef(function Baby({ 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("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" }), _jsx("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" }), _jsx("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" })] }));
|
|
6
|
+
}
|
|
7
|
+
if (type === "stroke") {
|
|
8
|
+
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("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: color, strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("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: color, strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
9
|
+
}
|
|
10
|
+
console.error(`Baby doesn't support ${type}`);
|
|
11
|
+
return null;
|
|
12
|
+
});
|
|
13
|
+
Baby.displayName = "Baby";
|
|
14
|
+
Baby.metadata = {
|
|
15
|
+
name: "Baby",
|
|
16
|
+
category: "solid/accessibility",
|
|
17
|
+
tags: ["baby", "icon"],
|
|
18
|
+
description: "Baby icon from solid/accessibility category",
|
|
19
|
+
type: ["stroke", "icon"],
|
|
20
|
+
};
|
|
21
|
+
export default Baby;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
export const BadgeInfo = React.forwardRef(function BadgeInfo({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, type = "stroke", ...props }, forwardedRef) {
|
|
4
|
+
if (type === "solid") {
|
|
5
|
+
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 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" }) }));
|
|
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: "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: color, strokeLinecap: "round", strokeLinejoin: "round" }) }));
|
|
9
|
+
}
|
|
10
|
+
console.error(`BadgeInfo doesn't support ${type}`);
|
|
11
|
+
return null;
|
|
12
|
+
});
|
|
13
|
+
BadgeInfo.displayName = "BadgeInfo";
|
|
14
|
+
BadgeInfo.metadata = {
|
|
15
|
+
name: "BadgeInfo",
|
|
16
|
+
category: "solid/accessibility",
|
|
17
|
+
tags: ["badge", "info", "icon"],
|
|
18
|
+
description: "BadgeInfo icon from solid/accessibility category",
|
|
19
|
+
type: ["stroke", "icon"],
|
|
20
|
+
};
|
|
21
|
+
export default BadgeInfo;
|