@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.
Files changed (143) hide show
  1. package/dist/cjs/index.d.ts +0 -1
  2. package/dist/cjs/index.js +0 -1
  3. package/dist/cjs/solid/accessibility/Accessibility.d.ts +6 -0
  4. package/dist/cjs/solid/accessibility/Accessibility.js +57 -0
  5. package/dist/cjs/solid/accessibility/Baby.d.ts +6 -0
  6. package/dist/cjs/solid/accessibility/Baby.js +57 -0
  7. package/dist/cjs/solid/accessibility/BadgeInfo.d.ts +6 -0
  8. package/dist/cjs/solid/accessibility/BadgeInfo.js +57 -0
  9. package/dist/cjs/solid/accessibility/BadgeQuestionMark.d.ts +6 -0
  10. package/dist/cjs/solid/accessibility/BadgeQuestionMark.js +57 -0
  11. package/dist/cjs/solid/accessibility/CircleQuestionMark.d.ts +6 -0
  12. package/dist/cjs/solid/accessibility/CircleQuestionMark.js +57 -0
  13. package/dist/cjs/solid/accessibility/ClosedCaption.d.ts +6 -0
  14. package/dist/cjs/solid/accessibility/ClosedCaption.js +57 -0
  15. package/dist/cjs/solid/accessibility/Contrast.d.ts +6 -0
  16. package/dist/cjs/solid/accessibility/Contrast.js +57 -0
  17. package/dist/cjs/solid/accessibility/Ear.d.ts +6 -0
  18. package/dist/cjs/solid/accessibility/Ear.js +57 -0
  19. package/dist/cjs/solid/accessibility/EarOff.d.ts +6 -0
  20. package/dist/cjs/solid/accessibility/EarOff.js +57 -0
  21. package/dist/cjs/solid/accessibility/Eclipse.d.ts +6 -0
  22. package/dist/cjs/solid/accessibility/Eclipse.js +57 -0
  23. package/dist/cjs/solid/accessibility/Eye.d.ts +6 -0
  24. package/dist/cjs/solid/accessibility/Eye.js +57 -0
  25. package/dist/cjs/solid/accessibility/EyeClosed.d.ts +6 -0
  26. package/dist/cjs/solid/accessibility/EyeClosed.js +57 -0
  27. package/dist/cjs/solid/accessibility/EyeOff.d.ts +6 -0
  28. package/dist/cjs/solid/accessibility/EyeOff.js +57 -0
  29. package/dist/cjs/solid/accessibility/Glasses.d.ts +6 -0
  30. package/dist/cjs/solid/accessibility/Glasses.js +57 -0
  31. package/dist/cjs/solid/accessibility/Sun.js +1 -1
  32. package/dist/cjs/solid/accessibility/index.d.ts +14 -0
  33. package/dist/cjs/solid/accessibility/index.js +29 -1
  34. package/dist/index.d.ts +0 -1
  35. package/dist/index.js +0 -1
  36. package/dist/solid/accessibility/Accessibility.d.ts +6 -0
  37. package/dist/solid/accessibility/Accessibility.js +21 -0
  38. package/dist/solid/accessibility/Baby.d.ts +6 -0
  39. package/dist/solid/accessibility/Baby.js +21 -0
  40. package/dist/solid/accessibility/BadgeInfo.d.ts +6 -0
  41. package/dist/solid/accessibility/BadgeInfo.js +21 -0
  42. package/dist/solid/accessibility/BadgeQuestionMark.d.ts +6 -0
  43. package/dist/solid/accessibility/BadgeQuestionMark.js +21 -0
  44. package/dist/solid/accessibility/CircleQuestionMark.d.ts +6 -0
  45. package/dist/solid/accessibility/CircleQuestionMark.js +21 -0
  46. package/dist/solid/accessibility/ClosedCaption.d.ts +6 -0
  47. package/dist/solid/accessibility/ClosedCaption.js +21 -0
  48. package/dist/solid/accessibility/Contrast.d.ts +6 -0
  49. package/dist/solid/accessibility/Contrast.js +21 -0
  50. package/dist/solid/accessibility/Ear.d.ts +6 -0
  51. package/dist/solid/accessibility/Ear.js +21 -0
  52. package/dist/solid/accessibility/EarOff.d.ts +6 -0
  53. package/dist/solid/accessibility/EarOff.js +21 -0
  54. package/dist/solid/accessibility/Eclipse.d.ts +6 -0
  55. package/dist/solid/accessibility/Eclipse.js +21 -0
  56. package/dist/solid/accessibility/Eye.d.ts +6 -0
  57. package/dist/solid/accessibility/Eye.js +21 -0
  58. package/dist/solid/accessibility/EyeClosed.d.ts +6 -0
  59. package/dist/solid/accessibility/EyeClosed.js +21 -0
  60. package/dist/solid/accessibility/EyeOff.d.ts +6 -0
  61. package/dist/solid/accessibility/EyeOff.js +21 -0
  62. package/dist/solid/accessibility/Glasses.d.ts +6 -0
  63. package/dist/solid/accessibility/Glasses.js +21 -0
  64. package/dist/solid/accessibility/Sun.js +1 -1
  65. package/dist/solid/accessibility/index.d.ts +14 -0
  66. package/dist/solid/accessibility/index.js +14 -0
  67. package/icons/solid/accessibility/accessibility.svg +1 -0
  68. package/icons/solid/accessibility/baby.svg +1 -0
  69. package/icons/solid/accessibility/badge-info.svg +1 -0
  70. package/icons/solid/accessibility/badge-question-mark.svg +1 -0
  71. package/icons/solid/accessibility/circle-question-mark.svg +1 -0
  72. package/icons/solid/accessibility/closed-caption.svg +1 -0
  73. package/icons/solid/accessibility/contrast.svg +1 -0
  74. package/icons/solid/accessibility/ear-off.svg +1 -0
  75. package/icons/solid/accessibility/ear.svg +1 -0
  76. package/icons/solid/accessibility/eclipse.svg +1 -0
  77. package/icons/solid/accessibility/eye-closed.svg +1 -0
  78. package/icons/solid/accessibility/eye-off.svg +1 -0
  79. package/icons/solid/accessibility/eye.svg +1 -0
  80. package/icons/solid/accessibility/glasses.svg +1 -0
  81. package/icons/solid/accessibility/sun.svg +1 -1
  82. package/icons/stroke/accessibility/accessibility.svg +1 -0
  83. package/icons/stroke/accessibility/baby.svg +1 -0
  84. package/icons/stroke/accessibility/badge-info.svg +1 -0
  85. package/icons/stroke/accessibility/badge-question-mark.svg +1 -0
  86. package/icons/stroke/accessibility/circle-question-mark.svg +1 -0
  87. package/icons/stroke/accessibility/closed-caption.svg +1 -0
  88. package/icons/stroke/accessibility/contrast.svg +1 -0
  89. package/icons/stroke/accessibility/ear-off.svg +1 -0
  90. package/icons/stroke/accessibility/ear.svg +1 -0
  91. package/icons/stroke/accessibility/eclipse.svg +1 -0
  92. package/icons/stroke/accessibility/eye-closed.svg +1 -0
  93. package/icons/stroke/accessibility/eye-off.svg +1 -0
  94. package/icons/stroke/accessibility/eye.svg +1 -0
  95. package/icons/stroke/accessibility/glasses.svg +1 -0
  96. package/package.json +1 -1
  97. package/src/index.tsx +0 -1
  98. package/src/solid/accessibility/Accessibility.tsx +105 -0
  99. package/src/solid/accessibility/Baby.tsx +107 -0
  100. package/src/solid/accessibility/BadgeInfo.tsx +93 -0
  101. package/src/solid/accessibility/BadgeQuestionMark.tsx +99 -0
  102. package/src/solid/accessibility/CircleQuestionMark.tsx +99 -0
  103. package/src/solid/accessibility/ClosedCaption.tsx +97 -0
  104. package/src/solid/accessibility/Contrast.tsx +99 -0
  105. package/src/solid/accessibility/Ear.tsx +103 -0
  106. package/src/solid/accessibility/EarOff.tsx +105 -0
  107. package/src/solid/accessibility/Eclipse.tsx +99 -0
  108. package/src/solid/accessibility/Eye.tsx +99 -0
  109. package/src/solid/accessibility/EyeClosed.tsx +101 -0
  110. package/src/solid/accessibility/EyeOff.tsx +105 -0
  111. package/src/solid/accessibility/Glasses.tsx +111 -0
  112. package/src/solid/accessibility/Sun.tsx +3 -3
  113. package/src/solid/accessibility/index.ts +15 -1
  114. package/dist/cjs/stroke/arrows/ArrowDown.d.ts +0 -3
  115. package/dist/cjs/stroke/arrows/ArrowDown.js +0 -50
  116. package/dist/cjs/stroke/arrows/ArrowLeft.d.ts +0 -3
  117. package/dist/cjs/stroke/arrows/ArrowLeft.js +0 -50
  118. package/dist/cjs/stroke/arrows/ArrowRight.d.ts +0 -3
  119. package/dist/cjs/stroke/arrows/ArrowRight.js +0 -50
  120. package/dist/cjs/stroke/arrows/ArrowUp.d.ts +0 -3
  121. package/dist/cjs/stroke/arrows/ArrowUp.js +0 -50
  122. package/dist/cjs/stroke/arrows/ArrowUpp.d.ts +0 -3
  123. package/dist/cjs/stroke/arrows/ArrowUpp.js +0 -50
  124. package/dist/cjs/stroke/arrows/index.d.ts +0 -5
  125. package/dist/cjs/stroke/arrows/index.js +0 -16
  126. package/dist/stroke/arrows/ArrowDown.d.ts +0 -3
  127. package/dist/stroke/arrows/ArrowDown.js +0 -14
  128. package/dist/stroke/arrows/ArrowLeft.d.ts +0 -3
  129. package/dist/stroke/arrows/ArrowLeft.js +0 -14
  130. package/dist/stroke/arrows/ArrowRight.d.ts +0 -3
  131. package/dist/stroke/arrows/ArrowRight.js +0 -14
  132. package/dist/stroke/arrows/ArrowUp.d.ts +0 -3
  133. package/dist/stroke/arrows/ArrowUp.js +0 -14
  134. package/dist/stroke/arrows/ArrowUpp.d.ts +0 -3
  135. package/dist/stroke/arrows/ArrowUpp.js +0 -14
  136. package/dist/stroke/arrows/index.d.ts +0 -5
  137. package/dist/stroke/arrows/index.js +0 -5
  138. package/src/stroke/arrows/ArrowDown.tsx +0 -56
  139. package/src/stroke/arrows/ArrowLeft.tsx +0 -56
  140. package/src/stroke/arrows/ArrowRight.tsx +0 -56
  141. package/src/stroke/arrows/ArrowUp.tsx +0 -56
  142. package/src/stroke/arrows/ArrowUpp.tsx +0 -59
  143. package/src/stroke/arrows/index.ts +0 -5
@@ -1,3 +1,2 @@
1
1
  export * from "./solid/accessibility";
2
- export * from "./stroke/arrows";
3
2
  export type { IconProps } from "./types";
package/dist/cjs/index.js CHANGED
@@ -16,4 +16,3 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
16
  };
17
17
  Object.defineProperty(exports, "__esModule", { value: true });
18
18
  __exportStar(require("./solid/accessibility"), exports);
19
- __exportStar(require("./stroke/arrows"), exports);
@@ -0,0 +1,6 @@
1
+ import type { IconProps, IconComponent } from "../../types";
2
+ interface AccessibilityProps extends IconProps {
3
+ type?: "solid" | "stroke";
4
+ }
5
+ export declare const Accessibility: IconComponent<AccessibilityProps>;
6
+ export default Accessibility;
@@ -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.Accessibility = void 0;
37
+ const jsx_runtime_1 = require("react/jsx-runtime");
38
+ const React = __importStar(require("react"));
39
+ exports.Accessibility = React.forwardRef(function Accessibility({ 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: "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" }), (0, jsx_runtime_1.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" }), (0, jsx_runtime_1.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" })] }));
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: "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" }), (0, jsx_runtime_1.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" })] }));
45
+ }
46
+ console.error(`Accessibility doesn't support ${type}`);
47
+ return null;
48
+ });
49
+ exports.Accessibility.displayName = "Accessibility";
50
+ exports.Accessibility.metadata = {
51
+ name: "Accessibility",
52
+ category: "solid/accessibility",
53
+ tags: ["accessibility", "icon"],
54
+ description: "Accessibility icon from solid/accessibility category",
55
+ type: ["stroke", "icon"],
56
+ };
57
+ exports.default = exports.Accessibility;
@@ -0,0 +1,6 @@
1
+ import type { IconProps, IconComponent } from "../../types";
2
+ interface BabyProps extends IconProps {
3
+ type?: "solid" | "stroke";
4
+ }
5
+ export declare const Baby: IconComponent<BabyProps>;
6
+ export default Baby;
@@ -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.Baby = void 0;
37
+ const jsx_runtime_1 = require("react/jsx-runtime");
38
+ const React = __importStar(require("react"));
39
+ exports.Baby = React.forwardRef(function Baby({ 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.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" }), (0, jsx_runtime_1.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" }), (0, jsx_runtime_1.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" })] }));
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 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" }), (0, jsx_runtime_1.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" })] }));
45
+ }
46
+ console.error(`Baby doesn't support ${type}`);
47
+ return null;
48
+ });
49
+ exports.Baby.displayName = "Baby";
50
+ exports.Baby.metadata = {
51
+ name: "Baby",
52
+ category: "solid/accessibility",
53
+ tags: ["baby", "icon"],
54
+ description: "Baby icon from solid/accessibility category",
55
+ type: ["stroke", "icon"],
56
+ };
57
+ exports.default = exports.Baby;
@@ -0,0 +1,6 @@
1
+ import type { IconProps, IconComponent } from "../../types";
2
+ interface BadgeInfoProps extends IconProps {
3
+ type?: "solid" | "stroke";
4
+ }
5
+ export declare const BadgeInfo: IconComponent<BadgeInfoProps>;
6
+ export default BadgeInfo;
@@ -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.BadgeInfo = void 0;
37
+ const jsx_runtime_1 = require("react/jsx-runtime");
38
+ const React = __importStar(require("react"));
39
+ exports.BadgeInfo = React.forwardRef(function BadgeInfo({ 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 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" }) }));
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: "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" }) }));
45
+ }
46
+ console.error(`BadgeInfo doesn't support ${type}`);
47
+ return null;
48
+ });
49
+ exports.BadgeInfo.displayName = "BadgeInfo";
50
+ exports.BadgeInfo.metadata = {
51
+ name: "BadgeInfo",
52
+ category: "solid/accessibility",
53
+ tags: ["badge", "info", "icon"],
54
+ description: "BadgeInfo icon from solid/accessibility category",
55
+ type: ["stroke", "icon"],
56
+ };
57
+ exports.default = exports.BadgeInfo;
@@ -0,0 +1,6 @@
1
+ import type { IconProps, IconComponent } from "../../types";
2
+ interface BadgeQuestionMarkProps extends IconProps {
3
+ type?: "solid" | "stroke";
4
+ }
5
+ export declare const BadgeQuestionMark: IconComponent<BadgeQuestionMarkProps>;
6
+ export default BadgeQuestionMark;
@@ -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.BadgeQuestionMark = void 0;
37
+ const jsx_runtime_1 = require("react/jsx-runtime");
38
+ const React = __importStar(require("react"));
39
+ exports.BadgeQuestionMark = React.forwardRef(function BadgeQuestionMark({ 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 2.00488C12.6714 2.00488 13.332 2.17369 13.9209 2.49609C14.5098 2.81853 15.0084 3.284 15.3701 3.84961C16.0282 3.70168 16.7135 3.72335 17.3613 3.91113C18.0091 4.09897 18.5993 4.44692 19.0762 4.92383C19.5531 5.40074 19.901 5.9909 20.0889 6.63867C20.2767 7.28654 20.2983 7.97177 20.1504 8.62988C20.716 8.99158 21.1815 9.49024 21.5039 10.0791C21.8263 10.668 21.9951 11.3286 21.9951 12C21.9951 12.6714 21.8263 13.332 21.5039 13.9209C21.1815 14.5098 20.716 15.0084 20.1504 15.3701C20.2976 16.0271 20.2761 16.7107 20.0889 17.3574C19.9015 18.0043 19.5538 18.5936 19.0781 19.0703C18.6024 19.547 18.0137 19.8963 17.3672 20.085C16.7208 20.2735 16.0372 20.2963 15.3799 20.1504C15.0187 20.7181 14.5195 21.1859 13.9297 21.5098C13.3399 21.8335 12.6777 22.0029 12.0049 22.0029C11.332 22.0029 10.6699 21.8335 10.0801 21.5098C9.49021 21.1859 8.99111 20.7181 8.62988 20.1504C7.97288 20.2977 7.28932 20.2761 6.64258 20.0889C5.9957 19.9015 5.4064 19.5538 4.92969 19.0781C4.45297 18.6024 4.10374 18.0137 3.91504 17.3672C3.72645 16.7208 3.70368 16.0372 3.84961 15.3799C3.27971 15.0191 2.81066 14.5196 2.48535 13.9287C2.16007 13.3378 1.98926 12.6745 1.98926 12C1.98926 11.3254 2.15999 10.6613 2.48535 10.0703C2.81064 9.47968 3.27987 8.98076 3.84961 8.62012C3.70365 7.96264 3.72634 7.27834 3.91504 6.63184C4.10377 5.98549 4.45307 5.3975 4.92969 4.92188C5.4064 4.44616 5.99569 4.09848 6.64258 3.91113C7.28932 3.72388 7.97288 3.70234 8.62988 3.84961C8.99158 3.28401 9.49023 2.81853 10.0791 2.49609C10.668 2.17369 11.3286 2.00488 12 2.00488ZM12 15.5C11.1716 15.5 10.5 16.1716 10.5 17C10.5 17.8284 11.1716 18.5 12 18.5H12.0098C12.8382 18.5 13.5098 17.8284 13.5098 17C13.5098 16.1716 12.8382 15.5 12.0098 15.5H12ZM12.6807 5.55957C11.6334 5.37999 10.5558 5.57686 9.63965 6.11523C8.72355 6.65363 8.0275 7.49961 7.6748 8.50195C7.40003 9.28327 7.81061 10.14 8.5918 10.415C9.37328 10.6899 10.23 10.2786 10.5049 9.49707C10.6225 9.16317 10.8549 8.88153 11.1602 8.70215C11.4654 8.5228 11.8248 8.4568 12.1738 8.5166C12.5227 8.57653 12.8394 8.75858 13.0674 9.0293C13.2953 9.3001 13.4203 9.64314 13.4199 9.99707V10C13.4197 10.2038 13.2468 10.5627 12.5879 11.002C12.3039 11.1913 12.0089 11.3394 11.7793 11.4414C11.6667 11.4915 11.5748 11.5279 11.5146 11.5508C11.4849 11.5621 11.4633 11.5699 11.4512 11.5742L11.4424 11.5771H11.4434C11.4419 11.5777 11.4409 11.578 11.4404 11.5781C10.658 11.842 10.2361 12.6896 10.4971 13.4736C10.759 14.2595 11.6086 14.6848 12.3945 14.4229L11.9199 13C12.362 14.3261 12.393 14.416 12.3955 14.4219L12.3984 14.4209C12.3998 14.4204 12.4016 14.4205 12.4033 14.4199C12.4069 14.4187 12.4111 14.4167 12.416 14.415C12.4264 14.4115 12.4401 14.407 12.4561 14.4014C12.4879 14.39 12.5309 14.3743 12.583 14.3545C12.6869 14.3149 12.8296 14.2575 12.998 14.1826C13.3309 14.0347 13.7862 13.8085 14.252 13.498C15.0663 12.9551 16.3374 11.8666 16.416 10.166L16.4199 10C16.421 8.93809 16.0462 7.90911 15.3623 7.09668C14.678 6.28405 13.7278 5.73918 12.6807 5.55957Z", fill: "currentColor" }) }));
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: "M3.85 8.62C3.70404 7.96252 3.72646 7.27884 3.91516 6.63234C4.10386 5.98583 4.45275 5.39744 4.92947 4.92172C5.40619 4.446 5.99531 4.09834 6.64221 3.91099C7.28911 3.72364 7.97284 3.70266 8.63 3.85C8.99171 3.2843 9.49001 2.81876 10.079 2.49628C10.6679 2.17381 11.3285 2.00478 12 2.00478C12.6715 2.00478 13.3321 2.17381 13.9211 2.49628C14.51 2.81876 15.0083 3.2843 15.37 3.85C16.0282 3.70202 16.7131 3.72291 17.361 3.91071C18.0089 4.09852 18.5988 4.44714 19.0758 4.92415C19.5529 5.40116 19.9015 5.99107 20.0893 6.639C20.2771 7.28693 20.298 7.97183 20.15 8.63C20.7157 8.99171 21.1812 9.49 21.5037 10.0789C21.8262 10.6679 21.9952 11.3285 21.9952 12C21.9952 12.6715 21.8262 13.3321 21.5037 13.921C21.1812 14.51 20.7157 15.0083 20.15 15.37C20.2973 16.0272 20.2764 16.7109 20.089 17.3578C19.9017 18.0047 19.554 18.5938 19.0783 19.0705C18.6026 19.5473 18.0142 19.8961 17.3677 20.0848C16.7212 20.2735 16.0375 20.296 15.38 20.15C15.0188 20.7179 14.5201 21.1854 13.9301 21.5093C13.3402 21.8332 12.678 22.0031 12.005 22.0031C11.332 22.0031 10.6698 21.8332 10.0799 21.5093C9.48992 21.1854 8.99124 20.7179 8.63 20.15C7.97284 20.2973 7.28911 20.2764 6.64221 20.089C5.99531 19.9017 5.40619 19.554 4.92947 19.0783C4.45275 18.6026 4.10386 18.0142 3.91516 17.3677C3.72646 16.7212 3.70404 16.0375 3.85 15.38C3.27996 15.0192 2.81042 14.5202 2.48505 13.9292C2.15969 13.3383 1.98907 12.6746 1.98907 12C1.98907 11.3254 2.15969 10.6617 2.48505 10.0708C2.81042 9.47983 3.27996 8.98076 3.85 8.62Z", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M9.09 9C9.325 8.332 9.789 7.768 10.4 7.409 11.011 7.05 11.729 6.919 12.427 7.039 13.126 7.158 13.759 7.522 14.215 8.064 14.671 8.606 14.921 9.292 14.92 10 14.92 12 11.92 13 11.92 13M12 17H12.01", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" })] }));
45
+ }
46
+ console.error(`BadgeQuestionMark doesn't support ${type}`);
47
+ return null;
48
+ });
49
+ exports.BadgeQuestionMark.displayName = "BadgeQuestionMark";
50
+ exports.BadgeQuestionMark.metadata = {
51
+ name: "BadgeQuestionMark",
52
+ category: "solid/accessibility",
53
+ tags: ["badge", "question", "mark", "icon"],
54
+ description: "BadgeQuestionMark icon from solid/accessibility category",
55
+ type: ["stroke", "icon"],
56
+ };
57
+ exports.default = exports.BadgeQuestionMark;
@@ -0,0 +1,6 @@
1
+ import type { IconProps, IconComponent } from "../../types";
2
+ interface CircleQuestionMarkProps extends IconProps {
3
+ type?: "solid" | "stroke";
4
+ }
5
+ export declare const CircleQuestionMark: IconComponent<CircleQuestionMarkProps>;
6
+ export default CircleQuestionMark;
@@ -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.CircleQuestionMark = void 0;
37
+ const jsx_runtime_1 = require("react/jsx-runtime");
38
+ const React = __importStar(require("react"));
39
+ exports.CircleQuestionMark = React.forwardRef(function CircleQuestionMark({ 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 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 15.5C11.1716 15.5 10.5 16.1716 10.5 17C10.5 17.8284 11.1716 18.5 12 18.5H12.0098C12.8382 18.5 13.5098 17.8284 13.5098 17C13.5098 16.1716 12.8382 15.5 12.0098 15.5H12ZM12.6807 5.55957C11.6334 5.37998 10.5558 5.57686 9.63965 6.11523C8.72355 6.65363 8.0275 7.49961 7.6748 8.50195C7.40003 9.28327 7.81061 10.14 8.5918 10.415C9.37328 10.6899 10.23 10.2786 10.5049 9.49707C10.6225 9.16317 10.8549 8.88153 11.1602 8.70215C11.4654 8.5228 11.8248 8.4568 12.1738 8.5166C12.5227 8.57653 12.8394 8.75857 13.0674 9.0293C13.2953 9.3001 13.4203 9.64314 13.4199 9.99707V10C13.4197 10.2038 13.2468 10.5627 12.5879 11.002C12.3039 11.1913 12.0089 11.3394 11.7793 11.4414C11.6667 11.4915 11.5748 11.5279 11.5146 11.5508C11.4849 11.5621 11.4633 11.5699 11.4512 11.5742L11.4434 11.5771L11.4404 11.5781C10.658 11.842 10.2361 12.6896 10.4971 13.4736C10.759 14.2595 11.6086 14.6848 12.3945 14.4229L12.4014 14.4199H12.4033C12.4069 14.4187 12.4111 14.4167 12.416 14.415C12.4264 14.4115 12.4401 14.407 12.4561 14.4014C12.4879 14.39 12.5309 14.3743 12.583 14.3545C12.6869 14.3149 12.8296 14.2575 12.998 14.1826C13.3309 14.0347 13.7862 13.8085 14.252 13.498C15.0663 12.9551 16.3374 11.8666 16.416 10.166L16.4199 10C16.421 8.93809 16.0462 7.90911 15.3623 7.09668C14.678 6.28405 13.7278 5.73918 12.6807 5.55957Z", fill: "currentColor" }) }));
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: "M9.09 9C9.325 8.332 9.789 7.768 10.4 7.409 11.011 7.05 11.729 6.919 12.427 7.039 13.126 7.158 13.759 7.522 14.215 8.064 14.671 8.606 14.921 9.292 14.92 10 14.92 12 11.92 13 11.92 13M12 17H12.01", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" })] }));
45
+ }
46
+ console.error(`CircleQuestionMark doesn't support ${type}`);
47
+ return null;
48
+ });
49
+ exports.CircleQuestionMark.displayName = "CircleQuestionMark";
50
+ exports.CircleQuestionMark.metadata = {
51
+ name: "CircleQuestionMark",
52
+ category: "solid/accessibility",
53
+ tags: ["circle", "question", "mark", "icon"],
54
+ description: "CircleQuestionMark icon from solid/accessibility category",
55
+ type: ["stroke", "icon"],
56
+ };
57
+ exports.default = exports.CircleQuestionMark;
@@ -0,0 +1,6 @@
1
+ import type { IconProps, IconComponent } from "../../types";
2
+ interface ClosedCaptionProps extends IconProps {
3
+ type?: "solid" | "stroke";
4
+ }
5
+ export declare const ClosedCaption: IconComponent<ClosedCaptionProps>;
6
+ export default ClosedCaption;
@@ -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.ClosedCaption = void 0;
37
+ const jsx_runtime_1 = require("react/jsx-runtime");
38
+ const React = __importStar(require("react"));
39
+ exports.ClosedCaption = React.forwardRef(function ClosedCaption({ 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: "M20 5C21.1046 5 22 5.89543 22 7V17C22 18.1046 21.1046 19 20 19H4C2.89543 19 2 18.1046 2 17V7C2 5.89543 2.89543 5 4 5H20ZM10.498 7.75488C9.81984 7.51633 9.09386 7.4435 8.38184 7.54297C7.66963 7.64261 6.99119 7.91253 6.4043 8.32812C5.81746 8.74378 5.33822 9.29389 5.00781 9.93262C4.6774 10.5715 4.50489 11.2807 4.50488 12C4.50488 12.7193 4.6774 13.4284 5.00781 14.0674C5.33822 14.7061 5.81743 15.2562 6.4043 15.6719C6.9912 16.0875 7.66961 16.3574 8.38184 16.457C9.09386 16.5565 9.81983 16.4837 10.498 16.2451C11.2792 15.9701 11.6898 15.1134 11.415 14.332C11.1401 13.551 10.2841 13.1406 9.50293 13.415C9.27687 13.4946 9.0342 13.5185 8.79688 13.4854C8.55959 13.4521 8.33325 13.3621 8.1377 13.2236C7.94237 13.0852 7.78292 12.9021 7.67285 12.6895C7.56271 12.4765 7.50488 12.2398 7.50488 12C7.50489 11.7602 7.56272 11.5235 7.67285 11.3105C7.78292 11.098 7.9424 10.9148 8.1377 10.7764C8.33323 10.6379 8.55961 10.5479 8.79688 10.5146C9.0342 10.4815 9.27688 10.5054 9.50293 10.585C10.2842 10.8594 11.1401 10.4491 11.415 9.66797C11.6898 8.88665 11.2792 8.02991 10.498 7.75488ZM17.498 7.75488C16.8198 7.51633 16.0939 7.4435 15.3818 7.54297C14.6696 7.64261 13.9912 7.91253 13.4043 8.32812C12.8175 8.74378 12.3382 9.29389 12.0078 9.93262C11.6774 10.5715 11.5049 11.2807 11.5049 12C11.5049 12.7193 11.6774 13.4284 12.0078 14.0674C12.3382 14.7061 12.8174 15.2562 13.4043 15.6719C13.9912 16.0875 14.6696 16.3574 15.3818 16.457C16.0939 16.5565 16.8198 16.4837 17.498 16.2451C18.2792 15.9701 18.6898 15.1134 18.415 14.332C18.1401 13.551 17.2841 13.1406 16.5029 13.415C16.2769 13.4946 16.0342 13.5185 15.7969 13.4854C15.5596 13.4521 15.3332 13.3621 15.1377 13.2236C14.9424 13.0852 14.7829 12.9021 14.6729 12.6895C14.5627 12.4765 14.5049 12.2398 14.5049 12C14.5049 11.7602 14.5627 11.5235 14.6729 11.3105C14.7829 11.098 14.9424 10.9148 15.1377 10.7764C15.3332 10.6379 15.5596 10.5479 15.7969 10.5146C16.0342 10.4815 16.2769 10.5054 16.5029 10.585C17.2842 10.8594 18.1401 10.4491 18.415 9.66797C18.6898 8.88665 18.2792 8.02991 17.498 7.75488Z", fill: "currentColor" }) }));
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 9.17C9.548 9.011 9.064 8.962 8.589 9.029 8.114 9.095 7.662 9.275 7.27 9.552 6.879 9.829 6.56 10.196 6.34 10.622 6.119 11.048 6.004 11.521 6.004 12 6.004 12.48 6.119 12.952 6.34 13.378 6.56 13.804 6.879 14.171 7.27 14.448 7.662 14.725 8.114 14.905 8.589 14.971 9.064 15.038 9.548 14.989 10 14.83M17 9.17C16.548 9.011 16.064 8.962 15.589 9.029 15.114 9.095 14.662 9.275 14.271 9.552 13.879 9.829 13.56 10.196 13.34 10.622 13.119 11.048 13.005 11.521 13.005 12 13.005 12.48 13.119 12.952 13.34 13.378 13.56 13.804 13.879 14.171 14.271 14.448 14.662 14.725 15.114 14.905 15.589 14.971 16.064 15.038 16.548 14.989 17 14.83", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M20 5H4C2.89543 5 2 5.89543 2 7V17C2 18.1046 2.89543 19 4 19H20C21.1046 19 22 18.1046 22 17V7C22 5.89543 21.1046 5 20 5Z", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" })] }));
45
+ }
46
+ console.error(`ClosedCaption doesn't support ${type}`);
47
+ return null;
48
+ });
49
+ exports.ClosedCaption.displayName = "ClosedCaption";
50
+ exports.ClosedCaption.metadata = {
51
+ name: "ClosedCaption",
52
+ category: "solid/accessibility",
53
+ tags: ["closed", "caption", "icon"],
54
+ description: "ClosedCaption icon from solid/accessibility category",
55
+ type: ["stroke", "icon"],
56
+ };
57
+ exports.default = exports.ClosedCaption;
@@ -0,0 +1,6 @@
1
+ import type { IconProps, IconComponent } from "../../types";
2
+ interface ContrastProps extends IconProps {
3
+ type?: "solid" | "stroke";
4
+ }
5
+ export declare const Contrast: IconComponent<ContrastProps>;
6
+ export default Contrast;
@@ -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.Contrast = void 0;
37
+ const jsx_runtime_1 = require("react/jsx-runtime");
38
+ const React = __importStar(require("react"));
39
+ exports.Contrast = React.forwardRef(function Contrast({ 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 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 18C13.5913 18 15.117 17.3674 16.2422 16.2422C17.3674 15.117 18 13.5913 18 12C18 10.4087 17.3674 8.88303 16.2422 7.75781C15.117 6.63259 13.5913 6 12 6V18Z", fill: "currentColor" }) }));
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 18C13.5913 18 15.1174 17.3679 16.2426 16.2426C17.3679 15.1174 18 13.5913 18 12C18 10.4087 17.3679 8.88258 16.2426 7.75736C15.1174 6.63214 13.5913 6 12 6V18Z", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" })] }));
45
+ }
46
+ console.error(`Contrast doesn't support ${type}`);
47
+ return null;
48
+ });
49
+ exports.Contrast.displayName = "Contrast";
50
+ exports.Contrast.metadata = {
51
+ name: "Contrast",
52
+ category: "solid/accessibility",
53
+ tags: ["contrast", "icon"],
54
+ description: "Contrast icon from solid/accessibility category",
55
+ type: ["stroke", "icon"],
56
+ };
57
+ exports.default = exports.Contrast;
@@ -0,0 +1,6 @@
1
+ import type { IconProps, IconComponent } from "../../types";
2
+ interface EarProps extends IconProps {
3
+ type?: "solid" | "stroke";
4
+ }
5
+ export declare const Ear: IconComponent<EarProps>;
6
+ export default Ear;
@@ -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.Ear = void 0;
37
+ const jsx_runtime_1 = require("react/jsx-runtime");
38
+ const React = __importStar(require("react"));
39
+ exports.Ear = React.forwardRef(function Ear({ 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: "M4.5 18.5C4.5 17.6716 5.17157 17 6 17C6.82843 17 7.5 17.6716 7.5 18.5C7.5 18.7626 7.55183 19.023 7.65234 19.2656C7.75285 19.5082 7.90029 19.7284 8.08594 19.9141C8.27159 20.0997 8.49182 20.2471 8.73438 20.3477C8.97703 20.4482 9.23736 20.5 9.5 20.5C9.76264 20.5 10.023 20.4482 10.2656 20.3477C10.5082 20.2471 10.7284 20.0997 10.9141 19.9141C11.0997 19.7284 11.2471 19.5082 11.3477 19.2656C11.4482 19.023 11.5 18.7626 11.5 18.5C11.5 17.0617 12.0615 15.9775 12.7988 15.1172C13.4692 14.3352 14.3807 13.6471 15.04 13.0977C15.763 12.4952 16.3578 11.9334 16.7881 11.2402C17.1999 10.5768 17.5 9.72672 17.5 8.5C17.5 7.17392 16.9728 5.90253 16.0352 4.96484C15.1561 4.08579 13.9838 3.56719 12.748 3.50586L12.5 3.5C11.1739 3.5 9.90253 4.02716 8.96484 4.96484C8.02716 5.90253 7.5 7.17392 7.5 8.5C7.5 9.32843 6.82843 10 6 10C5.17157 10 4.5 9.32843 4.5 8.5C4.5 6.37827 5.34248 4.34306 6.84277 2.84277C8.34306 1.34248 10.3783 0.5 12.5 0.5L12.8965 0.509766C14.8739 0.607809 16.7507 1.4362 18.1572 2.84277C19.6575 4.34306 20.5 6.37827 20.5 8.5C20.5 10.2733 20.0501 11.6732 19.3369 12.8223C18.6422 13.9415 17.7369 14.7549 16.96 15.4023C16.1195 16.1027 15.5307 16.54 15.0762 17.0703C14.6887 17.5224 14.5 17.9384 14.5 18.5L14.4941 18.7461C14.4659 19.3186 14.3389 19.8824 14.1191 20.4131C13.8679 21.0197 13.4994 21.5709 13.0352 22.0352C12.5709 22.4995 12.0197 22.8679 11.4131 23.1191C10.8065 23.3704 10.1565 23.5 9.5 23.5C8.84346 23.5 8.19349 23.3704 7.58691 23.1191C6.98029 22.8679 6.42914 22.4995 5.96484 22.0352C5.50055 21.5709 5.13213 21.0197 4.88086 20.4131C4.62964 19.8065 4.5 19.1565 4.5 18.5Z", fill: "currentColor" }), (0, jsx_runtime_1.jsx)("path", { d: "M13.5 8.5C13.5 8.23478 13.3946 7.98051 13.207 7.79297C13.0429 7.62883 12.8276 7.52757 12.5986 7.50488L12.5 7.5C12.2348 7.5 11.9805 7.60543 11.793 7.79297C11.6425 7.94349 11.5454 8.13706 11.5127 8.34473C11.8662 8.5142 12.1921 8.7429 12.4746 9.02539C13.131 9.68177 13.5 10.5717 13.5 11.5C13.5 12.4283 13.131 13.3182 12.4746 13.9746C11.8182 14.631 10.9283 15 10 15C9.17157 15 8.5 14.3284 8.5 13.5C8.5 12.6716 9.17157 12 10 12C10.1326 12 10.2597 11.9473 10.3535 11.8535C10.4473 11.7597 10.5 11.6326 10.5 11.5C10.5 11.3674 10.4473 11.2403 10.3535 11.1465C10.2597 11.0527 10.1326 11 10 11C9.17157 11 8.5 10.3284 8.5 9.5V8.5C8.5 7.43913 8.92173 6.42202 9.67188 5.67188C10.422 4.92173 11.4391 4.5 12.5 4.5L12.6982 4.50488C13.6869 4.5539 14.6248 4.96859 15.3281 5.67188C16.0783 6.42202 16.5 7.43913 16.5 8.5C16.5 9.32843 15.8284 10 15 10C14.1716 10 13.5 9.32843 13.5 8.5Z", fill: "currentColor" })] }));
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 8.5C6 6.77609 6.68482 5.12279 7.90381 3.90381C9.12279 2.68482 10.7761 2 12.5 2C14.2239 2 15.8772 2.68482 17.0962 3.90381C18.3152 5.12279 19 6.77609 19 8.5C19 14.5 13 14.5 13 18.5C13 18.9596 12.9095 19.4148 12.7336 19.8394C12.5577 20.264 12.2999 20.6499 11.9749 20.9749C11.6499 21.2999 11.264 21.5577 10.8394 21.7336C10.4148 21.9095 9.95963 22 9.5 22C9.04037 22 8.58525 21.9095 8.16061 21.7336C7.73597 21.5577 7.35013 21.2999 7.02513 20.9749C6.70012 20.6499 6.44231 20.264 6.26642 19.8394C6.09053 19.4148 6 18.9596 6 18.5", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M15 8.5C15 7.83696 14.7366 7.20107 14.2678 6.73223C13.7989 6.26339 13.163 6 12.5 6C11.837 6 11.2011 6.26339 10.7322 6.73223C10.2634 7.20107 10 7.83696 10 8.5V9.5C10.5304 9.5 11.0391 9.71071 11.4142 10.0858C11.7893 10.4609 12 10.9696 12 11.5C12 12.0304 11.7893 12.5391 11.4142 12.9142C11.0391 13.2893 10.5304 13.5 10 13.5", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" })] }));
45
+ }
46
+ console.error(`Ear doesn't support ${type}`);
47
+ return null;
48
+ });
49
+ exports.Ear.displayName = "Ear";
50
+ exports.Ear.metadata = {
51
+ name: "Ear",
52
+ category: "solid/accessibility",
53
+ tags: ["ear", "icon"],
54
+ description: "Ear icon from solid/accessibility category",
55
+ type: ["stroke", "icon"],
56
+ };
57
+ exports.default = exports.Ear;
@@ -0,0 +1,6 @@
1
+ import type { IconProps, IconComponent } from "../../types";
2
+ interface EarOffProps extends IconProps {
3
+ type?: "solid" | "stroke";
4
+ }
5
+ export declare const EarOff: IconComponent<EarOffProps>;
6
+ export default EarOff;