@aliimam/icons 0.0.4 → 0.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (230) hide show
  1. package/dist/cjs/index.d.ts +1 -4
  2. package/dist/cjs/index.js +1 -4
  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/{stroke/ali/Erfg.js → solid/accessibility/Contrast.js} +15 -15
  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/Moon.d.ts +6 -0
  32. package/dist/cjs/solid/accessibility/Moon.js +57 -0
  33. package/dist/cjs/solid/accessibility/Sun.d.ts +6 -0
  34. package/dist/cjs/solid/accessibility/Sun.js +57 -0
  35. package/dist/cjs/solid/accessibility/index.d.ts +16 -0
  36. package/dist/cjs/solid/accessibility/index.js +38 -0
  37. package/dist/cjs/types.d.ts +4 -4
  38. package/dist/index.d.ts +1 -4
  39. package/dist/index.js +1 -4
  40. package/dist/solid/accessibility/Accessibility.d.ts +6 -0
  41. package/dist/solid/accessibility/Accessibility.js +21 -0
  42. package/dist/solid/accessibility/Baby.d.ts +6 -0
  43. package/dist/solid/accessibility/Baby.js +21 -0
  44. package/dist/solid/accessibility/BadgeInfo.d.ts +6 -0
  45. package/dist/solid/accessibility/BadgeInfo.js +21 -0
  46. package/dist/solid/accessibility/BadgeQuestionMark.d.ts +6 -0
  47. package/dist/solid/accessibility/BadgeQuestionMark.js +21 -0
  48. package/dist/solid/accessibility/CircleQuestionMark.d.ts +6 -0
  49. package/dist/solid/accessibility/CircleQuestionMark.js +21 -0
  50. package/dist/solid/accessibility/ClosedCaption.d.ts +6 -0
  51. package/dist/solid/accessibility/ClosedCaption.js +21 -0
  52. package/dist/solid/accessibility/Contrast.d.ts +6 -0
  53. package/dist/solid/accessibility/Contrast.js +21 -0
  54. package/dist/solid/accessibility/Ear.d.ts +6 -0
  55. package/dist/solid/accessibility/Ear.js +21 -0
  56. package/dist/solid/accessibility/EarOff.d.ts +6 -0
  57. package/dist/solid/accessibility/EarOff.js +21 -0
  58. package/dist/solid/accessibility/Eclipse.d.ts +6 -0
  59. package/dist/solid/accessibility/Eclipse.js +21 -0
  60. package/dist/solid/accessibility/Eye.d.ts +6 -0
  61. package/dist/solid/accessibility/Eye.js +21 -0
  62. package/dist/solid/accessibility/EyeClosed.d.ts +6 -0
  63. package/dist/solid/accessibility/EyeClosed.js +21 -0
  64. package/dist/solid/accessibility/EyeOff.d.ts +6 -0
  65. package/dist/solid/accessibility/EyeOff.js +21 -0
  66. package/dist/solid/accessibility/Glasses.d.ts +6 -0
  67. package/dist/solid/accessibility/Glasses.js +21 -0
  68. package/dist/solid/accessibility/Moon.d.ts +6 -0
  69. package/dist/solid/accessibility/Moon.js +21 -0
  70. package/dist/solid/accessibility/Sun.d.ts +6 -0
  71. package/dist/solid/accessibility/Sun.js +21 -0
  72. package/dist/solid/accessibility/index.d.ts +16 -0
  73. package/dist/solid/accessibility/index.js +16 -0
  74. package/dist/types.d.ts +4 -4
  75. package/icons/solid/accessibility/accessibility.svg +1 -0
  76. package/icons/solid/accessibility/baby.svg +1 -0
  77. package/icons/solid/accessibility/badge-info.svg +1 -0
  78. package/icons/solid/accessibility/badge-question-mark.svg +1 -0
  79. package/icons/solid/accessibility/circle-question-mark.svg +1 -0
  80. package/icons/solid/accessibility/closed-caption.svg +1 -0
  81. package/icons/solid/accessibility/contrast.svg +1 -0
  82. package/icons/solid/accessibility/ear-off.svg +1 -0
  83. package/icons/solid/accessibility/ear.svg +1 -0
  84. package/icons/solid/accessibility/eclipse.svg +1 -0
  85. package/icons/solid/accessibility/eye-closed.svg +1 -0
  86. package/icons/solid/accessibility/eye-off.svg +1 -0
  87. package/icons/solid/accessibility/eye.svg +1 -0
  88. package/icons/solid/accessibility/glasses.svg +1 -0
  89. package/icons/solid/accessibility/moon.svg +1 -0
  90. package/icons/solid/accessibility/sun.svg +1 -0
  91. package/icons/solid/ali/asfsbfd.svg +1 -1
  92. package/icons/solid/ali/save.svg +1 -1
  93. package/icons/solid/design/c.svg +1 -1
  94. package/icons/stroke/accessibility/accessibility.svg +1 -0
  95. package/icons/stroke/accessibility/baby.svg +1 -0
  96. package/icons/stroke/accessibility/badge-info.svg +1 -0
  97. package/icons/stroke/accessibility/badge-question-mark.svg +1 -0
  98. package/icons/stroke/accessibility/circle-question-mark.svg +1 -0
  99. package/icons/stroke/accessibility/closed-caption.svg +1 -0
  100. package/icons/stroke/accessibility/contrast.svg +1 -0
  101. package/icons/stroke/accessibility/ear-off.svg +1 -0
  102. package/icons/stroke/accessibility/ear.svg +1 -0
  103. package/icons/stroke/accessibility/eclipse.svg +1 -0
  104. package/icons/stroke/accessibility/eye-closed.svg +1 -0
  105. package/icons/stroke/accessibility/eye-off.svg +1 -0
  106. package/icons/stroke/accessibility/eye.svg +1 -0
  107. package/icons/stroke/accessibility/glasses.svg +1 -0
  108. package/icons/stroke/accessibility/moon.svg +1 -0
  109. package/icons/stroke/accessibility/sun.svg +1 -0
  110. package/icons/stroke/ali/asfsbfd.svg +1 -1
  111. package/icons/stroke/arrows/arrow-down.svg +1 -1
  112. package/package.json +2 -2
  113. package/src/index.tsx +1 -4
  114. package/src/solid/accessibility/Accessibility.tsx +105 -0
  115. package/src/solid/accessibility/Baby.tsx +107 -0
  116. package/src/solid/accessibility/BadgeInfo.tsx +93 -0
  117. package/src/solid/accessibility/BadgeQuestionMark.tsx +99 -0
  118. package/src/solid/accessibility/CircleQuestionMark.tsx +99 -0
  119. package/src/solid/accessibility/ClosedCaption.tsx +97 -0
  120. package/src/solid/accessibility/Contrast.tsx +99 -0
  121. package/src/solid/accessibility/Ear.tsx +103 -0
  122. package/src/solid/accessibility/EarOff.tsx +105 -0
  123. package/src/solid/accessibility/Eclipse.tsx +99 -0
  124. package/src/solid/accessibility/Eye.tsx +99 -0
  125. package/src/solid/accessibility/EyeClosed.tsx +101 -0
  126. package/src/solid/accessibility/EyeOff.tsx +105 -0
  127. package/src/solid/accessibility/Glasses.tsx +111 -0
  128. package/src/solid/accessibility/Moon.tsx +93 -0
  129. package/src/solid/accessibility/Sun.tsx +97 -0
  130. package/src/solid/accessibility/index.ts +16 -0
  131. package/src/types.tsx +4 -4
  132. package/dist/cjs/solid/design/A.d.ts +0 -3
  133. package/dist/cjs/solid/design/A.js +0 -50
  134. package/dist/cjs/solid/design/C.d.ts +0 -3
  135. package/dist/cjs/solid/design/C.js +0 -50
  136. package/dist/cjs/solid/design/D.d.ts +0 -3
  137. package/dist/cjs/solid/design/D.js +0 -50
  138. package/dist/cjs/solid/design/index.d.ts +0 -3
  139. package/dist/cjs/solid/design/index.js +0 -12
  140. package/dist/cjs/stroke/ali/Asfsbfd.d.ts +0 -6
  141. package/dist/cjs/stroke/ali/Asfsbfd.js +0 -57
  142. package/dist/cjs/stroke/ali/Erfg.d.ts +0 -6
  143. package/dist/cjs/stroke/ali/Layes.d.ts +0 -6
  144. package/dist/cjs/stroke/ali/Layes.js +0 -57
  145. package/dist/cjs/stroke/ali/Save.d.ts +0 -6
  146. package/dist/cjs/stroke/ali/Save.js +0 -57
  147. package/dist/cjs/stroke/ali/index.d.ts +0 -4
  148. package/dist/cjs/stroke/ali/index.js +0 -14
  149. package/dist/cjs/stroke/arrows/ArrowDown.d.ts +0 -3
  150. package/dist/cjs/stroke/arrows/ArrowDown.js +0 -50
  151. package/dist/cjs/stroke/arrows/ArrowLeft.d.ts +0 -3
  152. package/dist/cjs/stroke/arrows/ArrowLeft.js +0 -50
  153. package/dist/cjs/stroke/arrows/ArrowRight.d.ts +0 -3
  154. package/dist/cjs/stroke/arrows/ArrowRight.js +0 -50
  155. package/dist/cjs/stroke/arrows/ArrowUp.d.ts +0 -3
  156. package/dist/cjs/stroke/arrows/ArrowUp.js +0 -50
  157. package/dist/cjs/stroke/arrows/ArrowUpp.d.ts +0 -3
  158. package/dist/cjs/stroke/arrows/ArrowUpp.js +0 -50
  159. package/dist/cjs/stroke/arrows/index.d.ts +0 -5
  160. package/dist/cjs/stroke/arrows/index.js +0 -16
  161. package/dist/cjs/stroke/gg/F.d.ts +0 -3
  162. package/dist/cjs/stroke/gg/F.js +0 -50
  163. package/dist/cjs/stroke/gg/R.d.ts +0 -3
  164. package/dist/cjs/stroke/gg/R.js +0 -50
  165. package/dist/cjs/stroke/gg/T.d.ts +0 -3
  166. package/dist/cjs/stroke/gg/T.js +0 -50
  167. package/dist/cjs/stroke/gg/Y.d.ts +0 -3
  168. package/dist/cjs/stroke/gg/Y.js +0 -50
  169. package/dist/cjs/stroke/gg/index.d.ts +0 -4
  170. package/dist/cjs/stroke/gg/index.js +0 -14
  171. package/dist/solid/design/A.d.ts +0 -3
  172. package/dist/solid/design/A.js +0 -14
  173. package/dist/solid/design/C.d.ts +0 -3
  174. package/dist/solid/design/C.js +0 -14
  175. package/dist/solid/design/D.d.ts +0 -3
  176. package/dist/solid/design/D.js +0 -14
  177. package/dist/solid/design/index.d.ts +0 -3
  178. package/dist/solid/design/index.js +0 -3
  179. package/dist/stroke/ali/Asfsbfd.d.ts +0 -6
  180. package/dist/stroke/ali/Asfsbfd.js +0 -21
  181. package/dist/stroke/ali/Erfg.d.ts +0 -6
  182. package/dist/stroke/ali/Erfg.js +0 -21
  183. package/dist/stroke/ali/Layes.d.ts +0 -6
  184. package/dist/stroke/ali/Layes.js +0 -21
  185. package/dist/stroke/ali/Save.d.ts +0 -6
  186. package/dist/stroke/ali/Save.js +0 -21
  187. package/dist/stroke/ali/index.d.ts +0 -4
  188. package/dist/stroke/ali/index.js +0 -4
  189. package/dist/stroke/arrows/ArrowDown.d.ts +0 -3
  190. package/dist/stroke/arrows/ArrowDown.js +0 -14
  191. package/dist/stroke/arrows/ArrowLeft.d.ts +0 -3
  192. package/dist/stroke/arrows/ArrowLeft.js +0 -14
  193. package/dist/stroke/arrows/ArrowRight.d.ts +0 -3
  194. package/dist/stroke/arrows/ArrowRight.js +0 -14
  195. package/dist/stroke/arrows/ArrowUp.d.ts +0 -3
  196. package/dist/stroke/arrows/ArrowUp.js +0 -14
  197. package/dist/stroke/arrows/ArrowUpp.d.ts +0 -3
  198. package/dist/stroke/arrows/ArrowUpp.js +0 -14
  199. package/dist/stroke/arrows/index.d.ts +0 -5
  200. package/dist/stroke/arrows/index.js +0 -5
  201. package/dist/stroke/gg/F.d.ts +0 -3
  202. package/dist/stroke/gg/F.js +0 -14
  203. package/dist/stroke/gg/R.d.ts +0 -3
  204. package/dist/stroke/gg/R.js +0 -14
  205. package/dist/stroke/gg/T.d.ts +0 -3
  206. package/dist/stroke/gg/T.js +0 -14
  207. package/dist/stroke/gg/Y.d.ts +0 -3
  208. package/dist/stroke/gg/Y.js +0 -14
  209. package/dist/stroke/gg/index.d.ts +0 -4
  210. package/dist/stroke/gg/index.js +0 -4
  211. package/src/solid/design/A.tsx +0 -54
  212. package/src/solid/design/C.tsx +0 -66
  213. package/src/solid/design/D.tsx +0 -51
  214. package/src/solid/design/index.ts +0 -3
  215. package/src/stroke/ali/Asfsbfd.tsx +0 -114
  216. package/src/stroke/ali/Erfg.tsx +0 -84
  217. package/src/stroke/ali/Layes.tsx +0 -90
  218. package/src/stroke/ali/Save.tsx +0 -97
  219. package/src/stroke/ali/index.ts +0 -4
  220. package/src/stroke/arrows/ArrowDown.tsx +0 -55
  221. package/src/stroke/arrows/ArrowLeft.tsx +0 -55
  222. package/src/stroke/arrows/ArrowRight.tsx +0 -55
  223. package/src/stroke/arrows/ArrowUp.tsx +0 -55
  224. package/src/stroke/arrows/ArrowUpp.tsx +0 -58
  225. package/src/stroke/arrows/index.ts +0 -5
  226. package/src/stroke/gg/F.tsx +0 -54
  227. package/src/stroke/gg/R.tsx +0 -54
  228. package/src/stroke/gg/T.tsx +0 -54
  229. package/src/stroke/gg/Y.tsx +0 -54
  230. package/src/stroke/gg/index.ts +0 -4
@@ -0,0 +1,105 @@
1
+ import * as React from "react";
2
+ import type { IconProps, IconMetadata, IconComponent } from "../../types";
3
+
4
+ interface EarOffProps extends IconProps {
5
+ type?: "solid" | "stroke";
6
+ }
7
+
8
+ export const EarOff: IconComponent<EarOffProps> = React.forwardRef<
9
+ SVGSVGElement,
10
+ EarOffProps
11
+ >(function EarOff(
12
+ {
13
+ color = "currentColor",
14
+ fill,
15
+ size = 24,
16
+ strokeWidth,
17
+ strokeLinecap,
18
+ strokeLinejoin,
19
+ strokeDasharray,
20
+ opacity,
21
+ className,
22
+ type = "stroke",
23
+ ...props
24
+ },
25
+ forwardedRef,
26
+ ) {
27
+ if (type === "solid") {
28
+ return (
29
+ <svg
30
+ width={size}
31
+ height={size}
32
+ viewBox="0 0 24 24"
33
+ fill="none"
34
+ xmlns="http://www.w3.org/2000/svg"
35
+ className={className}
36
+ strokeWidth={strokeWidth}
37
+ strokeLinecap={strokeLinecap}
38
+ strokeLinejoin={strokeLinejoin}
39
+ strokeDasharray={strokeDasharray}
40
+ opacity={opacity}
41
+ {...props}
42
+ ref={forwardedRef}
43
+ >
44
+ <g fill="currentColor" clipPath="url(#undefined-clip0_49_191)">
45
+ <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" />
46
+ <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" />
47
+ <path d="M0.939454 0.939462C1.52524 0.353675 2.47476 0.353675 3.06055 0.939462L23.0605 20.9395C23.6463 21.5252 23.6463 22.4748 23.0605 23.0606C22.4748 23.6463 21.5252 23.6463 20.9395 23.0606L0.939454 3.06056C0.353668 2.47477 0.353668 1.52525 0.939454 0.939462Z" />
48
+ </g>
49
+ <defs>
50
+ <clipPath id="undefined-clip0_49_191">
51
+ <path fill="#fff" d="M0 0H24V24H0z" />
52
+ </clipPath>
53
+ </defs>
54
+ </svg>
55
+ );
56
+ }
57
+
58
+ if (type === "stroke") {
59
+ return (
60
+ <svg
61
+ width={size}
62
+ height={size}
63
+ viewBox="0 0 24 24"
64
+ fill="none"
65
+ xmlns="http://www.w3.org/2000/svg"
66
+ className={className}
67
+ strokeWidth={strokeWidth}
68
+ strokeLinecap={strokeLinecap}
69
+ strokeLinejoin={strokeLinejoin}
70
+ strokeDasharray={strokeDasharray}
71
+ opacity={opacity}
72
+ {...props}
73
+ ref={forwardedRef}
74
+ >
75
+ <path
76
+ d="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"
77
+ stroke={color}
78
+ strokeLinecap="round"
79
+ strokeLinejoin="round"
80
+ />
81
+ <path
82
+ 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"
83
+ stroke={color}
84
+ strokeLinecap="round"
85
+ strokeLinejoin="round"
86
+ />
87
+ </svg>
88
+ );
89
+ }
90
+
91
+ console.error(`EarOff doesn't support ${type}`);
92
+ return null;
93
+ });
94
+
95
+ EarOff.displayName = "EarOff";
96
+
97
+ EarOff.metadata = {
98
+ name: "EarOff",
99
+ category: "solid/accessibility",
100
+ tags: ["ear", "off", "icon"],
101
+ description: "EarOff icon from solid/accessibility category",
102
+ type: ["stroke", "icon"],
103
+ } as IconMetadata;
104
+
105
+ export default EarOff;
@@ -0,0 +1,99 @@
1
+ import * as React from "react";
2
+ import type { IconProps, IconMetadata, IconComponent } from "../../types";
3
+
4
+ interface EclipseProps extends IconProps {
5
+ type?: "solid" | "stroke";
6
+ }
7
+
8
+ export const Eclipse: IconComponent<EclipseProps> = React.forwardRef<
9
+ SVGSVGElement,
10
+ EclipseProps
11
+ >(function Eclipse(
12
+ {
13
+ color = "currentColor",
14
+ fill,
15
+ size = 24,
16
+ strokeWidth,
17
+ strokeLinecap,
18
+ strokeLinejoin,
19
+ strokeDasharray,
20
+ opacity,
21
+ className,
22
+ type = "stroke",
23
+ ...props
24
+ },
25
+ forwardedRef,
26
+ ) {
27
+ if (type === "solid") {
28
+ return (
29
+ <svg
30
+ width={size}
31
+ height={size}
32
+ viewBox="0 0 22 22"
33
+ fill="none"
34
+ xmlns="http://www.w3.org/2000/svg"
35
+ className={className}
36
+ strokeWidth={strokeWidth}
37
+ strokeLinecap={strokeLinecap}
38
+ strokeLinejoin={strokeLinejoin}
39
+ strokeDasharray={strokeDasharray}
40
+ opacity={opacity}
41
+ {...props}
42
+ ref={forwardedRef}
43
+ >
44
+ <path
45
+ d="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"
46
+ fill="currentColor"
47
+ />
48
+ </svg>
49
+ );
50
+ }
51
+
52
+ if (type === "stroke") {
53
+ return (
54
+ <svg
55
+ width={size}
56
+ height={size}
57
+ viewBox="0 0 24 24"
58
+ fill="none"
59
+ xmlns="http://www.w3.org/2000/svg"
60
+ className={className}
61
+ strokeWidth={strokeWidth}
62
+ strokeLinecap={strokeLinecap}
63
+ strokeLinejoin={strokeLinejoin}
64
+ strokeDasharray={strokeDasharray}
65
+ opacity={opacity}
66
+ {...props}
67
+ ref={forwardedRef}
68
+ >
69
+ <path
70
+ 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"
71
+ stroke={color}
72
+ strokeLinecap="round"
73
+ strokeLinejoin="round"
74
+ />
75
+ <path
76
+ 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"
77
+ stroke={color}
78
+ strokeLinecap="round"
79
+ strokeLinejoin="round"
80
+ />
81
+ </svg>
82
+ );
83
+ }
84
+
85
+ console.error(`Eclipse doesn't support ${type}`);
86
+ return null;
87
+ });
88
+
89
+ Eclipse.displayName = "Eclipse";
90
+
91
+ Eclipse.metadata = {
92
+ name: "Eclipse",
93
+ category: "solid/accessibility",
94
+ tags: ["eclipse", "icon"],
95
+ description: "Eclipse icon from solid/accessibility category",
96
+ type: ["stroke", "icon"],
97
+ } as IconMetadata;
98
+
99
+ export default Eclipse;
@@ -0,0 +1,99 @@
1
+ import * as React from "react";
2
+ import type { IconProps, IconMetadata, IconComponent } from "../../types";
3
+
4
+ interface EyeProps extends IconProps {
5
+ type?: "solid" | "stroke";
6
+ }
7
+
8
+ export const Eye: IconComponent<EyeProps> = React.forwardRef<
9
+ SVGSVGElement,
10
+ EyeProps
11
+ >(function Eye(
12
+ {
13
+ color = "currentColor",
14
+ fill,
15
+ size = 24,
16
+ strokeWidth,
17
+ strokeLinecap,
18
+ strokeLinejoin,
19
+ strokeDasharray,
20
+ opacity,
21
+ className,
22
+ type = "stroke",
23
+ ...props
24
+ },
25
+ forwardedRef,
26
+ ) {
27
+ if (type === "solid") {
28
+ return (
29
+ <svg
30
+ width={size}
31
+ height={size}
32
+ viewBox="0 0 24 24"
33
+ fill="none"
34
+ xmlns="http://www.w3.org/2000/svg"
35
+ className={className}
36
+ strokeWidth={strokeWidth}
37
+ strokeLinecap={strokeLinecap}
38
+ strokeLinejoin={strokeLinejoin}
39
+ strokeDasharray={strokeDasharray}
40
+ opacity={opacity}
41
+ {...props}
42
+ ref={forwardedRef}
43
+ >
44
+ <path
45
+ d="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"
46
+ fill="currentColor"
47
+ />
48
+ </svg>
49
+ );
50
+ }
51
+
52
+ if (type === "stroke") {
53
+ return (
54
+ <svg
55
+ width={size}
56
+ height={size}
57
+ viewBox="0 0 24 24"
58
+ fill="none"
59
+ xmlns="http://www.w3.org/2000/svg"
60
+ className={className}
61
+ strokeWidth={strokeWidth}
62
+ strokeLinecap={strokeLinecap}
63
+ strokeLinejoin={strokeLinejoin}
64
+ strokeDasharray={strokeDasharray}
65
+ opacity={opacity}
66
+ {...props}
67
+ ref={forwardedRef}
68
+ >
69
+ <path
70
+ 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"
71
+ stroke={color}
72
+ strokeLinecap="round"
73
+ strokeLinejoin="round"
74
+ />
75
+ <path
76
+ 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"
77
+ stroke={color}
78
+ strokeLinecap="round"
79
+ strokeLinejoin="round"
80
+ />
81
+ </svg>
82
+ );
83
+ }
84
+
85
+ console.error(`Eye doesn't support ${type}`);
86
+ return null;
87
+ });
88
+
89
+ Eye.displayName = "Eye";
90
+
91
+ Eye.metadata = {
92
+ name: "Eye",
93
+ category: "solid/accessibility",
94
+ tags: ["eye", "icon"],
95
+ description: "Eye icon from solid/accessibility category",
96
+ type: ["stroke", "icon"],
97
+ } as IconMetadata;
98
+
99
+ export default Eye;
@@ -0,0 +1,101 @@
1
+ import * as React from "react";
2
+ import type { IconProps, IconMetadata, IconComponent } from "../../types";
3
+
4
+ interface EyeClosedProps extends IconProps {
5
+ type?: "solid" | "stroke";
6
+ }
7
+
8
+ export const EyeClosed: IconComponent<EyeClosedProps> = React.forwardRef<
9
+ SVGSVGElement,
10
+ EyeClosedProps
11
+ >(function EyeClosed(
12
+ {
13
+ color = "currentColor",
14
+ fill,
15
+ size = 24,
16
+ strokeWidth,
17
+ strokeLinecap,
18
+ strokeLinejoin,
19
+ strokeDasharray,
20
+ opacity,
21
+ className,
22
+ type = "stroke",
23
+ ...props
24
+ },
25
+ forwardedRef,
26
+ ) {
27
+ if (type === "solid") {
28
+ return (
29
+ <svg
30
+ width={size}
31
+ height={size}
32
+ viewBox="0 0 24 24"
33
+ fill="none"
34
+ xmlns="http://www.w3.org/2000/svg"
35
+ className={className}
36
+ strokeWidth={strokeWidth}
37
+ strokeLinecap={strokeLinecap}
38
+ strokeLinejoin={strokeLinejoin}
39
+ strokeDasharray={strokeDasharray}
40
+ opacity={opacity}
41
+ {...props}
42
+ ref={forwardedRef}
43
+ >
44
+ <path
45
+ d="M13.9528 13.2862C14.7615 13.1065 15.5622 13.6161 15.7419 14.4248L16.4645 17.6748C16.6441 18.4835 16.1335 19.2842 15.3249 19.4639C14.5163 19.6433 13.7154 19.1338 13.5358 18.3252L12.8141 15.0752C12.6345 14.2665 13.1441 13.4658 13.9528 13.2862Z"
46
+ fill="currentColor"
47
+ />
48
+ <path
49
+ d="M20.5908 7.48534C20.8749 6.70735 21.7365 6.30687 22.5146 6.59081C23.2926 6.87493 23.6931 7.73653 23.4092 8.51464C22.5553 10.8542 21.0026 12.8751 18.9619 14.3027C16.9211 15.7304 14.4906 16.4961 12 16.4961C9.50941 16.4961 7.07888 15.7304 5.03809 14.3027C2.99736 12.8751 1.44465 10.8542 0.59082 8.51464C0.30688 7.73653 0.707365 6.87493 1.48535 6.59081C2.26346 6.30687 3.12505 6.70735 3.40918 7.48534C4.05206 9.24707 5.22118 10.7687 6.75781 11.8437C8.29453 12.9188 10.1246 13.4961 12 13.4961L12.3506 13.4892C14.1028 13.422 15.8014 12.8517 17.2422 11.8437C18.7788 10.7687 19.9479 9.24707 20.5908 7.48534Z"
50
+ fill="currentColor"
51
+ />
52
+ <path
53
+ d="M17.308 11.803C17.942 11.269 18.888 11.351 19.422 11.984L21.147 14.034C21.681 14.668 21.6 15.614 20.966 16.147 20.333 16.681 19.386 16.599 18.852 15.966L17.127 13.916C16.593 13.282 16.675 12.336 17.308 11.803ZM4.578 11.984C5.112 11.351 6.059 11.269 6.692 11.803 7.326 12.336 7.407 13.282 6.873 13.916L5.147 15.966C4.614 16.599 3.668 16.681 3.034 16.147 2.4 15.614 2.319 14.668 2.853 14.034L4.578 11.984ZM8.258 14.425C8.437 13.616 9.238 13.107 10.047 13.286 10.856 13.466 11.366 14.267 11.187 15.075L10.464 18.325C10.284 19.134 9.484 19.644 8.675 19.464 7.866 19.284 7.356 18.484 7.536 17.675L8.258 14.425Z"
54
+ fill="currentColor"
55
+ />
56
+ </svg>
57
+ );
58
+ }
59
+
60
+ if (type === "stroke") {
61
+ return (
62
+ <svg
63
+ width={size}
64
+ height={size}
65
+ viewBox="0 0 24 24"
66
+ fill="none"
67
+ xmlns="http://www.w3.org/2000/svg"
68
+ className={className}
69
+ strokeWidth={strokeWidth}
70
+ strokeLinecap={strokeLinecap}
71
+ strokeLinejoin={strokeLinejoin}
72
+ strokeDasharray={strokeDasharray}
73
+ opacity={opacity}
74
+ {...props}
75
+ ref={forwardedRef}
76
+ >
77
+ <path
78
+ d="M15 18 14.278 14.75M2 8C2.748 10.051 4.109 11.822 5.898 13.073 7.687 14.325 9.817 14.996 12 14.996 14.183 14.996 16.313 14.325 18.102 13.073 19.891 11.822 21.252 10.051 22 8M20 15 18.274 12.95M4 15 5.726 12.95M9 18 9.722 14.75"
79
+ stroke={color}
80
+ strokeLinecap="round"
81
+ strokeLinejoin="round"
82
+ />
83
+ </svg>
84
+ );
85
+ }
86
+
87
+ console.error(`EyeClosed doesn't support ${type}`);
88
+ return null;
89
+ });
90
+
91
+ EyeClosed.displayName = "EyeClosed";
92
+
93
+ EyeClosed.metadata = {
94
+ name: "EyeClosed",
95
+ category: "solid/accessibility",
96
+ tags: ["eye", "closed", "icon"],
97
+ description: "EyeClosed icon from solid/accessibility category",
98
+ type: ["stroke", "icon"],
99
+ } as IconMetadata;
100
+
101
+ export default EyeClosed;
@@ -0,0 +1,105 @@
1
+ import * as React from "react";
2
+ import type { IconProps, IconMetadata, IconComponent } from "../../types";
3
+
4
+ interface EyeOffProps extends IconProps {
5
+ type?: "solid" | "stroke";
6
+ }
7
+
8
+ export const EyeOff: IconComponent<EyeOffProps> = React.forwardRef<
9
+ SVGSVGElement,
10
+ EyeOffProps
11
+ >(function EyeOff(
12
+ {
13
+ color = "currentColor",
14
+ fill,
15
+ size = 24,
16
+ strokeWidth,
17
+ strokeLinecap,
18
+ strokeLinejoin,
19
+ strokeDasharray,
20
+ opacity,
21
+ className,
22
+ type = "stroke",
23
+ ...props
24
+ },
25
+ forwardedRef,
26
+ ) {
27
+ if (type === "solid") {
28
+ return (
29
+ <svg
30
+ width={size}
31
+ height={size}
32
+ viewBox="0 0 24 24"
33
+ fill="none"
34
+ xmlns="http://www.w3.org/2000/svg"
35
+ className={className}
36
+ strokeWidth={strokeWidth}
37
+ strokeLinecap={strokeLinecap}
38
+ strokeLinejoin={strokeLinejoin}
39
+ strokeDasharray={strokeDasharray}
40
+ opacity={opacity}
41
+ {...props}
42
+ ref={forwardedRef}
43
+ >
44
+ <g fill="currentColor" clipPath="url(#undefined-clip0_49_226)">
45
+ <path d="M10.555 3.586C13.21 3.27 15.895 3.831 18.201 5.184 20.362 6.452 22.079 8.352 23.125 10.621L23.325 11.08 23.344 11.129C23.553 11.691 23.553 12.308 23.344 12.869 23.338 12.885 23.332 12.902 23.325 12.918 22.906 13.934 22.353 14.889 21.679 15.756 21.172 16.411 20.229 16.53 19.575 16.022 18.92 15.514 18.801 14.572 19.309 13.918 19.767 13.327 20.151 12.682 20.454 12 19.671 10.232 18.354 8.752 16.683 7.772 14.943 6.751 12.915 6.327 10.911 6.566 10.088 6.664 9.342 6.076 9.244 5.253 9.146 4.431 9.733 3.685 10.555 3.586ZM9.482 9.568C9.674 9.37 9.991 9.365 10.189 9.557 10.388 9.749 10.394 10.065 10.202 10.264 10.194 10.272 10.187 10.28 10.18 10.288L13.525 13.979C13.598 13.922 13.669 13.864 13.736 13.799 13.935 13.607 14.251 13.612 14.443 13.811 14.635 14.009 14.63 14.326 14.432 14.518 13.771 15.155 12.887 15.508 11.97 15.5 11.052 15.492 10.174 15.124 9.525 14.475 8.876 13.826 8.508 12.948 8.5 12.03 8.492 11.113 8.845 10.229 9.482 9.568Z" />
46
+ <path d="M5.74168 5.21992C6.45375 4.79672 7.37404 5.03041 7.79735 5.74238C8.22059 6.45453 7.98606 7.3748 7.27391 7.79804C5.6244 8.77843 4.32326 10.2471 3.54637 11.9973C4.05062 13.1348 4.77723 14.1606 5.68797 15.0109C6.6577 15.9163 7.81055 16.6032 9.06883 17.0236C10.327 17.444 11.6609 17.588 12.98 17.4475C14.2991 17.3069 15.5729 16.8843 16.7143 16.2082C17.4271 15.786 18.3478 16.0218 18.77 16.7346C19.192 17.4472 18.9561 18.367 18.2436 18.7893C16.732 19.6847 15.0453 20.2447 13.2983 20.4309C11.5514 20.617 9.78493 20.425 8.11863 19.8684C6.45227 19.3116 4.92435 18.4032 3.64012 17.2043C2.35604 16.0054 1.34501 14.5442 0.675275 12.9201C0.668514 12.9037 0.66192 12.8869 0.655744 12.8703C0.447403 12.309 0.447425 11.6913 0.655744 11.1301L0.675275 11.0803C1.6856 8.63016 3.46345 6.57397 5.74168 5.21992Z" />
47
+ <path d="M0.939454 0.939462C1.52524 0.353675 2.47476 0.353675 3.06055 0.939462L23.0605 20.9395C23.6463 21.5252 23.6463 22.4748 23.0605 23.0606C22.4748 23.6463 21.5252 23.6463 20.9395 23.0606L0.939454 3.06056C0.353668 2.47477 0.353668 1.52525 0.939454 0.939462Z" />
48
+ </g>
49
+ <defs>
50
+ <clipPath id="undefined-clip0_49_226">
51
+ <path fill="#fff" d="M0 0H24V24H0z" />
52
+ </clipPath>
53
+ </defs>
54
+ </svg>
55
+ );
56
+ }
57
+
58
+ if (type === "stroke") {
59
+ return (
60
+ <svg
61
+ width={size}
62
+ height={size}
63
+ viewBox="0 0 24 24"
64
+ fill="none"
65
+ xmlns="http://www.w3.org/2000/svg"
66
+ className={className}
67
+ strokeWidth={strokeWidth}
68
+ strokeLinecap={strokeLinecap}
69
+ strokeLinejoin={strokeLinejoin}
70
+ strokeDasharray={strokeDasharray}
71
+ opacity={opacity}
72
+ {...props}
73
+ ref={forwardedRef}
74
+ >
75
+ <path
76
+ d="M10.733 5.076C13.062 4.798 15.419 5.291 17.442 6.478 19.465 7.665 21.044 9.482 21.938 11.651 22.021 11.876 22.021 12.123 21.938 12.347 21.571 13.238 21.085 14.076 20.494 14.837M14.084 14.158C13.518 14.705 12.76 15.007 11.974 15 11.187 14.993 10.435 14.678 9.879 14.122 9.322 13.565 9.007 12.813 9 12.026 8.993 11.24 9.296 10.482 9.842 9.916"
77
+ stroke={color}
78
+ strokeLinecap="round"
79
+ strokeLinejoin="round"
80
+ />
81
+ <path
82
+ d="M17.479 17.499C16.153 18.285 14.673 18.776 13.139 18.939 11.606 19.103 10.056 18.935 8.594 18.446 7.131 17.957 5.791 17.16 4.664 16.108 3.537 15.056 2.65 13.773 2.062 12.348 1.979 12.124 1.979 11.877 2.062 11.652 2.949 9.502 4.509 7.697 6.508 6.509M2 2 22 22"
83
+ stroke={color}
84
+ strokeLinecap="round"
85
+ strokeLinejoin="round"
86
+ />
87
+ </svg>
88
+ );
89
+ }
90
+
91
+ console.error(`EyeOff doesn't support ${type}`);
92
+ return null;
93
+ });
94
+
95
+ EyeOff.displayName = "EyeOff";
96
+
97
+ EyeOff.metadata = {
98
+ name: "EyeOff",
99
+ category: "solid/accessibility",
100
+ tags: ["eye", "off", "icon"],
101
+ description: "EyeOff icon from solid/accessibility category",
102
+ type: ["stroke", "icon"],
103
+ } as IconMetadata;
104
+
105
+ export default EyeOff;
@@ -0,0 +1,111 @@
1
+ import * as React from "react";
2
+ import type { IconProps, IconMetadata, IconComponent } from "../../types";
3
+
4
+ interface GlassesProps extends IconProps {
5
+ type?: "solid" | "stroke";
6
+ }
7
+
8
+ export const Glasses: IconComponent<GlassesProps> = React.forwardRef<
9
+ SVGSVGElement,
10
+ GlassesProps
11
+ >(function Glasses(
12
+ {
13
+ color = "currentColor",
14
+ fill,
15
+ size = 24,
16
+ strokeWidth,
17
+ strokeLinecap,
18
+ strokeLinejoin,
19
+ strokeDasharray,
20
+ opacity,
21
+ className,
22
+ type = "stroke",
23
+ ...props
24
+ },
25
+ forwardedRef,
26
+ ) {
27
+ if (type === "solid") {
28
+ return (
29
+ <svg
30
+ width={size}
31
+ height={size}
32
+ viewBox="0 0 24 24"
33
+ fill="none"
34
+ xmlns="http://www.w3.org/2000/svg"
35
+ className={className}
36
+ strokeWidth={strokeWidth}
37
+ strokeLinecap={strokeLinecap}
38
+ strokeLinejoin={strokeLinejoin}
39
+ strokeDasharray={strokeDasharray}
40
+ opacity={opacity}
41
+ {...props}
42
+ ref={forwardedRef}
43
+ >
44
+ <path
45
+ d="M6 19C8.20914 19 10 17.2091 10 15C10 12.7909 8.20914 11 6 11C3.79086 11 2 12.7909 2 15C2 17.2091 3.79086 19 6 19Z"
46
+ fill="currentColor"
47
+ />
48
+ <path
49
+ d="M8.5 15C8.5 13.619 7.381 12.5 6 12.5 4.619 12.5 3.5 13.619 3.5 15 3.5 16.381 4.619 17.5 6 17.5 7.381 17.5 8.5 16.381 8.5 15ZM11.5 15C11.5 18.038 9.038 20.5 6 20.5 2.962 20.5.5 18.038.5 15 .5 11.962 2.962 9.5 6 9.5 9.038 9.5 11.5 11.962 11.5 15ZM18 19C20.209 19 22 17.209 22 15 22 12.791 20.209 11 18 11 15.791 11 14 12.791 14 15 14 17.209 15.791 19 18 19Z"
50
+ fill="currentColor"
51
+ />
52
+ <path
53
+ d="M20.5 15C20.5 13.6193 19.3807 12.5 18 12.5C16.6193 12.5 15.5 13.6193 15.5 15C15.5 16.3807 16.6193 17.5 18 17.5C19.3807 17.5 20.5 16.3807 20.5 15ZM23.5 15C23.5 18.0376 21.0376 20.5 18 20.5C14.9624 20.5 12.5 18.0376 12.5 15C12.5 11.9624 14.9624 9.5 18 9.5C21.0376 9.5 23.5 11.9624 23.5 15Z"
54
+ fill="currentColor"
55
+ />
56
+ <path
57
+ d="M12.5 15C12.5 14.867 12.447 14.74 12.354 14.647 12.26 14.553 12.133 14.5 12 14.5 11.867 14.5 11.74 14.553 11.647 14.647 11.553 14.74 11.5 14.867 11.5 15 11.5 15.828 10.828 16.5 10 16.5 9.172 16.5 8.5 15.828 8.5 15 8.5 14.072 8.869 13.182 9.525 12.525 10.182 11.869 11.072 11.5 12 11.5 12.928 11.5 13.818 11.869 14.475 12.525 15.131 13.182 15.5 14.072 15.5 15 15.5 15.828 14.828 16.5 14 16.5 13.172 16.5 12.5 15.828 12.5 15ZM8 3.5C8.828 3.5 9.5 4.172 9.5 5 9.5 5.828 8.828 6.5 8 6.5 7.434 6.5 7.192 6.618 7.047 6.725 6.866 6.857 6.653 7.105 6.352 7.656L3.885 13.577C3.566 14.342 2.688 14.703 1.923 14.385 1.158 14.066.797 13.188 1.115 12.423L3.615 6.423C3.634 6.377 3.656 6.333 3.68 6.289 4.062 5.58 4.541 4.839 5.278 4.301 6.058 3.732 6.966 3.5 8 3.5ZM16 3.5C17.002 3.5 17.896 3.741 18.669 4.29 19.318 4.751 19.789 5.365 20.165 6.011L20.32 6.289 20.385 6.423 22.885 12.423C23.203 13.188 22.842 14.066 22.077 14.385 21.313 14.703 20.434 14.342 20.115 13.577L17.646 7.649C17.363 7.136 17.132 6.878 16.932 6.735 16.755 6.61 16.498 6.5 16 6.5 15.172 6.5 14.5 5.828 14.5 5 14.5 4.172 15.172 3.5 16 3.5Z"
58
+ fill="currentColor"
59
+ />
60
+ </svg>
61
+ );
62
+ }
63
+
64
+ if (type === "stroke") {
65
+ return (
66
+ <svg
67
+ width={size}
68
+ height={size}
69
+ viewBox="0 0 24 24"
70
+ fill="none"
71
+ xmlns="http://www.w3.org/2000/svg"
72
+ className={className}
73
+ strokeWidth={strokeWidth}
74
+ strokeLinecap={strokeLinecap}
75
+ strokeLinejoin={strokeLinejoin}
76
+ strokeDasharray={strokeDasharray}
77
+ opacity={opacity}
78
+ {...props}
79
+ ref={forwardedRef}
80
+ >
81
+ <path
82
+ d="M6 19C8.209 19 10 17.209 10 15 10 12.791 8.209 11 6 11 3.791 11 2 12.791 2 15 2 17.209 3.791 19 6 19ZM18 19C20.209 19 22 17.209 22 15 22 12.791 20.209 11 18 11 15.791 11 14 12.791 14 15 14 17.209 15.791 19 18 19ZM14 15C14 14.47 13.789 13.961 13.414 13.586 13.039 13.211 12.53 13 12 13 11.47 13 10.961 13.211 10.586 13.586 10.211 13.961 10 14.47 10 15"
83
+ stroke={color}
84
+ strokeLinecap="round"
85
+ strokeLinejoin="round"
86
+ />
87
+ <path
88
+ d="M2.5 13 5 7C5.7 5.7 6.4 5 8 5M21.5 13 19 7C18.3 5.7 17.5 5 16 5"
89
+ stroke={color}
90
+ strokeLinecap="round"
91
+ strokeLinejoin="round"
92
+ />
93
+ </svg>
94
+ );
95
+ }
96
+
97
+ console.error(`Glasses doesn't support ${type}`);
98
+ return null;
99
+ });
100
+
101
+ Glasses.displayName = "Glasses";
102
+
103
+ Glasses.metadata = {
104
+ name: "Glasses",
105
+ category: "solid/accessibility",
106
+ tags: ["glasses", "icon"],
107
+ description: "Glasses icon from solid/accessibility category",
108
+ type: ["stroke", "icon"],
109
+ } as IconMetadata;
110
+
111
+ export default Glasses;