@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
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><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="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><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="currentColor" stroke-linecap="round" stroke-linejoin="round"/><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="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><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="currentColor" stroke-linecap="round" stroke-linejoin="round"/><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="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><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="currentColor" stroke-linecap="round" stroke-linejoin="round"/><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="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><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="currentColor" stroke-linecap="round" stroke-linejoin="round"/><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="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 18.5C6 18.96 6.091 19.415 6.266 19.839 6.442 20.264 6.7 20.65 7.025 20.975 7.35 21.3 7.736 21.558 8.161 21.734 8.585 21.91 9.04 22 9.5 22 9.96 22 10.415 21.91 10.839 21.734 11.264 21.558 11.65 21.3 11.975 20.975 12.3 20.65 12.558 20.264 12.734 19.839 12.91 19.415 13 18.96 13 18.5 13 16.93 13.92 15.98 15.04 15.04M6 8.5C6 7.75 6.13 7.03 6.36 6.36M8.8 3.15C9.776 2.475 10.918 2.079 12.102 2.006 13.287 1.934 14.468 2.187 15.519 2.738 16.57 3.289 17.45 4.118 18.064 5.133 18.677 6.149 19.001 7.313 19 8.5 19 10.13 18.56 11.31 17.91 12.26" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><path d="M12.5 6C13.163 6 13.799 6.263 14.268 6.732 14.737 7.201 15 7.837 15 8.5M10 13C10.385 12.999 10.761 12.887 11.084 12.678 11.407 12.469 11.662 12.171 11.82 11.82M2 2 22 22" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><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="currentColor" stroke-linecap="round" stroke-linejoin="round"/><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="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><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="currentColor" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 2C10.6739 3.32608 9.92892 5.12464 9.92892 7C9.92892 8.87536 10.6739 10.6739 12 12C13.3261 13.3261 15.1246 14.0711 17 14.0711C18.8754 14.0711 20.6739 13.3261 22 12" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15 18 14.278 14.75M2 8C2.748 10.051 4.109 11.822 5.898 13.073 7.687 14.325 9.817 14.996 12 14.996 14.183 14.996 16.313 14.325 18.102 13.073 19.891 11.822 21.252 10.051 22 8M20 15 18.274 12.95M4 15 5.726 12.95M9 18 9.722 14.75" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.733 5.076C13.062 4.798 15.419 5.291 17.442 6.478 19.465 7.665 21.044 9.482 21.938 11.651 22.021 11.876 22.021 12.123 21.938 12.347 21.571 13.238 21.085 14.076 20.494 14.837M14.084 14.158C13.518 14.705 12.76 15.007 11.974 15 11.187 14.993 10.435 14.678 9.879 14.122 9.322 13.565 9.007 12.813 9 12.026 8.993 11.24 9.296 10.482 9.842 9.916" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><path d="M17.479 17.499C16.153 18.285 14.673 18.776 13.139 18.939 11.606 19.103 10.056 18.935 8.594 18.446 7.131 17.957 5.791 17.16 4.664 16.108 3.537 15.056 2.65 13.773 2.062 12.348 1.979 12.124 1.979 11.877 2.062 11.652 2.949 9.502 4.509 7.697 6.508 6.509M2 2 22 22" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.062 12.348C1.97866 12.1235 1.97866 11.8765 2.062 11.652C2.8737 9.68385 4.25152 8.00103 6.02077 6.81689C7.79003 5.63275 9.87105 5.00061 12 5.00061C14.129 5.00061 16.21 5.63275 17.9792 6.81689C19.7485 8.00103 21.1263 9.68385 21.938 11.652C22.0213 11.8765 22.0213 12.1235 21.938 12.348C21.1263 14.3161 19.7485 15.999 17.9792 17.1831C16.21 18.3672 14.129 18.9994 12 18.9994C9.87105 18.9994 7.79003 18.3672 6.02077 17.1831C4.25152 15.999 2.8737 14.3161 2.062 12.348Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 19C8.209 19 10 17.209 10 15 10 12.791 8.209 11 6 11 3.791 11 2 12.791 2 15 2 17.209 3.791 19 6 19ZM18 19C20.209 19 22 17.209 22 15 22 12.791 20.209 11 18 11 15.791 11 14 12.791 14 15 14 17.209 15.791 19 18 19ZM14 15C14 14.47 13.789 13.961 13.414 13.586 13.039 13.211 12.53 13 12 13 11.47 13 10.961 13.211 10.586 13.586 10.211 13.961 10 14.47 10 15" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><path d="M2.5 13 5 7C5.7 5.7 6.4 5 8 5M21.5 13 19 7C18.3 5.7 17.5 5 16 5" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aliimam/icons",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "license": "MIT",
5
5
  "description": "Ali Imam React SVG Icon Set",
6
6
  "source": "./src/index.tsx",
package/src/index.tsx CHANGED
@@ -1,6 +1,5 @@
1
1
  // entry.tsx.ejs - Simple re-export structure
2
2
 
3
3
  export * from "./solid/accessibility";
4
- export * from "./stroke/arrows";
5
4
 
6
5
  export type { IconProps } from "./types";
@@ -0,0 +1,105 @@
1
+ import * as React from "react";
2
+ import type { IconProps, IconMetadata, IconComponent } from "../../types";
3
+
4
+ interface AccessibilityProps extends IconProps {
5
+ type?: "solid" | "stroke";
6
+ }
7
+
8
+ export const Accessibility: IconComponent<AccessibilityProps> =
9
+ React.forwardRef<SVGSVGElement, AccessibilityProps>(function Accessibility(
10
+ {
11
+ color = "currentColor",
12
+ fill,
13
+ size = 24,
14
+ strokeWidth,
15
+ strokeLinecap,
16
+ strokeLinejoin,
17
+ strokeDasharray,
18
+ opacity,
19
+ className,
20
+ type = "stroke",
21
+ ...props
22
+ },
23
+ forwardedRef,
24
+ ) {
25
+ if (type === "solid") {
26
+ return (
27
+ <svg
28
+ width={size}
29
+ height={size}
30
+ viewBox="0 0 24 24"
31
+ fill="none"
32
+ xmlns="http://www.w3.org/2000/svg"
33
+ className={className}
34
+ strokeWidth={strokeWidth}
35
+ strokeLinecap={strokeLinecap}
36
+ strokeLinejoin={strokeLinejoin}
37
+ strokeDasharray={strokeDasharray}
38
+ opacity={opacity}
39
+ {...props}
40
+ ref={forwardedRef}
41
+ >
42
+ <path
43
+ 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"
44
+ fill="currentColor"
45
+ />
46
+ <path
47
+ 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"
48
+ fill="currentColor"
49
+ />
50
+ <path
51
+ 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"
52
+ fill="currentColor"
53
+ />
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="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"
77
+ stroke={color}
78
+ strokeLinecap="round"
79
+ strokeLinejoin="round"
80
+ />
81
+ <path
82
+ 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"
83
+ stroke={color}
84
+ strokeLinecap="round"
85
+ strokeLinejoin="round"
86
+ />
87
+ </svg>
88
+ );
89
+ }
90
+
91
+ console.error(`Accessibility doesn't support ${type}`);
92
+ return null;
93
+ });
94
+
95
+ Accessibility.displayName = "Accessibility";
96
+
97
+ Accessibility.metadata = {
98
+ name: "Accessibility",
99
+ category: "solid/accessibility",
100
+ tags: ["accessibility", "icon"],
101
+ description: "Accessibility icon from solid/accessibility category",
102
+ type: ["stroke", "icon"],
103
+ } as IconMetadata;
104
+
105
+ export default Accessibility;
@@ -0,0 +1,107 @@
1
+ import * as React from "react";
2
+ import type { IconProps, IconMetadata, IconComponent } from "../../types";
3
+
4
+ interface BabyProps extends IconProps {
5
+ type?: "solid" | "stroke";
6
+ }
7
+
8
+ export const Baby: IconComponent<BabyProps> = React.forwardRef<
9
+ SVGSVGElement,
10
+ BabyProps
11
+ >(function Baby(
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.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"
46
+ fill="currentColor"
47
+ />
48
+ <path
49
+ 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"
50
+ fill="currentColor"
51
+ />
52
+ <path
53
+ 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"
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="M10 16C10.5 16.3 11.2 16.5 12 16.5 12.8 16.5 13.5 16.3 14 16M15 12H15.01"
79
+ stroke={color}
80
+ strokeLinecap="round"
81
+ strokeLinejoin="round"
82
+ />
83
+ <path
84
+ 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"
85
+ stroke={color}
86
+ strokeLinecap="round"
87
+ strokeLinejoin="round"
88
+ />
89
+ </svg>
90
+ );
91
+ }
92
+
93
+ console.error(`Baby doesn't support ${type}`);
94
+ return null;
95
+ });
96
+
97
+ Baby.displayName = "Baby";
98
+
99
+ Baby.metadata = {
100
+ name: "Baby",
101
+ category: "solid/accessibility",
102
+ tags: ["baby", "icon"],
103
+ description: "Baby icon from solid/accessibility category",
104
+ type: ["stroke", "icon"],
105
+ } as IconMetadata;
106
+
107
+ export default Baby;
@@ -0,0 +1,93 @@
1
+ import * as React from "react";
2
+ import type { IconProps, IconMetadata, IconComponent } from "../../types";
3
+
4
+ interface BadgeInfoProps extends IconProps {
5
+ type?: "solid" | "stroke";
6
+ }
7
+
8
+ export const BadgeInfo: IconComponent<BadgeInfoProps> = React.forwardRef<
9
+ SVGSVGElement,
10
+ BadgeInfoProps
11
+ >(function BadgeInfo(
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 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"
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="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"
71
+ stroke={color}
72
+ strokeLinecap="round"
73
+ strokeLinejoin="round"
74
+ />
75
+ </svg>
76
+ );
77
+ }
78
+
79
+ console.error(`BadgeInfo doesn't support ${type}`);
80
+ return null;
81
+ });
82
+
83
+ BadgeInfo.displayName = "BadgeInfo";
84
+
85
+ BadgeInfo.metadata = {
86
+ name: "BadgeInfo",
87
+ category: "solid/accessibility",
88
+ tags: ["badge", "info", "icon"],
89
+ description: "BadgeInfo icon from solid/accessibility category",
90
+ type: ["stroke", "icon"],
91
+ } as IconMetadata;
92
+
93
+ export default BadgeInfo;
@@ -0,0 +1,99 @@
1
+ import * as React from "react";
2
+ import type { IconProps, IconMetadata, IconComponent } from "../../types";
3
+
4
+ interface BadgeQuestionMarkProps extends IconProps {
5
+ type?: "solid" | "stroke";
6
+ }
7
+
8
+ export const BadgeQuestionMark: IconComponent<BadgeQuestionMarkProps> =
9
+ React.forwardRef<SVGSVGElement, BadgeQuestionMarkProps>(
10
+ function BadgeQuestionMark(
11
+ {
12
+ color = "currentColor",
13
+ fill,
14
+ size = 24,
15
+ strokeWidth,
16
+ strokeLinecap,
17
+ strokeLinejoin,
18
+ strokeDasharray,
19
+ opacity,
20
+ className,
21
+ type = "stroke",
22
+ ...props
23
+ },
24
+ forwardedRef,
25
+ ) {
26
+ if (type === "solid") {
27
+ return (
28
+ <svg
29
+ width={size}
30
+ height={size}
31
+ viewBox="0 0 24 24"
32
+ fill="none"
33
+ xmlns="http://www.w3.org/2000/svg"
34
+ className={className}
35
+ strokeWidth={strokeWidth}
36
+ strokeLinecap={strokeLinecap}
37
+ strokeLinejoin={strokeLinejoin}
38
+ strokeDasharray={strokeDasharray}
39
+ opacity={opacity}
40
+ {...props}
41
+ ref={forwardedRef}
42
+ >
43
+ <path
44
+ 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"
45
+ fill="currentColor"
46
+ />
47
+ </svg>
48
+ );
49
+ }
50
+
51
+ if (type === "stroke") {
52
+ return (
53
+ <svg
54
+ width={size}
55
+ height={size}
56
+ viewBox="0 0 24 24"
57
+ fill="none"
58
+ xmlns="http://www.w3.org/2000/svg"
59
+ className={className}
60
+ strokeWidth={strokeWidth}
61
+ strokeLinecap={strokeLinecap}
62
+ strokeLinejoin={strokeLinejoin}
63
+ strokeDasharray={strokeDasharray}
64
+ opacity={opacity}
65
+ {...props}
66
+ ref={forwardedRef}
67
+ >
68
+ <path
69
+ 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"
70
+ stroke={color}
71
+ strokeLinecap="round"
72
+ strokeLinejoin="round"
73
+ />
74
+ <path
75
+ 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"
76
+ stroke={color}
77
+ strokeLinecap="round"
78
+ strokeLinejoin="round"
79
+ />
80
+ </svg>
81
+ );
82
+ }
83
+
84
+ console.error(`BadgeQuestionMark doesn't support ${type}`);
85
+ return null;
86
+ },
87
+ );
88
+
89
+ BadgeQuestionMark.displayName = "BadgeQuestionMark";
90
+
91
+ BadgeQuestionMark.metadata = {
92
+ name: "BadgeQuestionMark",
93
+ category: "solid/accessibility",
94
+ tags: ["badge", "question", "mark", "icon"],
95
+ description: "BadgeQuestionMark icon from solid/accessibility category",
96
+ type: ["stroke", "icon"],
97
+ } as IconMetadata;
98
+
99
+ export default BadgeQuestionMark;
@@ -0,0 +1,99 @@
1
+ import * as React from "react";
2
+ import type { IconProps, IconMetadata, IconComponent } from "../../types";
3
+
4
+ interface CircleQuestionMarkProps extends IconProps {
5
+ type?: "solid" | "stroke";
6
+ }
7
+
8
+ export const CircleQuestionMark: IconComponent<CircleQuestionMarkProps> =
9
+ React.forwardRef<SVGSVGElement, CircleQuestionMarkProps>(
10
+ function CircleQuestionMark(
11
+ {
12
+ color = "currentColor",
13
+ fill,
14
+ size = 24,
15
+ strokeWidth,
16
+ strokeLinecap,
17
+ strokeLinejoin,
18
+ strokeDasharray,
19
+ opacity,
20
+ className,
21
+ type = "stroke",
22
+ ...props
23
+ },
24
+ forwardedRef,
25
+ ) {
26
+ if (type === "solid") {
27
+ return (
28
+ <svg
29
+ width={size}
30
+ height={size}
31
+ viewBox="0 0 24 24"
32
+ fill="none"
33
+ xmlns="http://www.w3.org/2000/svg"
34
+ className={className}
35
+ strokeWidth={strokeWidth}
36
+ strokeLinecap={strokeLinecap}
37
+ strokeLinejoin={strokeLinejoin}
38
+ strokeDasharray={strokeDasharray}
39
+ opacity={opacity}
40
+ {...props}
41
+ ref={forwardedRef}
42
+ >
43
+ <path
44
+ 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"
45
+ fill="currentColor"
46
+ />
47
+ </svg>
48
+ );
49
+ }
50
+
51
+ if (type === "stroke") {
52
+ return (
53
+ <svg
54
+ width={size}
55
+ height={size}
56
+ viewBox="0 0 24 24"
57
+ fill="none"
58
+ xmlns="http://www.w3.org/2000/svg"
59
+ className={className}
60
+ strokeWidth={strokeWidth}
61
+ strokeLinecap={strokeLinecap}
62
+ strokeLinejoin={strokeLinejoin}
63
+ strokeDasharray={strokeDasharray}
64
+ opacity={opacity}
65
+ {...props}
66
+ ref={forwardedRef}
67
+ >
68
+ <path
69
+ 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"
70
+ stroke={color}
71
+ strokeLinecap="round"
72
+ strokeLinejoin="round"
73
+ />
74
+ <path
75
+ 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"
76
+ stroke={color}
77
+ strokeLinecap="round"
78
+ strokeLinejoin="round"
79
+ />
80
+ </svg>
81
+ );
82
+ }
83
+
84
+ console.error(`CircleQuestionMark doesn't support ${type}`);
85
+ return null;
86
+ },
87
+ );
88
+
89
+ CircleQuestionMark.displayName = "CircleQuestionMark";
90
+
91
+ CircleQuestionMark.metadata = {
92
+ name: "CircleQuestionMark",
93
+ category: "solid/accessibility",
94
+ tags: ["circle", "question", "mark", "icon"],
95
+ description: "CircleQuestionMark icon from solid/accessibility category",
96
+ type: ["stroke", "icon"],
97
+ } as IconMetadata;
98
+
99
+ export default CircleQuestionMark;