stimulus_plumbers_tailwind 0.3.2 → 0.3.3

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 (665) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +18 -0
  3. data/LICENSE-DEPENDENCIES +57 -0
  4. data/README.md +22 -1
  5. data/lib/stimulus_plumbers/themes/tailwind/action_list.rb +1 -1
  6. data/lib/stimulus_plumbers/themes/tailwind/avatar.rb +1 -1
  7. data/lib/stimulus_plumbers/themes/tailwind/button.rb +21 -5
  8. data/lib/stimulus_plumbers/themes/tailwind/calendar.rb +10 -20
  9. data/lib/stimulus_plumbers/themes/tailwind/combobox.rb +32 -10
  10. data/lib/stimulus_plumbers/themes/tailwind/form.rb +26 -21
  11. data/lib/stimulus_plumbers/themes/tailwind/icon.rb +13 -4
  12. data/lib/stimulus_plumbers/themes/tailwind/icons/custom.rb +26 -0
  13. data/lib/stimulus_plumbers/themes/tailwind/icons/customs/spinner.svg +4 -0
  14. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicon.rb +36 -0
  15. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/academic-cap.svg +3 -0
  16. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/adjustments-horizontal.svg +3 -0
  17. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/adjustments-vertical.svg +3 -0
  18. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/archive-box-arrow-down.svg +3 -0
  19. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/archive-box-x-mark.svg +3 -0
  20. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/archive-box.svg +3 -0
  21. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-down-circle.svg +3 -0
  22. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-down-left.svg +3 -0
  23. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-down-on-square-stack.svg +3 -0
  24. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-down-on-square.svg +3 -0
  25. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-down-right.svg +3 -0
  26. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-down-tray.svg +3 -0
  27. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-down.svg +3 -0
  28. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-left-circle.svg +3 -0
  29. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-left-end-on-rectangle.svg +3 -0
  30. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-left-on-rectangle.svg +3 -0
  31. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-left-start-on-rectangle.svg +3 -0
  32. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-left.svg +3 -0
  33. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-long-down.svg +3 -0
  34. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-long-left.svg +3 -0
  35. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-long-right.svg +3 -0
  36. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-long-up.svg +3 -0
  37. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-path-rounded-square.svg +3 -0
  38. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-path.svg +3 -0
  39. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-right-circle.svg +3 -0
  40. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-right-end-on-rectangle.svg +3 -0
  41. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-right-on-rectangle.svg +3 -0
  42. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-right-start-on-rectangle.svg +3 -0
  43. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-right.svg +3 -0
  44. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-small-down.svg +3 -0
  45. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-small-left.svg +3 -0
  46. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-small-right.svg +3 -0
  47. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-small-up.svg +3 -0
  48. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-top-right-on-square.svg +3 -0
  49. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-trending-down.svg +3 -0
  50. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-trending-up.svg +3 -0
  51. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-turn-down-left.svg +3 -0
  52. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-turn-down-right.svg +3 -0
  53. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-turn-left-down.svg +3 -0
  54. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-turn-left-up.svg +3 -0
  55. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-turn-right-down.svg +3 -0
  56. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-turn-right-up.svg +3 -0
  57. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-turn-up-left.svg +3 -0
  58. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-turn-up-right.svg +3 -0
  59. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-up-circle.svg +3 -0
  60. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-up-left.svg +3 -0
  61. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-up-on-square-stack.svg +3 -0
  62. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-up-on-square.svg +3 -0
  63. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-up-right.svg +3 -0
  64. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-up-tray.svg +3 -0
  65. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-up.svg +3 -0
  66. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-uturn-down.svg +3 -0
  67. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-uturn-left.svg +3 -0
  68. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-uturn-right.svg +3 -0
  69. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-uturn-up.svg +3 -0
  70. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrows-pointing-in.svg +3 -0
  71. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrows-pointing-out.svg +3 -0
  72. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrows-right-left.svg +3 -0
  73. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrows-up-down.svg +3 -0
  74. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/at-symbol.svg +3 -0
  75. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/backspace.svg +3 -0
  76. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/backward.svg +3 -0
  77. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/banknotes.svg +3 -0
  78. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/bars-2.svg +3 -0
  79. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/bars-3-bottom-left.svg +3 -0
  80. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/bars-3-bottom-right.svg +3 -0
  81. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/bars-3-center-left.svg +3 -0
  82. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/bars-3.svg +3 -0
  83. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/bars-4.svg +3 -0
  84. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/bars-arrow-down.svg +3 -0
  85. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/bars-arrow-up.svg +3 -0
  86. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/battery-0.svg +3 -0
  87. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/battery-100.svg +3 -0
  88. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/battery-50.svg +3 -0
  89. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/beaker.svg +3 -0
  90. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/bell-alert.svg +3 -0
  91. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/bell-slash.svg +3 -0
  92. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/bell-snooze.svg +3 -0
  93. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/bell.svg +3 -0
  94. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/bold.svg +3 -0
  95. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/bolt-slash.svg +3 -0
  96. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/bolt.svg +3 -0
  97. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/book-open.svg +3 -0
  98. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/bookmark-slash.svg +3 -0
  99. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/bookmark-square.svg +3 -0
  100. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/bookmark.svg +3 -0
  101. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/briefcase.svg +3 -0
  102. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/bug-ant.svg +3 -0
  103. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/building-library.svg +3 -0
  104. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/building-office-2.svg +3 -0
  105. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/building-office.svg +3 -0
  106. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/building-storefront.svg +3 -0
  107. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/cake.svg +3 -0
  108. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/calculator.svg +3 -0
  109. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/calendar-date-range.svg +3 -0
  110. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/calendar-days.svg +3 -0
  111. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/calendar.svg +3 -0
  112. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/camera.svg +4 -0
  113. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/chart-bar-square.svg +3 -0
  114. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/chart-bar.svg +3 -0
  115. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/chart-pie.svg +4 -0
  116. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/chat-bubble-bottom-center-text.svg +3 -0
  117. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/chat-bubble-bottom-center.svg +3 -0
  118. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/chat-bubble-left-ellipsis.svg +3 -0
  119. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/chat-bubble-left-right.svg +3 -0
  120. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/chat-bubble-left.svg +3 -0
  121. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/chat-bubble-oval-left-ellipsis.svg +3 -0
  122. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/chat-bubble-oval-left.svg +3 -0
  123. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/check-badge.svg +3 -0
  124. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/check-circle.svg +3 -0
  125. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/check.svg +3 -0
  126. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/chevron-double-down.svg +3 -0
  127. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/chevron-double-left.svg +3 -0
  128. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/chevron-double-right.svg +3 -0
  129. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/chevron-double-up.svg +4 -0
  130. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/chevron-down.svg +3 -0
  131. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/chevron-left.svg +3 -0
  132. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/chevron-right.svg +3 -0
  133. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/chevron-up-down.svg +3 -0
  134. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/chevron-up.svg +3 -0
  135. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/circle-stack.svg +3 -0
  136. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/clipboard-document-check.svg +3 -0
  137. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/clipboard-document-list.svg +3 -0
  138. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/clipboard-document.svg +3 -0
  139. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/clipboard.svg +3 -0
  140. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/clock.svg +3 -0
  141. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/cloud-arrow-down.svg +3 -0
  142. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/cloud-arrow-up.svg +3 -0
  143. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/cloud.svg +3 -0
  144. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/code-bracket-square.svg +3 -0
  145. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/code-bracket.svg +3 -0
  146. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/cog-6-tooth.svg +4 -0
  147. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/cog-8-tooth.svg +4 -0
  148. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/cog.svg +3 -0
  149. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/command-line.svg +3 -0
  150. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/computer-desktop.svg +3 -0
  151. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/cpu-chip.svg +3 -0
  152. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/credit-card.svg +3 -0
  153. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/cube-transparent.svg +3 -0
  154. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/cube.svg +3 -0
  155. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/currency-bangladeshi.svg +3 -0
  156. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/currency-dollar.svg +3 -0
  157. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/currency-euro.svg +3 -0
  158. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/currency-pound.svg +3 -0
  159. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/currency-rupee.svg +3 -0
  160. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/currency-yen.svg +3 -0
  161. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/cursor-arrow-rays.svg +3 -0
  162. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/cursor-arrow-ripple.svg +3 -0
  163. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/device-phone-mobile.svg +3 -0
  164. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/device-tablet.svg +3 -0
  165. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/divide.svg +3 -0
  166. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/document-arrow-down.svg +3 -0
  167. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/document-arrow-up.svg +3 -0
  168. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/document-chart-bar.svg +3 -0
  169. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/document-check.svg +3 -0
  170. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/document-currency-bangladeshi.svg +3 -0
  171. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/document-currency-dollar.svg +3 -0
  172. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/document-currency-euro.svg +3 -0
  173. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/document-currency-pound.svg +3 -0
  174. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/document-currency-rupee.svg +3 -0
  175. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/document-currency-yen.svg +3 -0
  176. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/document-duplicate.svg +3 -0
  177. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/document-magnifying-glass.svg +3 -0
  178. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/document-minus.svg +3 -0
  179. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/document-plus.svg +3 -0
  180. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/document-text.svg +3 -0
  181. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/document.svg +3 -0
  182. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/ellipsis-horizontal-circle.svg +3 -0
  183. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/ellipsis-horizontal.svg +3 -0
  184. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/ellipsis-vertical.svg +3 -0
  185. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/envelope-open.svg +3 -0
  186. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/envelope.svg +3 -0
  187. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/equals.svg +3 -0
  188. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/exclamation-circle.svg +3 -0
  189. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/exclamation-triangle.svg +3 -0
  190. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/eye-dropper.svg +3 -0
  191. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/eye-slash.svg +3 -0
  192. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/eye.svg +4 -0
  193. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/face-frown.svg +3 -0
  194. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/face-smile.svg +3 -0
  195. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/film.svg +3 -0
  196. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/finger-print.svg +3 -0
  197. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/fire.svg +4 -0
  198. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/flag.svg +3 -0
  199. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/folder-arrow-down.svg +3 -0
  200. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/folder-minus.svg +3 -0
  201. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/folder-open.svg +3 -0
  202. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/folder-plus.svg +3 -0
  203. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/folder.svg +3 -0
  204. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/forward.svg +3 -0
  205. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/funnel.svg +3 -0
  206. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/gif.svg +3 -0
  207. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/gift-top.svg +3 -0
  208. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/gift.svg +3 -0
  209. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/globe-alt.svg +3 -0
  210. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/globe-americas.svg +3 -0
  211. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/globe-asia-australia.svg +3 -0
  212. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/globe-europe-africa.svg +3 -0
  213. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/h1.svg +3 -0
  214. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/h2.svg +3 -0
  215. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/h3.svg +3 -0
  216. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/hand-raised.svg +3 -0
  217. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/hand-thumb-down.svg +3 -0
  218. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/hand-thumb-up.svg +3 -0
  219. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/hashtag.svg +3 -0
  220. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/heart.svg +3 -0
  221. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/home-modern.svg +3 -0
  222. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/home.svg +3 -0
  223. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/identification.svg +3 -0
  224. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/inbox-arrow-down.svg +3 -0
  225. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/inbox-stack.svg +3 -0
  226. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/inbox.svg +3 -0
  227. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/information-circle.svg +3 -0
  228. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/italic.svg +3 -0
  229. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/key.svg +3 -0
  230. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/language.svg +3 -0
  231. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/lifebuoy.svg +3 -0
  232. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/light-bulb.svg +3 -0
  233. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/link-slash.svg +3 -0
  234. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/link.svg +3 -0
  235. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/list-bullet.svg +3 -0
  236. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/lock-closed.svg +3 -0
  237. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/lock-open.svg +3 -0
  238. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/magnifying-glass-circle.svg +3 -0
  239. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/magnifying-glass-minus.svg +3 -0
  240. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/magnifying-glass-plus.svg +3 -0
  241. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/magnifying-glass.svg +3 -0
  242. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/map-pin.svg +4 -0
  243. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/map.svg +3 -0
  244. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/megaphone.svg +3 -0
  245. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/microphone.svg +3 -0
  246. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/minus-circle.svg +3 -0
  247. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/minus-small.svg +3 -0
  248. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/minus.svg +3 -0
  249. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/moon.svg +3 -0
  250. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/musical-note.svg +3 -0
  251. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/newspaper.svg +3 -0
  252. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/no-symbol.svg +3 -0
  253. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/numbered-list.svg +3 -0
  254. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/paint-brush.svg +3 -0
  255. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/paper-airplane.svg +3 -0
  256. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/paper-clip.svg +3 -0
  257. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/pause-circle.svg +3 -0
  258. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/pause.svg +3 -0
  259. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/pencil-square.svg +3 -0
  260. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/pencil.svg +3 -0
  261. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/percent-badge.svg +3 -0
  262. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/phone-arrow-down-left.svg +3 -0
  263. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/phone-arrow-up-right.svg +3 -0
  264. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/phone-x-mark.svg +3 -0
  265. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/phone.svg +3 -0
  266. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/photo.svg +3 -0
  267. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/play-circle.svg +4 -0
  268. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/play-pause.svg +3 -0
  269. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/play.svg +3 -0
  270. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/plus-circle.svg +3 -0
  271. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/plus-small.svg +3 -0
  272. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/plus.svg +3 -0
  273. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/power.svg +3 -0
  274. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/presentation-chart-bar.svg +3 -0
  275. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/presentation-chart-line.svg +3 -0
  276. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/printer.svg +3 -0
  277. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/puzzle-piece.svg +3 -0
  278. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/qr-code.svg +4 -0
  279. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/question-mark-circle.svg +3 -0
  280. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/queue-list.svg +3 -0
  281. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/radio.svg +3 -0
  282. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/receipt-percent.svg +3 -0
  283. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/receipt-refund.svg +3 -0
  284. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/rectangle-group.svg +3 -0
  285. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/rectangle-stack.svg +3 -0
  286. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/rocket-launch.svg +3 -0
  287. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/rss.svg +3 -0
  288. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/scale.svg +3 -0
  289. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/scissors.svg +3 -0
  290. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/server-stack.svg +3 -0
  291. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/server.svg +3 -0
  292. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/share.svg +3 -0
  293. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/shield-check.svg +3 -0
  294. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/shield-exclamation.svg +3 -0
  295. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/shopping-bag.svg +3 -0
  296. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/shopping-cart.svg +3 -0
  297. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/signal-slash.svg +3 -0
  298. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/signal.svg +3 -0
  299. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/slash.svg +3 -0
  300. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/sparkles.svg +3 -0
  301. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/speaker-wave.svg +3 -0
  302. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/speaker-x-mark.svg +3 -0
  303. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/square-2-stack.svg +3 -0
  304. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/square-3-stack-3d.svg +3 -0
  305. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/squares-2x2.svg +3 -0
  306. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/squares-plus.svg +3 -0
  307. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/star.svg +3 -0
  308. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/stop-circle.svg +4 -0
  309. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/stop.svg +3 -0
  310. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/strikethrough.svg +3 -0
  311. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/sun.svg +3 -0
  312. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/swatch.svg +3 -0
  313. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/table-cells.svg +3 -0
  314. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/tag.svg +4 -0
  315. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/ticket.svg +3 -0
  316. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/trash.svg +3 -0
  317. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/trophy.svg +3 -0
  318. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/truck.svg +3 -0
  319. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/tv.svg +3 -0
  320. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/underline.svg +3 -0
  321. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/user-circle.svg +3 -0
  322. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/user-group.svg +3 -0
  323. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/user-minus.svg +3 -0
  324. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/user-plus.svg +3 -0
  325. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/user.svg +3 -0
  326. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/users.svg +3 -0
  327. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/variable.svg +3 -0
  328. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/video-camera-slash.svg +3 -0
  329. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/video-camera.svg +3 -0
  330. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/view-columns.svg +3 -0
  331. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/viewfinder-circle.svg +3 -0
  332. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/wallet.svg +3 -0
  333. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/wifi.svg +3 -0
  334. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/window.svg +3 -0
  335. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/wrench-screwdriver.svg +3 -0
  336. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/wrench.svg +4 -0
  337. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/x-circle.svg +3 -0
  338. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/x-mark.svg +3 -0
  339. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/academic-cap.svg +5 -0
  340. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/adjustments-horizontal.svg +3 -0
  341. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/adjustments-vertical.svg +3 -0
  342. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/archive-box-arrow-down.svg +4 -0
  343. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/archive-box-x-mark.svg +4 -0
  344. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/archive-box.svg +4 -0
  345. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-down-circle.svg +3 -0
  346. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-down-left.svg +3 -0
  347. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-down-on-square-stack.svg +4 -0
  348. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-down-on-square.svg +3 -0
  349. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-down-right.svg +3 -0
  350. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-down-tray.svg +3 -0
  351. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-down.svg +3 -0
  352. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-left-circle.svg +3 -0
  353. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-left-end-on-rectangle.svg +3 -0
  354. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-left-on-rectangle.svg +3 -0
  355. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-left-start-on-rectangle.svg +3 -0
  356. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-left.svg +3 -0
  357. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-long-down.svg +3 -0
  358. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-long-left.svg +3 -0
  359. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-long-right.svg +3 -0
  360. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-long-up.svg +3 -0
  361. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-path-rounded-square.svg +3 -0
  362. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-path.svg +3 -0
  363. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-right-circle.svg +3 -0
  364. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-right-end-on-rectangle.svg +3 -0
  365. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-right-on-rectangle.svg +3 -0
  366. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-right-start-on-rectangle.svg +3 -0
  367. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-right.svg +3 -0
  368. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-small-down.svg +3 -0
  369. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-small-left.svg +3 -0
  370. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-small-right.svg +3 -0
  371. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-small-up.svg +3 -0
  372. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-top-right-on-square.svg +3 -0
  373. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-trending-down.svg +3 -0
  374. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-trending-up.svg +3 -0
  375. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-turn-down-left.svg +3 -0
  376. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-turn-down-right.svg +3 -0
  377. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-turn-left-down.svg +3 -0
  378. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-turn-left-up.svg +3 -0
  379. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-turn-right-down.svg +3 -0
  380. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-turn-right-up.svg +3 -0
  381. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-turn-up-left.svg +3 -0
  382. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-turn-up-right.svg +3 -0
  383. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-up-circle.svg +3 -0
  384. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-up-left.svg +3 -0
  385. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-up-on-square-stack.svg +4 -0
  386. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-up-on-square.svg +3 -0
  387. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-up-right.svg +3 -0
  388. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-up-tray.svg +3 -0
  389. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-up.svg +3 -0
  390. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-uturn-down.svg +3 -0
  391. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-uturn-left.svg +3 -0
  392. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-uturn-right.svg +3 -0
  393. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-uturn-up.svg +3 -0
  394. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrows-pointing-in.svg +3 -0
  395. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrows-pointing-out.svg +3 -0
  396. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrows-right-left.svg +3 -0
  397. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrows-up-down.svg +3 -0
  398. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/at-symbol.svg +3 -0
  399. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/backspace.svg +3 -0
  400. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/backward.svg +3 -0
  401. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/banknotes.svg +5 -0
  402. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/bars-2.svg +3 -0
  403. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/bars-3-bottom-left.svg +3 -0
  404. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/bars-3-bottom-right.svg +3 -0
  405. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/bars-3-center-left.svg +3 -0
  406. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/bars-3.svg +3 -0
  407. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/bars-4.svg +3 -0
  408. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/bars-arrow-down.svg +3 -0
  409. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/bars-arrow-up.svg +3 -0
  410. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/battery-0.svg +3 -0
  411. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/battery-100.svg +3 -0
  412. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/battery-50.svg +4 -0
  413. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/beaker.svg +3 -0
  414. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/bell-alert.svg +4 -0
  415. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/bell-slash.svg +4 -0
  416. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/bell-snooze.svg +3 -0
  417. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/bell.svg +3 -0
  418. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/bold.svg +3 -0
  419. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/bolt-slash.svg +3 -0
  420. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/bolt.svg +3 -0
  421. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/book-open.svg +3 -0
  422. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/bookmark-slash.svg +3 -0
  423. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/bookmark-square.svg +3 -0
  424. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/bookmark.svg +3 -0
  425. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/briefcase.svg +4 -0
  426. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/bug-ant.svg +3 -0
  427. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/building-library.svg +5 -0
  428. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/building-office-2.svg +3 -0
  429. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/building-office.svg +3 -0
  430. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/building-storefront.svg +4 -0
  431. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/cake.svg +3 -0
  432. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/calculator.svg +3 -0
  433. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/calendar-date-range.svg +4 -0
  434. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/calendar-days.svg +4 -0
  435. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/calendar.svg +3 -0
  436. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/camera.svg +4 -0
  437. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/chart-bar-square.svg +3 -0
  438. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/chart-bar.svg +3 -0
  439. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/chart-pie.svg +4 -0
  440. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/chat-bubble-bottom-center-text.svg +3 -0
  441. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/chat-bubble-bottom-center.svg +3 -0
  442. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/chat-bubble-left-ellipsis.svg +3 -0
  443. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/chat-bubble-left-right.svg +4 -0
  444. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/chat-bubble-left.svg +3 -0
  445. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/chat-bubble-oval-left-ellipsis.svg +3 -0
  446. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/chat-bubble-oval-left.svg +3 -0
  447. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/check-badge.svg +3 -0
  448. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/check-circle.svg +3 -0
  449. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/check.svg +3 -0
  450. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/chevron-double-down.svg +4 -0
  451. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/chevron-double-left.svg +4 -0
  452. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/chevron-double-right.svg +4 -0
  453. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/chevron-double-up.svg +4 -0
  454. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/chevron-down.svg +3 -0
  455. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/chevron-left.svg +3 -0
  456. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/chevron-right.svg +3 -0
  457. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/chevron-up-down.svg +3 -0
  458. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/chevron-up.svg +3 -0
  459. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/circle-stack.svg +6 -0
  460. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/clipboard-document-check.svg +4 -0
  461. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/clipboard-document-list.svg +4 -0
  462. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/clipboard-document.svg +5 -0
  463. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/clipboard.svg +3 -0
  464. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/clock.svg +3 -0
  465. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/cloud-arrow-down.svg +3 -0
  466. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/cloud-arrow-up.svg +3 -0
  467. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/cloud.svg +3 -0
  468. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/code-bracket-square.svg +3 -0
  469. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/code-bracket.svg +3 -0
  470. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/cog-6-tooth.svg +3 -0
  471. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/cog-8-tooth.svg +3 -0
  472. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/cog.svg +4 -0
  473. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/command-line.svg +3 -0
  474. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/computer-desktop.svg +3 -0
  475. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/cpu-chip.svg +4 -0
  476. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/credit-card.svg +4 -0
  477. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/cube-transparent.svg +3 -0
  478. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/cube.svg +3 -0
  479. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/currency-bangladeshi.svg +3 -0
  480. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/currency-dollar.svg +4 -0
  481. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/currency-euro.svg +3 -0
  482. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/currency-pound.svg +3 -0
  483. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/currency-rupee.svg +3 -0
  484. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/currency-yen.svg +3 -0
  485. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/cursor-arrow-rays.svg +3 -0
  486. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/cursor-arrow-ripple.svg +3 -0
  487. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/device-phone-mobile.svg +4 -0
  488. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/device-tablet.svg +4 -0
  489. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/divide.svg +3 -0
  490. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/document-arrow-down.svg +4 -0
  491. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/document-arrow-up.svg +4 -0
  492. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/document-chart-bar.svg +4 -0
  493. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/document-check.svg +4 -0
  494. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/document-currency-bangladeshi.svg +3 -0
  495. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/document-currency-dollar.svg +3 -0
  496. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/document-currency-euro.svg +4 -0
  497. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/document-currency-pound.svg +3 -0
  498. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/document-currency-rupee.svg +3 -0
  499. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/document-currency-yen.svg +3 -0
  500. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/document-duplicate.svg +4 -0
  501. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/document-magnifying-glass.svg +5 -0
  502. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/document-minus.svg +4 -0
  503. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/document-plus.svg +4 -0
  504. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/document-text.svg +4 -0
  505. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/document.svg +4 -0
  506. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/ellipsis-horizontal-circle.svg +3 -0
  507. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/ellipsis-horizontal.svg +3 -0
  508. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/ellipsis-vertical.svg +3 -0
  509. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/envelope-open.svg +4 -0
  510. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/envelope.svg +4 -0
  511. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/equals.svg +3 -0
  512. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/exclamation-circle.svg +3 -0
  513. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/exclamation-triangle.svg +3 -0
  514. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/eye-dropper.svg +3 -0
  515. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/eye-slash.svg +5 -0
  516. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/eye.svg +4 -0
  517. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/face-frown.svg +3 -0
  518. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/face-smile.svg +3 -0
  519. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/film.svg +3 -0
  520. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/finger-print.svg +3 -0
  521. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/fire.svg +3 -0
  522. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/flag.svg +3 -0
  523. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/folder-arrow-down.svg +3 -0
  524. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/folder-minus.svg +3 -0
  525. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/folder-open.svg +3 -0
  526. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/folder-plus.svg +3 -0
  527. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/folder.svg +3 -0
  528. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/forward.svg +3 -0
  529. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/funnel.svg +3 -0
  530. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/gif.svg +3 -0
  531. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/gift-top.svg +4 -0
  532. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/gift.svg +3 -0
  533. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/globe-alt.svg +3 -0
  534. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/globe-americas.svg +3 -0
  535. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/globe-asia-australia.svg +4 -0
  536. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/globe-europe-africa.svg +3 -0
  537. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/h1.svg +3 -0
  538. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/h2.svg +3 -0
  539. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/h3.svg +3 -0
  540. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/hand-raised.svg +3 -0
  541. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/hand-thumb-down.svg +3 -0
  542. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/hand-thumb-up.svg +3 -0
  543. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/hashtag.svg +3 -0
  544. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/heart.svg +3 -0
  545. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/home-modern.svg +4 -0
  546. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/home.svg +4 -0
  547. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/identification.svg +3 -0
  548. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/inbox-arrow-down.svg +4 -0
  549. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/inbox-stack.svg +4 -0
  550. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/inbox.svg +3 -0
  551. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/information-circle.svg +3 -0
  552. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/italic.svg +3 -0
  553. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/key.svg +3 -0
  554. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/language.svg +3 -0
  555. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/lifebuoy.svg +3 -0
  556. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/light-bulb.svg +4 -0
  557. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/link-slash.svg +3 -0
  558. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/link.svg +3 -0
  559. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/list-bullet.svg +3 -0
  560. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/lock-closed.svg +3 -0
  561. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/lock-open.svg +3 -0
  562. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/magnifying-glass-circle.svg +4 -0
  563. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/magnifying-glass-minus.svg +3 -0
  564. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/magnifying-glass-plus.svg +3 -0
  565. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/magnifying-glass.svg +3 -0
  566. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/map-pin.svg +3 -0
  567. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/map.svg +3 -0
  568. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/megaphone.svg +3 -0
  569. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/microphone.svg +4 -0
  570. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/minus-circle.svg +3 -0
  571. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/minus-small.svg +3 -0
  572. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/minus.svg +3 -0
  573. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/moon.svg +3 -0
  574. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/musical-note.svg +3 -0
  575. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/newspaper.svg +4 -0
  576. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/no-symbol.svg +3 -0
  577. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/numbered-list.svg +3 -0
  578. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/paint-brush.svg +3 -0
  579. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/paper-airplane.svg +3 -0
  580. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/paper-clip.svg +3 -0
  581. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/pause-circle.svg +3 -0
  582. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/pause.svg +3 -0
  583. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/pencil-square.svg +4 -0
  584. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/pencil.svg +3 -0
  585. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/percent-badge.svg +3 -0
  586. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/phone-arrow-down-left.svg +4 -0
  587. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/phone-arrow-up-right.svg +4 -0
  588. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/phone-x-mark.svg +3 -0
  589. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/phone.svg +3 -0
  590. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/photo.svg +3 -0
  591. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/play-circle.svg +3 -0
  592. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/play-pause.svg +3 -0
  593. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/play.svg +3 -0
  594. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/plus-circle.svg +3 -0
  595. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/plus-small.svg +3 -0
  596. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/plus.svg +3 -0
  597. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/power.svg +3 -0
  598. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/presentation-chart-bar.svg +3 -0
  599. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/presentation-chart-line.svg +3 -0
  600. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/printer.svg +3 -0
  601. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/puzzle-piece.svg +3 -0
  602. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/qr-code.svg +3 -0
  603. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/question-mark-circle.svg +3 -0
  604. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/queue-list.svg +3 -0
  605. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/radio.svg +3 -0
  606. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/receipt-percent.svg +3 -0
  607. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/receipt-refund.svg +3 -0
  608. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/rectangle-group.svg +3 -0
  609. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/rectangle-stack.svg +3 -0
  610. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/rocket-launch.svg +4 -0
  611. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/rss.svg +3 -0
  612. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/scale.svg +3 -0
  613. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/scissors.svg +4 -0
  614. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/server-stack.svg +4 -0
  615. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/server.svg +4 -0
  616. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/share.svg +3 -0
  617. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/shield-check.svg +3 -0
  618. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/shield-exclamation.svg +3 -0
  619. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/shopping-bag.svg +3 -0
  620. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/shopping-cart.svg +3 -0
  621. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/signal-slash.svg +3 -0
  622. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/signal.svg +3 -0
  623. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/slash.svg +3 -0
  624. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/sparkles.svg +3 -0
  625. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/speaker-wave.svg +4 -0
  626. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/speaker-x-mark.svg +3 -0
  627. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/square-2-stack.svg +4 -0
  628. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/square-3-stack-3d.svg +5 -0
  629. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/squares-2x2.svg +3 -0
  630. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/squares-plus.svg +3 -0
  631. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/star.svg +3 -0
  632. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/stop-circle.svg +3 -0
  633. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/stop.svg +3 -0
  634. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/strikethrough.svg +3 -0
  635. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/sun.svg +3 -0
  636. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/swatch.svg +4 -0
  637. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/table-cells.svg +3 -0
  638. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/tag.svg +3 -0
  639. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/ticket.svg +3 -0
  640. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/trash.svg +3 -0
  641. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/trophy.svg +3 -0
  642. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/truck.svg +5 -0
  643. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/tv.svg +4 -0
  644. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/underline.svg +3 -0
  645. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/user-circle.svg +3 -0
  646. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/user-group.svg +4 -0
  647. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/user-minus.svg +3 -0
  648. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/user-plus.svg +3 -0
  649. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/user.svg +3 -0
  650. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/users.svg +3 -0
  651. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/variable.svg +3 -0
  652. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/video-camera-slash.svg +3 -0
  653. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/video-camera.svg +3 -0
  654. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/view-columns.svg +3 -0
  655. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/viewfinder-circle.svg +3 -0
  656. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/wallet.svg +3 -0
  657. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/wifi.svg +3 -0
  658. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/window.svg +3 -0
  659. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/wrench-screwdriver.svg +5 -0
  660. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/wrench.svg +3 -0
  661. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/x-circle.svg +3 -0
  662. data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/x-mark.svg +3 -0
  663. data/lib/stimulus_plumbers/themes/tailwind/layout.rb +11 -1
  664. data/lib/stimulus_plumbers_tailwind/version.rb +1 -1
  665. metadata +653 -1
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path fill-rule="evenodd" d="M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25Zm3 10.5a.75.75 0 0 0 0-1.5H9a.75.75 0 0 0 0 1.5h6Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path fill-rule="evenodd" d="M5.25 12a.75.75 0 0 1 .75-.75h12a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1-.75-.75Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path fill-rule="evenodd" d="M4.25 12a.75.75 0 0 1 .75-.75h14a.75.75 0 0 1 0 1.5H5a.75.75 0 0 1-.75-.75Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path fill-rule="evenodd" d="M9.528 1.718a.75.75 0 0 1 .162.819A8.97 8.97 0 0 0 9 6a9 9 0 0 0 9 9 8.97 8.97 0 0 0 3.463-.69.75.75 0 0 1 .981.98 10.503 10.503 0 0 1-9.694 6.46c-5.799 0-10.5-4.7-10.5-10.5 0-4.368 2.667-8.112 6.46-9.694a.75.75 0 0 1 .818.162Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path fill-rule="evenodd" d="M19.952 1.651a.75.75 0 0 1 .298.599V16.303a3 3 0 0 1-2.176 2.884l-1.32.377a2.553 2.553 0 1 1-1.403-4.909l2.311-.66a1.5 1.5 0 0 0 1.088-1.442V6.994l-9 2.572v9.737a3 3 0 0 1-2.176 2.884l-1.32.377a2.553 2.553 0 1 1-1.402-4.909l2.31-.66a1.5 1.5 0 0 0 1.088-1.442V5.25a.75.75 0 0 1 .544-.721l10.5-3a.75.75 0 0 1 .658.122Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path fill-rule="evenodd" d="M4.125 3C3.089 3 2.25 3.84 2.25 4.875V18a3 3 0 0 0 3 3h15a3 3 0 0 1-3-3V4.875C17.25 3.839 16.41 3 15.375 3H4.125ZM12 9.75a.75.75 0 0 0 0 1.5h1.5a.75.75 0 0 0 0-1.5H12Zm-.75-2.25a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 0 1.5H12a.75.75 0 0 1-.75-.75ZM6 12.75a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5H6Zm-.75 3.75a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1-.75-.75ZM6 6.75a.75.75 0 0 0-.75.75v3c0 .414.336.75.75.75h3a.75.75 0 0 0 .75-.75v-3A.75.75 0 0 0 9 6.75H6Z" clip-rule="evenodd"/>
3
+ <path d="M18.75 6.75h1.875c.621 0 1.125.504 1.125 1.125V18a1.5 1.5 0 0 1-3 0V6.75Z"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path fill-rule="evenodd" d="m6.72 5.66 11.62 11.62A8.25 8.25 0 0 0 6.72 5.66Zm10.56 12.68L5.66 6.72a8.25 8.25 0 0 0 11.62 11.62ZM5.105 5.106c3.807-3.808 9.98-3.808 13.788 0 3.808 3.807 3.808 9.98 0 13.788-3.807 3.808-9.98 3.808-13.788 0-3.808-3.807-3.808-9.98 0-13.788Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path fill-rule="evenodd" d="M7.491 5.992a.75.75 0 0 1 .75-.75h12a.75.75 0 1 1 0 1.5h-12a.75.75 0 0 1-.75-.75ZM7.49 11.995a.75.75 0 0 1 .75-.75h12a.75.75 0 0 1 0 1.5h-12a.75.75 0 0 1-.75-.75ZM7.491 17.994a.75.75 0 0 1 .75-.75h12a.75.75 0 1 1 0 1.5h-12a.75.75 0 0 1-.75-.75ZM2.24 3.745a.75.75 0 0 1 .75-.75h1.125a.75.75 0 0 1 .75.75v3h.375a.75.75 0 0 1 0 1.5H2.99a.75.75 0 0 1 0-1.5h.375v-2.25H2.99a.75.75 0 0 1-.75-.75ZM2.79 10.602a.75.75 0 0 1 0-1.06 1.875 1.875 0 1 1 2.652 2.651l-.55.55h.35a.75.75 0 0 1 0 1.5h-2.16a.75.75 0 0 1-.53-1.281l1.83-1.83a.375.375 0 0 0-.53-.53.75.75 0 0 1-1.062 0ZM2.24 15.745a.75.75 0 0 1 .75-.75h1.125a1.875 1.875 0 0 1 1.501 2.999 1.875 1.875 0 0 1-1.501 3H2.99a.75.75 0 0 1 0-1.501h1.125a.375.375 0 0 0 .036-.748H3.74a.75.75 0 0 1-.75-.75v-.002a.75.75 0 0 1 .75-.75h.411a.375.375 0 0 0-.036-.748H2.99a.75.75 0 0 1-.75-.75Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path fill-rule="evenodd" d="M20.599 1.5c-.376 0-.743.111-1.055.32l-5.08 3.385a18.747 18.747 0 0 0-3.471 2.987 10.04 10.04 0 0 1 4.815 4.815 18.748 18.748 0 0 0 2.987-3.472l3.386-5.079A1.902 1.902 0 0 0 20.599 1.5Zm-8.3 14.025a18.76 18.76 0 0 0 1.896-1.207 8.026 8.026 0 0 0-4.513-4.513A18.75 18.75 0 0 0 8.475 11.7l-.278.5a5.26 5.26 0 0 1 3.601 3.602l.502-.278ZM6.75 13.5A3.75 3.75 0 0 0 3 17.25a1.5 1.5 0 0 1-1.601 1.497.75.75 0 0 0-.7 1.123 5.25 5.25 0 0 0 9.8-2.62 3.75 3.75 0 0 0-3.75-3.75Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path d="M3.478 2.404a.75.75 0 0 0-.926.941l2.432 7.905H13.5a.75.75 0 0 1 0 1.5H4.984l-2.432 7.905a.75.75 0 0 0 .926.94 60.519 60.519 0 0 0 18.445-8.986.75.75 0 0 0 0-1.218A60.517 60.517 0 0 0 3.478 2.404Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path fill-rule="evenodd" d="M18.97 3.659a2.25 2.25 0 0 0-3.182 0l-10.94 10.94a3.75 3.75 0 1 0 5.304 5.303l7.693-7.693a.75.75 0 0 1 1.06 1.06l-7.693 7.693a5.25 5.25 0 1 1-7.424-7.424l10.939-10.94a3.75 3.75 0 1 1 5.303 5.304L9.097 18.835l-.008.008-.007.007-.002.002-.003.002A2.25 2.25 0 0 1 5.91 15.66l7.81-7.81a.75.75 0 0 1 1.061 1.06l-7.81 7.81a.75.75 0 0 0 1.054 1.068L18.97 6.84a2.25 2.25 0 0 0 0-3.182Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path fill-rule="evenodd" d="M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12ZM9 8.25a.75.75 0 0 0-.75.75v6c0 .414.336.75.75.75h.75a.75.75 0 0 0 .75-.75V9a.75.75 0 0 0-.75-.75H9Zm5.25 0a.75.75 0 0 0-.75.75v6c0 .414.336.75.75.75H15a.75.75 0 0 0 .75-.75V9a.75.75 0 0 0-.75-.75h-.75Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path fill-rule="evenodd" d="M6.75 5.25a.75.75 0 0 1 .75-.75H9a.75.75 0 0 1 .75.75v13.5a.75.75 0 0 1-.75.75H7.5a.75.75 0 0 1-.75-.75V5.25Zm7.5 0A.75.75 0 0 1 15 4.5h1.5a.75.75 0 0 1 .75.75v13.5a.75.75 0 0 1-.75.75H15a.75.75 0 0 1-.75-.75V5.25Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path d="M21.731 2.269a2.625 2.625 0 0 0-3.712 0l-1.157 1.157 3.712 3.712 1.157-1.157a2.625 2.625 0 0 0 0-3.712ZM19.513 8.199l-3.712-3.712-8.4 8.4a5.25 5.25 0 0 0-1.32 2.214l-.8 2.685a.75.75 0 0 0 .933.933l2.685-.8a5.25 5.25 0 0 0 2.214-1.32l8.4-8.4Z"/>
3
+ <path d="M5.25 5.25a3 3 0 0 0-3 3v10.5a3 3 0 0 0 3 3h10.5a3 3 0 0 0 3-3V13.5a.75.75 0 0 0-1.5 0v5.25a1.5 1.5 0 0 1-1.5 1.5H5.25a1.5 1.5 0 0 1-1.5-1.5V8.25a1.5 1.5 0 0 1 1.5-1.5h5.25a.75.75 0 0 0 0-1.5H5.25Z"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path d="M21.731 2.269a2.625 2.625 0 0 0-3.712 0l-1.157 1.157 3.712 3.712 1.157-1.157a2.625 2.625 0 0 0 0-3.712ZM19.513 8.199l-3.712-3.712-12.15 12.15a5.25 5.25 0 0 0-1.32 2.214l-.8 2.685a.75.75 0 0 0 .933.933l2.685-.8a5.25 5.25 0 0 0 2.214-1.32L19.513 8.2Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path fill-rule="evenodd" d="M11.99 2.243a4.49 4.49 0 0 0-3.398 1.55 4.49 4.49 0 0 0-3.497 1.306 4.491 4.491 0 0 0-1.307 3.498 4.491 4.491 0 0 0-1.548 3.397c0 1.357.6 2.573 1.548 3.397a4.491 4.491 0 0 0 1.307 3.498 4.49 4.49 0 0 0 3.498 1.307 4.49 4.49 0 0 0 3.397 1.549 4.49 4.49 0 0 0 3.397-1.549 4.49 4.49 0 0 0 3.497-1.307 4.491 4.491 0 0 0 1.306-3.497 4.491 4.491 0 0 0 1.55-3.398c0-1.357-.601-2.573-1.549-3.397a4.491 4.491 0 0 0-1.307-3.498 4.49 4.49 0 0 0-3.498-1.307 4.49 4.49 0 0 0-3.396-1.549Zm3.53 7.28a.75.75 0 0 0-1.06-1.06l-6 6a.75.75 0 1 0 1.06 1.06l6-6Zm-5.78-.905a1.125 1.125 0 1 0 0 2.25 1.125 1.125 0 0 0 0-2.25Zm4.5 4.5a1.125 1.125 0 1 0 0 2.25 1.125 1.125 0 0 0 0-2.25Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path fill-rule="evenodd" d="M19.5 9.75a.75.75 0 0 1-.75.75h-4.5a.75.75 0 0 1-.75-.75v-4.5a.75.75 0 0 1 1.5 0v2.69l4.72-4.72a.75.75 0 1 1 1.06 1.06L16.06 9h2.69a.75.75 0 0 1 .75.75Z" clip-rule="evenodd"/>
3
+ <path fill-rule="evenodd" d="M1.5 4.5a3 3 0 0 1 3-3h1.372c.86 0 1.61.586 1.819 1.42l1.105 4.423a1.875 1.875 0 0 1-.694 1.955l-1.293.97c-.135.101-.164.249-.126.352a11.285 11.285 0 0 0 6.697 6.697c.103.038.25.009.352-.126l.97-1.293a1.875 1.875 0 0 1 1.955-.694l4.423 1.105c.834.209 1.42.959 1.42 1.82V19.5a3 3 0 0 1-3 3h-2.25C8.552 22.5 1.5 15.448 1.5 6.75V4.5Z" clip-rule="evenodd"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path fill-rule="evenodd" d="M15 3.75a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-1.5 0V5.56l-4.72 4.72a.75.75 0 1 1-1.06-1.06l4.72-4.72h-2.69a.75.75 0 0 1-.75-.75Z" clip-rule="evenodd"/>
3
+ <path fill-rule="evenodd" d="M1.5 4.5a3 3 0 0 1 3-3h1.372c.86 0 1.61.586 1.819 1.42l1.105 4.423a1.875 1.875 0 0 1-.694 1.955l-1.293.97c-.135.101-.164.249-.126.352a11.285 11.285 0 0 0 6.697 6.697c.103.038.25.009.352-.126l.97-1.293a1.875 1.875 0 0 1 1.955-.694l4.423 1.105c.834.209 1.42.959 1.42 1.82V19.5a3 3 0 0 1-3 3h-2.25C8.552 22.5 1.5 15.448 1.5 6.75V4.5Z" clip-rule="evenodd"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path fill-rule="evenodd" d="M15.22 3.22a.75.75 0 0 1 1.06 0L18 4.94l1.72-1.72a.75.75 0 1 1 1.06 1.06L19.06 6l1.72 1.72a.75.75 0 0 1-1.06 1.06L18 7.06l-1.72 1.72a.75.75 0 1 1-1.06-1.06L16.94 6l-1.72-1.72a.75.75 0 0 1 0-1.06ZM1.5 4.5a3 3 0 0 1 3-3h1.372c.86 0 1.61.586 1.819 1.42l1.105 4.423a1.875 1.875 0 0 1-.694 1.955l-1.293.97c-.135.101-.164.249-.126.352a11.285 11.285 0 0 0 6.697 6.697c.103.038.25.009.352-.126l.97-1.293a1.875 1.875 0 0 1 1.955-.694l4.423 1.105c.834.209 1.42.959 1.42 1.82V19.5a3 3 0 0 1-3 3h-2.25C8.552 22.5 1.5 15.448 1.5 6.75V4.5Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path fill-rule="evenodd" d="M1.5 4.5a3 3 0 0 1 3-3h1.372c.86 0 1.61.586 1.819 1.42l1.105 4.423a1.875 1.875 0 0 1-.694 1.955l-1.293.97c-.135.101-.164.249-.126.352a11.285 11.285 0 0 0 6.697 6.697c.103.038.25.009.352-.126l.97-1.293a1.875 1.875 0 0 1 1.955-.694l4.423 1.105c.834.209 1.42.959 1.42 1.82V19.5a3 3 0 0 1-3 3h-2.25C8.552 22.5 1.5 15.448 1.5 6.75V4.5Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path fill-rule="evenodd" d="M1.5 6a2.25 2.25 0 0 1 2.25-2.25h16.5A2.25 2.25 0 0 1 22.5 6v12a2.25 2.25 0 0 1-2.25 2.25H3.75A2.25 2.25 0 0 1 1.5 18V6ZM3 16.06V18c0 .414.336.75.75.75h16.5A.75.75 0 0 0 21 18v-1.94l-2.69-2.689a1.5 1.5 0 0 0-2.12 0l-.88.879.97.97a.75.75 0 1 1-1.06 1.06l-5.16-5.159a1.5 1.5 0 0 0-2.12 0L3 16.061Zm10.125-7.81a1.125 1.125 0 1 1 2.25 0 1.125 1.125 0 0 1-2.25 0Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path fill-rule="evenodd" d="M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12Zm14.024-.983a1.125 1.125 0 0 1 0 1.966l-5.603 3.113A1.125 1.125 0 0 1 9 15.113V8.887c0-.857.921-1.4 1.671-.983l5.603 3.113Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path d="M15 6.75a.75.75 0 0 0-.75.75V18a.75.75 0 0 0 .75.75h.75a.75.75 0 0 0 .75-.75V7.5a.75.75 0 0 0-.75-.75H15ZM20.25 6.75a.75.75 0 0 0-.75.75V18c0 .414.336.75.75.75H21a.75.75 0 0 0 .75-.75V7.5a.75.75 0 0 0-.75-.75h-.75ZM5.055 7.06C3.805 6.347 2.25 7.25 2.25 8.69v8.122c0 1.44 1.555 2.343 2.805 1.628l7.108-4.061c1.26-.72 1.26-2.536 0-3.256L5.055 7.061Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path fill-rule="evenodd" d="M4.5 5.653c0-1.427 1.529-2.33 2.779-1.643l11.54 6.347c1.295.712 1.295 2.573 0 3.286L7.28 19.99c-1.25.687-2.779-.217-2.779-1.643V5.653Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path fill-rule="evenodd" d="M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25ZM12.75 9a.75.75 0 0 0-1.5 0v2.25H9a.75.75 0 0 0 0 1.5h2.25V15a.75.75 0 0 0 1.5 0v-2.25H15a.75.75 0 0 0 0-1.5h-2.25V9Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path fill-rule="evenodd" d="M12 5.25a.75.75 0 0 1 .75.75v5.25H18a.75.75 0 0 1 0 1.5h-5.25V18a.75.75 0 0 1-1.5 0v-5.25H6a.75.75 0 0 1 0-1.5h5.25V6a.75.75 0 0 1 .75-.75Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path fill-rule="evenodd" d="M12 3.75a.75.75 0 0 1 .75.75v6.75h6.75a.75.75 0 0 1 0 1.5h-6.75v6.75a.75.75 0 0 1-1.5 0v-6.75H4.5a.75.75 0 0 1 0-1.5h6.75V4.5a.75.75 0 0 1 .75-.75Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path fill-rule="evenodd" d="M12 2.25a.75.75 0 0 1 .75.75v9a.75.75 0 0 1-1.5 0V3a.75.75 0 0 1 .75-.75ZM6.166 5.106a.75.75 0 0 1 0 1.06 8.25 8.25 0 1 0 11.668 0 .75.75 0 1 1 1.06-1.06c3.808 3.807 3.808 9.98 0 13.788-3.807 3.808-9.98 3.808-13.788 0-3.808-3.807-3.808-9.98 0-13.788a.75.75 0 0 1 1.06 0Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path fill-rule="evenodd" d="M2.25 2.25a.75.75 0 0 0 0 1.5H3v10.5a3 3 0 0 0 3 3h1.21l-1.172 3.513a.75.75 0 0 0 1.424.474l.329-.987h8.418l.33.987a.75.75 0 0 0 1.422-.474l-1.17-3.513H18a3 3 0 0 0 3-3V3.75h.75a.75.75 0 0 0 0-1.5H2.25Zm6.04 16.5.5-1.5h6.42l.5 1.5H8.29Zm7.46-12a.75.75 0 0 0-1.5 0v6a.75.75 0 0 0 1.5 0v-6Zm-3 2.25a.75.75 0 0 0-1.5 0v3.75a.75.75 0 0 0 1.5 0V9Zm-3 2.25a.75.75 0 0 0-1.5 0v1.5a.75.75 0 0 0 1.5 0v-1.5Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path fill-rule="evenodd" d="M2.25 2.25a.75.75 0 0 0 0 1.5H3v10.5a3 3 0 0 0 3 3h1.21l-1.172 3.513a.75.75 0 0 0 1.424.474l.329-.987h8.418l.33.987a.75.75 0 0 0 1.422-.474l-1.17-3.513H18a3 3 0 0 0 3-3V3.75h.75a.75.75 0 0 0 0-1.5H2.25Zm6.54 15h6.42l.5 1.5H8.29l.5-1.5Zm8.085-8.995a.75.75 0 1 0-.75-1.299 12.81 12.81 0 0 0-3.558 3.05L11.03 8.47a.75.75 0 0 0-1.06 0l-3 3a.75.75 0 1 0 1.06 1.06l2.47-2.47 1.617 1.618a.75.75 0 0 0 1.146-.102 11.312 11.312 0 0 1 3.612-3.321Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path fill-rule="evenodd" d="M7.875 1.5C6.839 1.5 6 2.34 6 3.375v2.99c-.426.053-.851.11-1.274.174-1.454.218-2.476 1.483-2.476 2.917v6.294a3 3 0 0 0 3 3h.27l-.155 1.705A1.875 1.875 0 0 0 7.232 22.5h9.536a1.875 1.875 0 0 0 1.867-2.045l-.155-1.705h.27a3 3 0 0 0 3-3V9.456c0-1.434-1.022-2.7-2.476-2.917A48.716 48.716 0 0 0 18 6.366V3.375c0-1.036-.84-1.875-1.875-1.875h-8.25ZM16.5 6.205v-2.83A.375.375 0 0 0 16.125 3h-8.25a.375.375 0 0 0-.375.375v2.83a49.353 49.353 0 0 1 9 0Zm-.217 8.265c.178.018.317.16.333.337l.526 5.784a.375.375 0 0 1-.374.409H7.232a.375.375 0 0 1-.374-.409l.526-5.784a.373.373 0 0 1 .333-.337 41.741 41.741 0 0 1 8.566 0Zm.967-3.97a.75.75 0 0 1 .75-.75h.008a.75.75 0 0 1 .75.75v.008a.75.75 0 0 1-.75.75H18a.75.75 0 0 1-.75-.75V10.5ZM15 9.75a.75.75 0 0 0-.75.75v.008c0 .414.336.75.75.75h.008a.75.75 0 0 0 .75-.75V10.5a.75.75 0 0 0-.75-.75H15Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path d="M11.25 5.337c0-.355-.186-.676-.401-.959a1.647 1.647 0 0 1-.349-1.003c0-1.036 1.007-1.875 2.25-1.875S15 2.34 15 3.375c0 .369-.128.713-.349 1.003-.215.283-.401.604-.401.959 0 .332.278.598.61.578 1.91-.114 3.79-.342 5.632-.676a.75.75 0 0 1 .878.645 49.17 49.17 0 0 1 .376 5.452.657.657 0 0 1-.66.664c-.354 0-.675-.186-.958-.401a1.647 1.647 0 0 0-1.003-.349c-1.035 0-1.875 1.007-1.875 2.25s.84 2.25 1.875 2.25c.369 0 .713-.128 1.003-.349.283-.215.604-.401.959-.401.31 0 .557.262.534.571a48.774 48.774 0 0 1-.595 4.845.75.75 0 0 1-.61.61c-1.82.317-3.673.533-5.555.642a.58.58 0 0 1-.611-.581c0-.355.186-.676.401-.959.221-.29.349-.634.349-1.003 0-1.035-1.007-1.875-2.25-1.875s-2.25.84-2.25 1.875c0 .369.128.713.349 1.003.215.283.401.604.401.959a.641.641 0 0 1-.658.643 49.118 49.118 0 0 1-4.708-.36.75.75 0 0 1-.645-.878c.293-1.614.504-3.257.629-4.924A.53.53 0 0 0 5.337 15c-.355 0-.676.186-.959.401-.29.221-.634.349-1.003.349-1.036 0-1.875-1.007-1.875-2.25s.84-2.25 1.875-2.25c.369 0 .713.128 1.003.349.283.215.604.401.959.401a.656.656 0 0 0 .659-.663 47.703 47.703 0 0 0-.31-4.82.75.75 0 0 1 .83-.832c1.343.155 2.703.254 4.077.294a.64.64 0 0 0 .657-.642Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path fill-rule="evenodd" d="M3 4.875C3 3.839 3.84 3 4.875 3h4.5c1.036 0 1.875.84 1.875 1.875v4.5c0 1.036-.84 1.875-1.875 1.875h-4.5A1.875 1.875 0 0 1 3 9.375v-4.5ZM4.875 4.5a.375.375 0 0 0-.375.375v4.5c0 .207.168.375.375.375h4.5a.375.375 0 0 0 .375-.375v-4.5a.375.375 0 0 0-.375-.375h-4.5Zm7.875.375c0-1.036.84-1.875 1.875-1.875h4.5C20.16 3 21 3.84 21 4.875v4.5c0 1.036-.84 1.875-1.875 1.875h-4.5a1.875 1.875 0 0 1-1.875-1.875v-4.5Zm1.875-.375a.375.375 0 0 0-.375.375v4.5c0 .207.168.375.375.375h4.5a.375.375 0 0 0 .375-.375v-4.5a.375.375 0 0 0-.375-.375h-4.5ZM6 6.75A.75.75 0 0 1 6.75 6h.75a.75.75 0 0 1 .75.75v.75a.75.75 0 0 1-.75.75h-.75A.75.75 0 0 1 6 7.5v-.75Zm9.75 0A.75.75 0 0 1 16.5 6h.75a.75.75 0 0 1 .75.75v.75a.75.75 0 0 1-.75.75h-.75a.75.75 0 0 1-.75-.75v-.75ZM3 14.625c0-1.036.84-1.875 1.875-1.875h4.5c1.036 0 1.875.84 1.875 1.875v4.5c0 1.035-.84 1.875-1.875 1.875h-4.5A1.875 1.875 0 0 1 3 19.125v-4.5Zm1.875-.375a.375.375 0 0 0-.375.375v4.5c0 .207.168.375.375.375h4.5a.375.375 0 0 0 .375-.375v-4.5a.375.375 0 0 0-.375-.375h-4.5Zm7.875-.75a.75.75 0 0 1 .75-.75h.75a.75.75 0 0 1 .75.75v.75a.75.75 0 0 1-.75.75h-.75a.75.75 0 0 1-.75-.75v-.75Zm6 0a.75.75 0 0 1 .75-.75h.75a.75.75 0 0 1 .75.75v.75a.75.75 0 0 1-.75.75h-.75a.75.75 0 0 1-.75-.75v-.75ZM6 16.5a.75.75 0 0 1 .75-.75h.75a.75.75 0 0 1 .75.75v.75a.75.75 0 0 1-.75.75h-.75a.75.75 0 0 1-.75-.75v-.75Zm9.75 0a.75.75 0 0 1 .75-.75h.75a.75.75 0 0 1 .75.75v.75a.75.75 0 0 1-.75.75h-.75a.75.75 0 0 1-.75-.75v-.75Zm-3 3a.75.75 0 0 1 .75-.75h.75a.75.75 0 0 1 .75.75v.75a.75.75 0 0 1-.75.75h-.75a.75.75 0 0 1-.75-.75v-.75Zm6 0a.75.75 0 0 1 .75-.75h.75a.75.75 0 0 1 .75.75v.75a.75.75 0 0 1-.75.75h-.75a.75.75 0 0 1-.75-.75v-.75Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path fill-rule="evenodd" d="M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12Zm11.378-3.917c-.89-.777-2.366-.777-3.255 0a.75.75 0 0 1-.988-1.129c1.454-1.272 3.776-1.272 5.23 0 1.513 1.324 1.513 3.518 0 4.842a3.75 3.75 0 0 1-.837.552c-.676.328-1.028.774-1.028 1.152v.75a.75.75 0 0 1-1.5 0v-.75c0-1.279 1.06-2.107 1.875-2.502.182-.088.351-.199.503-.331.83-.727.83-1.857 0-2.584ZM12 18a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path d="M5.625 3.75a2.625 2.625 0 1 0 0 5.25h12.75a2.625 2.625 0 0 0 0-5.25H5.625ZM3.75 11.25a.75.75 0 0 0 0 1.5h16.5a.75.75 0 0 0 0-1.5H3.75ZM3 15.75a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75a.75.75 0 0 1-.75-.75ZM3.75 18.75a.75.75 0 0 0 0 1.5h16.5a.75.75 0 0 0 0-1.5H3.75Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path fill-rule="evenodd" d="M20.432 4.103a.75.75 0 0 0-.364-1.456L4.128 6.632l-.2.033C2.498 6.904 1.5 8.158 1.5 9.574v9.176a3 3 0 0 0 3 3h15a3 3 0 0 0 3-3V9.574c0-1.416-.997-2.67-2.429-2.909a49.017 49.017 0 0 0-7.255-.658l7.616-1.904Zm-9.585 8.56a.75.75 0 0 1 0 1.06l-.005.006a.75.75 0 0 1-1.06 0l-.006-.006a.75.75 0 0 1 0-1.06l.005-.005a.75.75 0 0 1 1.06 0l.006.005ZM9.781 15.85a.75.75 0 0 0 1.061 0l.005-.005a.75.75 0 0 0 0-1.061l-.005-.005a.75.75 0 0 0-1.06 0l-.006.005a.75.75 0 0 0 0 1.06l.005.006Zm-1.055-1.066a.75.75 0 0 1 0 1.06l-.005.006a.75.75 0 0 1-1.061 0l-.005-.005a.75.75 0 0 1 0-1.06l.005-.006a.75.75 0 0 1 1.06 0l.006.005ZM7.66 13.73a.75.75 0 0 0 1.061 0l.005-.006a.75.75 0 0 0 0-1.06l-.005-.006a.75.75 0 0 0-1.06 0l-.006.006a.75.75 0 0 0 0 1.06l.005.006ZM9.255 9.75a.75.75 0 0 1 .75.75v.008a.75.75 0 0 1-.75.75h-.008a.75.75 0 0 1-.75-.75V10.5a.75.75 0 0 1 .75-.75h.008Zm3.624 3.28a.75.75 0 0 0 .275-1.025L13.15 12a.75.75 0 0 0-1.025-.275l-.006.004a.75.75 0 0 0-.275 1.024l.004.007a.75.75 0 0 0 1.025.274l.006-.003Zm-1.38 5.126a.75.75 0 0 1-1.024-.275l-.004-.006a.75.75 0 0 1 .275-1.025l.006-.004a.75.75 0 0 1 1.025.275l.004.007a.75.75 0 0 1-.275 1.024l-.006.004Zm.282-6.776a.75.75 0 0 0-.274-1.025l-.007-.003a.75.75 0 0 0-1.024.274l-.004.007a.75.75 0 0 0 .274 1.024l.007.004a.75.75 0 0 0 1.024-.275l.004-.006Zm1.369 5.129a.75.75 0 0 1-1.025.274l-.006-.004a.75.75 0 0 1-.275-1.024l.004-.007a.75.75 0 0 1 1.025-.274l.006.004a.75.75 0 0 1 .275 1.024l-.004.007Zm-.145-1.502a.75.75 0 0 0 .75-.75v-.007a.75.75 0 0 0-.75-.75h-.008a.75.75 0 0 0-.75.75v.007c0 .415.336.75.75.75h.008Zm-3.75 2.243a.75.75 0 0 1 .75.75v.008a.75.75 0 0 1-.75.75h-.008a.75.75 0 0 1-.75-.75V18a.75.75 0 0 1 .75-.75h.008Zm-2.871-.47a.75.75 0 0 0 .274-1.025l-.003-.006a.75.75 0 0 0-1.025-.275l-.006.004a.75.75 0 0 0-.275 1.024l.004.007a.75.75 0 0 0 1.024.274l.007-.003Zm1.366-5.12a.75.75 0 0 1-1.025-.274l-.004-.006a.75.75 0 0 1 .275-1.025l.006-.004a.75.75 0 0 1 1.025.275l.004.006a.75.75 0 0 1-.275 1.025l-.006.004Zm.281 6.215a.75.75 0 0 0-.275-1.024l-.006-.004a.75.75 0 0 0-1.025.274l-.003.007a.75.75 0 0 0 .274 1.024l.007.004a.75.75 0 0 0 1.024-.274l.004-.007Zm-1.376-5.116a.75.75 0 0 1-1.025.274l-.006-.003a.75.75 0 0 1-.275-1.025l.004-.007a.75.75 0 0 1 1.025-.274l.006.004a.75.75 0 0 1 .275 1.024l-.004.007Zm-1.15 2.248a.75.75 0 0 0 .75-.75v-.007a.75.75 0 0 0-.75-.75h-.008a.75.75 0 0 0-.75.75v.007c0 .415.336.75.75.75h.008ZM17.25 10.5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Zm1.5 6a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path fill-rule="evenodd" d="M12 1.5c-1.921 0-3.816.111-5.68.327-1.497.174-2.57 1.46-2.57 2.93V21.75a.75.75 0 0 0 1.029.696l3.471-1.388 3.472 1.388a.75.75 0 0 0 .556 0l3.472-1.388 3.471 1.388a.75.75 0 0 0 1.029-.696V4.757c0-1.47-1.073-2.756-2.57-2.93A49.255 49.255 0 0 0 12 1.5Zm3.53 7.28a.75.75 0 0 0-1.06-1.06l-6 6a.75.75 0 1 0 1.06 1.06l6-6ZM8.625 9a1.125 1.125 0 1 1 2.25 0 1.125 1.125 0 0 1-2.25 0Zm5.625 3.375a1.125 1.125 0 1 0 0 2.25 1.125 1.125 0 0 0 0-2.25Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path fill-rule="evenodd" d="M12 1.5c-1.921 0-3.816.111-5.68.327-1.497.174-2.57 1.46-2.57 2.93V21.75a.75.75 0 0 0 1.029.696l3.471-1.388 3.472 1.388a.75.75 0 0 0 .556 0l3.472-1.388 3.471 1.388a.75.75 0 0 0 1.029-.696V4.757c0-1.47-1.073-2.756-2.57-2.93A49.255 49.255 0 0 0 12 1.5Zm-.97 6.53a.75.75 0 1 0-1.06-1.06L7.72 9.22a.75.75 0 0 0 0 1.06l2.25 2.25a.75.75 0 1 0 1.06-1.06l-.97-.97h3.065a1.875 1.875 0 0 1 0 3.75H12a.75.75 0 0 0 0 1.5h1.125a3.375 3.375 0 1 0 0-6.75h-3.064l.97-.97Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path fill-rule="evenodd" d="M1.5 7.125c0-1.036.84-1.875 1.875-1.875h6c1.036 0 1.875.84 1.875 1.875v3.75c0 1.036-.84 1.875-1.875 1.875h-6A1.875 1.875 0 0 1 1.5 10.875v-3.75Zm12 1.5c0-1.036.84-1.875 1.875-1.875h5.25c1.035 0 1.875.84 1.875 1.875v8.25c0 1.035-.84 1.875-1.875 1.875h-5.25a1.875 1.875 0 0 1-1.875-1.875v-8.25ZM3 16.125c0-1.036.84-1.875 1.875-1.875h5.25c1.036 0 1.875.84 1.875 1.875v2.25c0 1.035-.84 1.875-1.875 1.875h-5.25A1.875 1.875 0 0 1 3 18.375v-2.25Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path d="M5.566 4.657A4.505 4.505 0 0 1 6.75 4.5h10.5c.41 0 .806.055 1.183.157A3 3 0 0 0 15.75 3h-7.5a3 3 0 0 0-2.684 1.657ZM2.25 12a3 3 0 0 1 3-3h13.5a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3H5.25a3 3 0 0 1-3-3v-6ZM5.25 7.5c-.41 0-.806.055-1.184.157A3 3 0 0 1 6.75 6h10.5a3 3 0 0 1 2.683 1.657A4.505 4.505 0 0 0 18.75 7.5H5.25Z"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path fill-rule="evenodd" d="M9.315 7.584C12.195 3.883 16.695 1.5 21.75 1.5a.75.75 0 0 1 .75.75c0 5.056-2.383 9.555-6.084 12.436A6.75 6.75 0 0 1 9.75 22.5a.75.75 0 0 1-.75-.75v-4.131A15.838 15.838 0 0 1 6.382 15H2.25a.75.75 0 0 1-.75-.75 6.75 6.75 0 0 1 7.815-6.666ZM15 6.75a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5Z" clip-rule="evenodd"/>
3
+ <path d="M5.26 17.242a.75.75 0 1 0-.897-1.203 5.243 5.243 0 0 0-2.05 5.022.75.75 0 0 0 .625.627 5.243 5.243 0 0 0 5.022-2.051.75.75 0 1 0-1.202-.897 3.744 3.744 0 0 1-3.008 1.51c0-1.23.592-2.323 1.51-3.008Z"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path fill-rule="evenodd" d="M3.75 4.5a.75.75 0 0 1 .75-.75h.75c8.284 0 15 6.716 15 15v.75a.75.75 0 0 1-.75.75h-.75a.75.75 0 0 1-.75-.75v-.75C18 11.708 12.292 6 5.25 6H4.5a.75.75 0 0 1-.75-.75V4.5Zm0 6.75a.75.75 0 0 1 .75-.75h.75a8.25 8.25 0 0 1 8.25 8.25v.75a.75.75 0 0 1-.75.75H12a.75.75 0 0 1-.75-.75v-.75a6 6 0 0 0-6-6H4.5a.75.75 0 0 1-.75-.75v-.75Zm0 7.5a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path fill-rule="evenodd" d="M12 2.25a.75.75 0 0 1 .75.75v.756a49.106 49.106 0 0 1 9.152 1 .75.75 0 0 1-.152 1.485h-1.918l2.474 10.124a.75.75 0 0 1-.375.84A6.723 6.723 0 0 1 18.75 18a6.723 6.723 0 0 1-3.181-.795.75.75 0 0 1-.375-.84l2.474-10.124H12.75v13.28c1.293.076 2.534.343 3.697.776a.75.75 0 0 1-.262 1.453h-8.37a.75.75 0 0 1-.262-1.453c1.162-.433 2.404-.7 3.697-.775V6.24H6.332l2.474 10.124a.75.75 0 0 1-.375.84A6.723 6.723 0 0 1 5.25 18a6.723 6.723 0 0 1-3.181-.795.75.75 0 0 1-.375-.84L4.168 6.241H2.25a.75.75 0 0 1-.152-1.485 49.105 49.105 0 0 1 9.152-1V3a.75.75 0 0 1 .75-.75Zm4.878 13.543 1.872-7.662 1.872 7.662h-3.744Zm-9.756 0L5.25 8.131l-1.872 7.662h3.744Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path fill-rule="evenodd" d="M8.128 9.155a3.751 3.751 0 1 1 .713-1.321l1.136.656a.75.75 0 0 1 .222 1.104l-.006.007a.75.75 0 0 1-1.032.157 1.421 1.421 0 0 0-.113-.072l-.92-.531Zm-4.827-3.53a2.25 2.25 0 0 1 3.994 2.063.756.756 0 0 0-.122.23 2.25 2.25 0 0 1-3.872-2.293ZM13.348 8.272a5.073 5.073 0 0 0-3.428 3.57 5.08 5.08 0 0 0-.165 1.202 1.415 1.415 0 0 1-.707 1.201l-.96.554a3.751 3.751 0 1 0 .734 1.309l13.729-7.926a.75.75 0 0 0-.181-1.374l-.803-.215a5.25 5.25 0 0 0-2.894.05l-5.325 1.629Zm-9.223 7.03a2.25 2.25 0 1 0 2.25 3.897 2.25 2.25 0 0 0-2.25-3.897ZM12 12.75a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Z" clip-rule="evenodd"/>
3
+ <path d="M16.372 12.615a.75.75 0 0 1 .75 0l5.43 3.135a.75.75 0 0 1-.182 1.374l-.802.215a5.25 5.25 0 0 1-2.894-.051l-5.147-1.574a.75.75 0 0 1-.156-1.367l3-1.732Z"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path d="M5.507 4.048A3 3 0 0 1 7.785 3h8.43a3 3 0 0 1 2.278 1.048l1.722 2.008A4.533 4.533 0 0 0 19.5 6h-15c-.243 0-.482.02-.715.056l1.722-2.008Z"/>
3
+ <path fill-rule="evenodd" d="M1.5 10.5a3 3 0 0 1 3-3h15a3 3 0 1 1 0 6h-15a3 3 0 0 1-3-3Zm15 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Zm2.25.75a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5ZM4.5 15a3 3 0 1 0 0 6h15a3 3 0 1 0 0-6h-15Zm11.25 3.75a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5ZM19.5 18a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z" clip-rule="evenodd"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path d="M4.08 5.227A3 3 0 0 1 6.979 3H17.02a3 3 0 0 1 2.9 2.227l2.113 7.926A5.228 5.228 0 0 0 18.75 12H5.25a5.228 5.228 0 0 0-3.284 1.153L4.08 5.227Z"/>
3
+ <path fill-rule="evenodd" d="M5.25 13.5a3.75 3.75 0 1 0 0 7.5h13.5a3.75 3.75 0 1 0 0-7.5H5.25Zm10.5 4.5a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Zm3.75-.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z" clip-rule="evenodd"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path fill-rule="evenodd" d="M15.75 4.5a3 3 0 1 1 .825 2.066l-8.421 4.679a3.002 3.002 0 0 1 0 1.51l8.421 4.679a3 3 0 1 1-.729 1.31l-8.421-4.678a3 3 0 1 1 0-4.132l8.421-4.679a3 3 0 0 1-.096-.755Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path fill-rule="evenodd" d="M12.516 2.17a.75.75 0 0 0-1.032 0 11.209 11.209 0 0 1-7.877 3.08.75.75 0 0 0-.722.515A12.74 12.74 0 0 0 2.25 9.75c0 5.942 4.064 10.933 9.563 12.348a.749.749 0 0 0 .374 0c5.499-1.415 9.563-6.406 9.563-12.348 0-1.39-.223-2.73-.635-3.985a.75.75 0 0 0-.722-.516l-.143.001c-2.996 0-5.717-1.17-7.734-3.08Zm3.094 8.016a.75.75 0 1 0-1.22-.872l-3.236 4.53L9.53 12.22a.75.75 0 0 0-1.06 1.06l2.25 2.25a.75.75 0 0 0 1.14-.094l3.75-5.25Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path fill-rule="evenodd" d="M11.484 2.17a.75.75 0 0 1 1.032 0 11.209 11.209 0 0 0 7.877 3.08.75.75 0 0 1 .722.515 12.74 12.74 0 0 1 .635 3.985c0 5.942-4.064 10.933-9.563 12.348a.749.749 0 0 1-.374 0C6.314 20.683 2.25 15.692 2.25 9.75c0-1.39.223-2.73.635-3.985a.75.75 0 0 1 .722-.516l.143.001c2.996 0 5.718-1.17 7.734-3.08ZM12 8.25a.75.75 0 0 1 .75.75v3.75a.75.75 0 0 1-1.5 0V9a.75.75 0 0 1 .75-.75ZM12 15a.75.75 0 0 0-.75.75v.008c0 .414.336.75.75.75h.008a.75.75 0 0 0 .75-.75v-.008a.75.75 0 0 0-.75-.75H12Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path fill-rule="evenodd" d="M7.5 6v.75H5.513c-.96 0-1.764.724-1.865 1.679l-1.263 12A1.875 1.875 0 0 0 4.25 22.5h15.5a1.875 1.875 0 0 0 1.865-2.071l-1.263-12a1.875 1.875 0 0 0-1.865-1.679H16.5V6a4.5 4.5 0 1 0-9 0ZM12 3a3 3 0 0 0-3 3v.75h6V6a3 3 0 0 0-3-3Zm-3 8.25a3 3 0 1 0 6 0v-.75a.75.75 0 0 1 1.5 0v.75a4.5 4.5 0 1 1-9 0v-.75a.75.75 0 0 1 1.5 0v.75Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path d="M2.25 2.25a.75.75 0 0 0 0 1.5h1.386c.17 0 .318.114.362.278l2.558 9.592a3.752 3.752 0 0 0-2.806 3.63c0 .414.336.75.75.75h15.75a.75.75 0 0 0 0-1.5H5.378A2.25 2.25 0 0 1 7.5 15h11.218a.75.75 0 0 0 .674-.421 60.358 60.358 0 0 0 2.96-7.228.75.75 0 0 0-.525-.965A60.864 60.864 0 0 0 5.68 4.509l-.232-.867A1.875 1.875 0 0 0 3.636 2.25H2.25ZM3.75 20.25a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0ZM16.5 20.25a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path fill-rule="evenodd" d="M2.47 2.47a.75.75 0 0 1 1.06 0l8.407 8.407a1.125 1.125 0 0 1 1.186 1.186l1.462 1.461a3.001 3.001 0 0 0-.464-3.645.75.75 0 1 1 1.061-1.061 4.501 4.501 0 0 1 .486 5.79l1.072 1.072a6.001 6.001 0 0 0-.497-7.923.75.75 0 0 1 1.06-1.06 7.501 7.501 0 0 1 .505 10.05l1.064 1.065a9 9 0 0 0-.508-12.176.75.75 0 0 1 1.06-1.06c3.923 3.922 4.093 10.175.512 14.3l1.594 1.594a.75.75 0 1 1-1.06 1.06l-2.106-2.105-2.121-2.122h-.001l-4.705-4.706a.747.747 0 0 1-.127-.126L2.47 3.53a.75.75 0 0 1 0-1.061Zm1.189 4.422a.75.75 0 0 1 .326 1.01 9.004 9.004 0 0 0 1.651 10.462.75.75 0 1 1-1.06 1.06C1.27 16.12.63 11.165 2.648 7.219a.75.75 0 0 1 1.01-.326ZM5.84 9.134a.75.75 0 0 1 .472.95 6 6 0 0 0 1.444 6.159.75.75 0 0 1-1.06 1.06A7.5 7.5 0 0 1 4.89 9.606a.75.75 0 0 1 .95-.472Zm2.341 2.653a.75.75 0 0 1 .848.638c.088.62.37 1.218.849 1.696a.75.75 0 0 1-1.061 1.061 4.483 4.483 0 0 1-1.273-2.546.75.75 0 0 1 .637-.848Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path fill-rule="evenodd" d="M5.636 4.575a.75.75 0 0 1 0 1.061 9 9 0 0 0 0 12.728.75.75 0 1 1-1.06 1.06c-4.101-4.1-4.101-10.748 0-14.849a.75.75 0 0 1 1.06 0Zm12.728 0a.75.75 0 0 1 1.06 0c4.101 4.1 4.101 10.75 0 14.85a.75.75 0 1 1-1.06-1.061 9 9 0 0 0 0-12.728.75.75 0 0 1 0-1.06ZM7.757 6.697a.75.75 0 0 1 0 1.06 6 6 0 0 0 0 8.486.75.75 0 0 1-1.06 1.06 7.5 7.5 0 0 1 0-10.606.75.75 0 0 1 1.06 0Zm8.486 0a.75.75 0 0 1 1.06 0 7.5 7.5 0 0 1 0 10.606.75.75 0 0 1-1.06-1.06 6 6 0 0 0 0-8.486.75.75 0 0 1 0-1.06ZM9.879 8.818a.75.75 0 0 1 0 1.06 3 3 0 0 0 0 4.243.75.75 0 1 1-1.061 1.061 4.5 4.5 0 0 1 0-6.364.75.75 0 0 1 1.06 0Zm4.242 0a.75.75 0 0 1 1.061 0 4.5 4.5 0 0 1 0 6.364.75.75 0 0 1-1.06-1.06 3 3 0 0 0 0-4.243.75.75 0 0 1 0-1.061ZM10.875 12a1.125 1.125 0 1 1 2.25 0 1.125 1.125 0 0 1-2.25 0Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path fill-rule="evenodd" d="M15.256 3.042a.75.75 0 0 1 .449.962l-6 16.5a.75.75 0 1 1-1.41-.513l6-16.5a.75.75 0 0 1 .961-.449Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path fill-rule="evenodd" d="M9 4.5a.75.75 0 0 1 .721.544l.813 2.846a3.75 3.75 0 0 0 2.576 2.576l2.846.813a.75.75 0 0 1 0 1.442l-2.846.813a3.75 3.75 0 0 0-2.576 2.576l-.813 2.846a.75.75 0 0 1-1.442 0l-.813-2.846a3.75 3.75 0 0 0-2.576-2.576l-2.846-.813a.75.75 0 0 1 0-1.442l2.846-.813A3.75 3.75 0 0 0 7.466 7.89l.813-2.846A.75.75 0 0 1 9 4.5ZM18 1.5a.75.75 0 0 1 .728.568l.258 1.036c.236.94.97 1.674 1.91 1.91l1.036.258a.75.75 0 0 1 0 1.456l-1.036.258c-.94.236-1.674.97-1.91 1.91l-.258 1.036a.75.75 0 0 1-1.456 0l-.258-1.036a2.625 2.625 0 0 0-1.91-1.91l-1.036-.258a.75.75 0 0 1 0-1.456l1.036-.258a2.625 2.625 0 0 0 1.91-1.91l.258-1.036A.75.75 0 0 1 18 1.5ZM16.5 15a.75.75 0 0 1 .712.513l.394 1.183c.15.447.5.799.948.948l1.183.395a.75.75 0 0 1 0 1.422l-1.183.395c-.447.15-.799.5-.948.948l-.395 1.183a.75.75 0 0 1-1.422 0l-.395-1.183a1.5 1.5 0 0 0-.948-.948l-1.183-.395a.75.75 0 0 1 0-1.422l1.183-.395c.447-.15.799-.5.948-.948l.395-1.183A.75.75 0 0 1 16.5 15Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path d="M13.5 4.06c0-1.336-1.616-2.005-2.56-1.06l-4.5 4.5H4.508c-1.141 0-2.318.664-2.66 1.905A9.76 9.76 0 0 0 1.5 12c0 .898.121 1.768.35 2.595.341 1.24 1.518 1.905 2.659 1.905h1.93l4.5 4.5c.945.945 2.561.276 2.561-1.06V4.06ZM18.584 5.106a.75.75 0 0 1 1.06 0c3.808 3.807 3.808 9.98 0 13.788a.75.75 0 0 1-1.06-1.06 8.25 8.25 0 0 0 0-11.668.75.75 0 0 1 0-1.06Z"/>
3
+ <path d="M15.932 7.757a.75.75 0 0 1 1.061 0 6 6 0 0 1 0 8.486.75.75 0 0 1-1.06-1.061 4.5 4.5 0 0 0 0-6.364.75.75 0 0 1 0-1.06Z"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path d="M13.5 4.06c0-1.336-1.616-2.005-2.56-1.06l-4.5 4.5H4.508c-1.141 0-2.318.664-2.66 1.905A9.76 9.76 0 0 0 1.5 12c0 .898.121 1.768.35 2.595.341 1.24 1.518 1.905 2.659 1.905h1.93l4.5 4.5c.945.945 2.561.276 2.561-1.06V4.06ZM17.78 9.22a.75.75 0 1 0-1.06 1.06L18.44 12l-1.72 1.72a.75.75 0 1 0 1.06 1.06l1.72-1.72 1.72 1.72a.75.75 0 1 0 1.06-1.06L20.56 12l1.72-1.72a.75.75 0 1 0-1.06-1.06l-1.72 1.72-1.72-1.72Z"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path d="M16.5 6a3 3 0 0 0-3-3H6a3 3 0 0 0-3 3v7.5a3 3 0 0 0 3 3v-6A4.5 4.5 0 0 1 10.5 6h6Z"/>
3
+ <path d="M18 7.5a3 3 0 0 1 3 3V18a3 3 0 0 1-3 3h-7.5a3 3 0 0 1-3-3v-7.5a3 3 0 0 1 3-3H18Z"/>
4
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path d="M11.644 1.59a.75.75 0 0 1 .712 0l9.75 5.25a.75.75 0 0 1 0 1.32l-9.75 5.25a.75.75 0 0 1-.712 0l-9.75-5.25a.75.75 0 0 1 0-1.32l9.75-5.25Z"/>
3
+ <path d="m3.265 10.602 7.668 4.129a2.25 2.25 0 0 0 2.134 0l7.668-4.13 1.37.739a.75.75 0 0 1 0 1.32l-9.75 5.25a.75.75 0 0 1-.71 0l-9.75-5.25a.75.75 0 0 1 0-1.32l1.37-.738Z"/>
4
+ <path d="m10.933 19.231-7.668-4.13-1.37.739a.75.75 0 0 0 0 1.32l9.75 5.25c.221.12.489.12.71 0l9.75-5.25a.75.75 0 0 0 0-1.32l-1.37-.738-7.668 4.13a2.25 2.25 0 0 1-2.134-.001Z"/>
5
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path fill-rule="evenodd" d="M3 6a3 3 0 0 1 3-3h2.25a3 3 0 0 1 3 3v2.25a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V6Zm9.75 0a3 3 0 0 1 3-3H18a3 3 0 0 1 3 3v2.25a3 3 0 0 1-3 3h-2.25a3 3 0 0 1-3-3V6ZM3 15.75a3 3 0 0 1 3-3h2.25a3 3 0 0 1 3 3V18a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3v-2.25Zm9.75 0a3 3 0 0 1 3-3H18a3 3 0 0 1 3 3V18a3 3 0 0 1-3 3h-2.25a3 3 0 0 1-3-3v-2.25Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path d="M6 3a3 3 0 0 0-3 3v2.25a3 3 0 0 0 3 3h2.25a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3H6ZM15.75 3a3 3 0 0 0-3 3v2.25a3 3 0 0 0 3 3H18a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3h-2.25ZM6 12.75a3 3 0 0 0-3 3V18a3 3 0 0 0 3 3h2.25a3 3 0 0 0 3-3v-2.25a3 3 0 0 0-3-3H6ZM17.625 13.5a.75.75 0 0 0-1.5 0v2.625H13.5a.75.75 0 0 0 0 1.5h2.625v2.625a.75.75 0 0 0 1.5 0v-2.625h2.625a.75.75 0 0 0 0-1.5h-2.625V13.5Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path fill-rule="evenodd" d="M10.788 3.21c.448-1.077 1.976-1.077 2.424 0l2.082 5.006 5.404.434c1.164.093 1.636 1.545.749 2.305l-4.117 3.527 1.257 5.273c.271 1.136-.964 2.033-1.96 1.425L12 18.354 7.373 21.18c-.996.608-2.231-.29-1.96-1.425l1.257-5.273-4.117-3.527c-.887-.76-.415-2.212.749-2.305l5.404-.434 2.082-5.005Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path fill-rule="evenodd" d="M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12Zm6-2.438c0-.724.588-1.312 1.313-1.312h4.874c.725 0 1.313.588 1.313 1.313v4.874c0 .725-.588 1.313-1.313 1.313H9.564a1.312 1.312 0 0 1-1.313-1.313V9.564Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path fill-rule="evenodd" d="M4.5 7.5a3 3 0 0 1 3-3h9a3 3 0 0 1 3 3v9a3 3 0 0 1-3 3h-9a3 3 0 0 1-3-3v-9Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path fill-rule="evenodd" d="M9.657 4.728c-1.086.385-1.766 1.057-1.979 1.85-.214.8.046 1.733.81 2.616.746.862 1.93 1.612 3.388 2.003.07.019.14.037.21.053h8.163a.75.75 0 0 1 0 1.5h-8.24a.66.66 0 0 1-.02 0H3.75a.75.75 0 0 1 0-1.5h4.78a7.108 7.108 0 0 1-1.175-1.074C6.372 9.042 5.849 7.61 6.229 6.19c.377-1.408 1.528-2.38 2.927-2.876 1.402-.497 3.127-.55 4.855-.086A8.937 8.937 0 0 1 16.94 4.6a.75.75 0 0 1-.881 1.215 7.437 7.437 0 0 0-2.436-1.14c-1.473-.394-2.885-.331-3.966.052Zm6.533 9.632a.75.75 0 0 1 1.03.25c.592.974.846 2.094.55 3.2-.378 1.408-1.529 2.38-2.927 2.876-1.402.497-3.127.55-4.855.087-1.712-.46-3.168-1.354-4.134-2.47a.75.75 0 0 1 1.134-.982c.746.862 1.93 1.612 3.388 2.003 1.473.394 2.884.331 3.966-.052 1.085-.384 1.766-1.056 1.978-1.85.169-.628.046-1.33-.381-2.032a.75.75 0 0 1 .25-1.03Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path d="M12 2.25a.75.75 0 0 1 .75.75v2.25a.75.75 0 0 1-1.5 0V3a.75.75 0 0 1 .75-.75ZM7.5 12a4.5 4.5 0 1 1 9 0 4.5 4.5 0 0 1-9 0ZM18.894 6.166a.75.75 0 0 0-1.06-1.06l-1.591 1.59a.75.75 0 1 0 1.06 1.061l1.591-1.59ZM21.75 12a.75.75 0 0 1-.75.75h-2.25a.75.75 0 0 1 0-1.5H21a.75.75 0 0 1 .75.75ZM17.834 18.894a.75.75 0 0 0 1.06-1.06l-1.59-1.591a.75.75 0 1 0-1.061 1.06l1.59 1.591ZM12 18a.75.75 0 0 1 .75.75V21a.75.75 0 0 1-1.5 0v-2.25A.75.75 0 0 1 12 18ZM7.758 17.303a.75.75 0 0 0-1.061-1.06l-1.591 1.59a.75.75 0 0 0 1.06 1.061l1.591-1.59ZM6 12a.75.75 0 0 1-.75.75H3a.75.75 0 0 1 0-1.5h2.25A.75.75 0 0 1 6 12ZM6.697 7.757a.75.75 0 0 0 1.06-1.06l-1.59-1.591a.75.75 0 0 0-1.061 1.06l1.59 1.591Z"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path fill-rule="evenodd" d="M2.25 4.125c0-1.036.84-1.875 1.875-1.875h5.25c1.036 0 1.875.84 1.875 1.875V17.25a4.5 4.5 0 1 1-9 0V4.125Zm4.5 14.25a1.125 1.125 0 1 0 0-2.25 1.125 1.125 0 0 0 0 2.25Z" clip-rule="evenodd"/>
3
+ <path d="M10.719 21.75h9.156c1.036 0 1.875-.84 1.875-1.875v-5.25c0-1.036-.84-1.875-1.875-1.875h-.14l-8.742 8.743c-.09.089-.18.175-.274.257ZM12.738 17.625l6.474-6.474a1.875 1.875 0 0 0 0-2.651L15.5 4.787a1.875 1.875 0 0 0-2.651 0l-.1.099V17.25c0 .126-.003.251-.01.375Z"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path fill-rule="evenodd" d="M1.5 5.625c0-1.036.84-1.875 1.875-1.875h17.25c1.035 0 1.875.84 1.875 1.875v12.75c0 1.035-.84 1.875-1.875 1.875H3.375A1.875 1.875 0 0 1 1.5 18.375V5.625ZM21 9.375A.375.375 0 0 0 20.625 9h-7.5a.375.375 0 0 0-.375.375v1.5c0 .207.168.375.375.375h7.5a.375.375 0 0 0 .375-.375v-1.5Zm0 3.75a.375.375 0 0 0-.375-.375h-7.5a.375.375 0 0 0-.375.375v1.5c0 .207.168.375.375.375h7.5a.375.375 0 0 0 .375-.375v-1.5Zm0 3.75a.375.375 0 0 0-.375-.375h-7.5a.375.375 0 0 0-.375.375v1.5c0 .207.168.375.375.375h7.5a.375.375 0 0 0 .375-.375v-1.5ZM10.875 18.75a.375.375 0 0 0 .375-.375v-1.5a.375.375 0 0 0-.375-.375h-7.5a.375.375 0 0 0-.375.375v1.5c0 .207.168.375.375.375h7.5ZM3.375 15h7.5a.375.375 0 0 0 .375-.375v-1.5a.375.375 0 0 0-.375-.375h-7.5a.375.375 0 0 0-.375.375v1.5c0 .207.168.375.375.375Zm0-3.75h7.5a.375.375 0 0 0 .375-.375v-1.5A.375.375 0 0 0 10.875 9h-7.5A.375.375 0 0 0 3 9.375v1.5c0 .207.168.375.375.375Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path fill-rule="evenodd" d="M5.25 2.25a3 3 0 0 0-3 3v4.318a3 3 0 0 0 .879 2.121l9.58 9.581c.92.92 2.39 1.186 3.548.428a18.849 18.849 0 0 0 5.441-5.44c.758-1.16.492-2.629-.428-3.548l-9.58-9.581a3 3 0 0 0-2.122-.879H5.25ZM6.375 7.5a1.125 1.125 0 1 0 0-2.25 1.125 1.125 0 0 0 0 2.25Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path fill-rule="evenodd" d="M1.5 6.375c0-1.036.84-1.875 1.875-1.875h17.25c1.035 0 1.875.84 1.875 1.875v3.026a.75.75 0 0 1-.375.65 2.249 2.249 0 0 0 0 3.898.75.75 0 0 1 .375.65v3.026c0 1.035-.84 1.875-1.875 1.875H3.375A1.875 1.875 0 0 1 1.5 17.625v-3.026a.75.75 0 0 1 .374-.65 2.249 2.249 0 0 0 0-3.898.75.75 0 0 1-.374-.65V6.375Zm15-1.125a.75.75 0 0 1 .75.75v.75a.75.75 0 0 1-1.5 0V6a.75.75 0 0 1 .75-.75Zm.75 4.5a.75.75 0 0 0-1.5 0v.75a.75.75 0 0 0 1.5 0v-.75Zm-.75 3a.75.75 0 0 1 .75.75v.75a.75.75 0 0 1-1.5 0v-.75a.75.75 0 0 1 .75-.75Zm.75 4.5a.75.75 0 0 0-1.5 0V18a.75.75 0 0 0 1.5 0v-.75ZM6 12a.75.75 0 0 1 .75-.75H12a.75.75 0 0 1 0 1.5H6.75A.75.75 0 0 1 6 12Zm.75 2.25a.75.75 0 0 0 0 1.5h3a.75.75 0 0 0 0-1.5h-3Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path fill-rule="evenodd" d="M16.5 4.478v.227a48.816 48.816 0 0 1 3.878.512.75.75 0 1 1-.256 1.478l-.209-.035-1.005 13.07a3 3 0 0 1-2.991 2.77H8.084a3 3 0 0 1-2.991-2.77L4.087 6.66l-.209.035a.75.75 0 0 1-.256-1.478A48.567 48.567 0 0 1 7.5 4.705v-.227c0-1.564 1.213-2.9 2.816-2.951a52.662 52.662 0 0 1 3.369 0c1.603.051 2.815 1.387 2.815 2.951Zm-6.136-1.452a51.196 51.196 0 0 1 3.273 0C14.39 3.05 15 3.684 15 4.478v.113a49.488 49.488 0 0 0-6 0v-.113c0-.794.609-1.428 1.364-1.452Zm-.355 5.945a.75.75 0 1 0-1.5.058l.347 9a.75.75 0 1 0 1.499-.058l-.346-9Zm5.48.058a.75.75 0 1 0-1.498-.058l-.347 9a.75.75 0 0 0 1.5.058l.345-9Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path fill-rule="evenodd" d="M5.166 2.621v.858c-1.035.148-2.059.33-3.071.543a.75.75 0 0 0-.584.859 6.753 6.753 0 0 0 6.138 5.6 6.73 6.73 0 0 0 2.743 1.346A6.707 6.707 0 0 1 9.279 15H8.54c-1.036 0-1.875.84-1.875 1.875V19.5h-.75a2.25 2.25 0 0 0-2.25 2.25c0 .414.336.75.75.75h15a.75.75 0 0 0 .75-.75 2.25 2.25 0 0 0-2.25-2.25h-.75v-2.625c0-1.036-.84-1.875-1.875-1.875h-.739a6.706 6.706 0 0 1-1.112-3.173 6.73 6.73 0 0 0 2.743-1.347 6.753 6.753 0 0 0 6.139-5.6.75.75 0 0 0-.585-.858 47.077 47.077 0 0 0-3.07-.543V2.62a.75.75 0 0 0-.658-.744 49.22 49.22 0 0 0-6.093-.377c-2.063 0-4.096.128-6.093.377a.75.75 0 0 0-.657.744Zm0 2.629c0 1.196.312 2.32.857 3.294A5.266 5.266 0 0 1 3.16 5.337a45.6 45.6 0 0 1 2.006-.343v.256Zm13.5 0v-.256c.674.1 1.343.214 2.006.343a5.265 5.265 0 0 1-2.863 3.207 6.72 6.72 0 0 0 .857-3.294Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path d="M3.375 4.5C2.339 4.5 1.5 5.34 1.5 6.375V13.5h12V6.375c0-1.036-.84-1.875-1.875-1.875h-8.25ZM13.5 15h-12v2.625c0 1.035.84 1.875 1.875 1.875h.375a3 3 0 1 1 6 0h3a.75.75 0 0 0 .75-.75V15Z"/>
3
+ <path d="M8.25 19.5a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0ZM15.75 6.75a.75.75 0 0 0-.75.75v11.25c0 .087.015.17.042.248a3 3 0 0 1 5.958.464c.853-.175 1.522-.935 1.464-1.883a18.659 18.659 0 0 0-3.732-10.104 1.837 1.837 0 0 0-1.47-.725H15.75Z"/>
4
+ <path d="M19.5 19.5a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0Z"/>
5
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path d="M19.5 6h-15v9h15V6Z"/>
3
+ <path fill-rule="evenodd" d="M3.375 3C2.339 3 1.5 3.84 1.5 4.875v11.25C1.5 17.16 2.34 18 3.375 18H9.75v1.5H6A.75.75 0 0 0 6 21h12a.75.75 0 0 0 0-1.5h-3.75V18h6.375c1.035 0 1.875-.84 1.875-1.875V4.875C22.5 3.839 21.66 3 20.625 3H3.375Zm0 13.5h17.25a.375.375 0 0 0 .375-.375V4.875a.375.375 0 0 0-.375-.375H3.375A.375.375 0 0 0 3 4.875v11.25c0 .207.168.375.375.375Z" clip-rule="evenodd"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path fill-rule="evenodd" d="M5.995 2.994a.75.75 0 0 1 .75.75v7.5a5.25 5.25 0 1 0 10.5 0v-7.5a.75.75 0 0 1 1.5 0v7.5a6.75 6.75 0 1 1-13.5 0v-7.5a.75.75 0 0 1 .75-.75Zm-3 17.252a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5h-16.5a.75.75 0 0 1-.75-.75Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path fill-rule="evenodd" d="M18.685 19.097A9.723 9.723 0 0 0 21.75 12c0-5.385-4.365-9.75-9.75-9.75S2.25 6.615 2.25 12a9.723 9.723 0 0 0 3.065 7.097A9.716 9.716 0 0 0 12 21.75a9.716 9.716 0 0 0 6.685-2.653Zm-12.54-1.285A7.486 7.486 0 0 1 12 15a7.486 7.486 0 0 1 5.855 2.812A8.224 8.224 0 0 1 12 20.25a8.224 8.224 0 0 1-5.855-2.438ZM15.75 9a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path fill-rule="evenodd" d="M8.25 6.75a3.75 3.75 0 1 1 7.5 0 3.75 3.75 0 0 1-7.5 0ZM15.75 9.75a3 3 0 1 1 6 0 3 3 0 0 1-6 0ZM2.25 9.75a3 3 0 1 1 6 0 3 3 0 0 1-6 0ZM6.31 15.117A6.745 6.745 0 0 1 12 12a6.745 6.745 0 0 1 6.709 7.498.75.75 0 0 1-.372.568A12.696 12.696 0 0 1 12 21.75c-2.305 0-4.47-.612-6.337-1.684a.75.75 0 0 1-.372-.568 6.787 6.787 0 0 1 1.019-4.38Z" clip-rule="evenodd"/>
3
+ <path d="M5.082 14.254a8.287 8.287 0 0 0-1.308 5.135 9.687 9.687 0 0 1-1.764-.44l-.115-.04a.563.563 0 0 1-.373-.487l-.01-.121a3.75 3.75 0 0 1 3.57-4.047ZM20.226 19.389a8.287 8.287 0 0 0-1.308-5.135 3.75 3.75 0 0 1 3.57 4.047l-.01.121a.563.563 0 0 1-.373.486l-.115.04c-.567.2-1.156.349-1.764.441Z"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path d="M10.375 2.25a4.125 4.125 0 1 0 0 8.25 4.125 4.125 0 0 0 0-8.25ZM10.375 12a7.125 7.125 0 0 0-7.124 7.247.75.75 0 0 0 .363.63 13.067 13.067 0 0 0 6.761 1.873c2.472 0 4.786-.684 6.76-1.873a.75.75 0 0 0 .364-.63l.001-.12v-.002A7.125 7.125 0 0 0 10.375 12ZM16 9.75a.75.75 0 0 0 0 1.5h6a.75.75 0 0 0 0-1.5h-6Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path d="M5.25 6.375a4.125 4.125 0 1 1 8.25 0 4.125 4.125 0 0 1-8.25 0ZM2.25 19.125a7.125 7.125 0 0 1 14.25 0v.003l-.001.119a.75.75 0 0 1-.363.63 13.067 13.067 0 0 1-6.761 1.873c-2.472 0-4.786-.684-6.76-1.873a.75.75 0 0 1-.364-.63l-.001-.122ZM18.75 7.5a.75.75 0 0 0-1.5 0v2.25H15a.75.75 0 0 0 0 1.5h2.25v2.25a.75.75 0 0 0 1.5 0v-2.25H21a.75.75 0 0 0 0-1.5h-2.25V7.5Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path fill-rule="evenodd" d="M7.5 6a4.5 4.5 0 1 1 9 0 4.5 4.5 0 0 1-9 0ZM3.751 20.105a8.25 8.25 0 0 1 16.498 0 .75.75 0 0 1-.437.695A18.683 18.683 0 0 1 12 22.5c-2.786 0-5.433-.608-7.812-1.7a.75.75 0 0 1-.437-.695Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path d="M4.5 6.375a4.125 4.125 0 1 1 8.25 0 4.125 4.125 0 0 1-8.25 0ZM14.25 8.625a3.375 3.375 0 1 1 6.75 0 3.375 3.375 0 0 1-6.75 0ZM1.5 19.125a7.125 7.125 0 0 1 14.25 0v.003l-.001.119a.75.75 0 0 1-.363.63 13.067 13.067 0 0 1-6.761 1.873c-2.472 0-4.786-.684-6.76-1.873a.75.75 0 0 1-.364-.63l-.001-.122ZM17.25 19.128l-.001.144a2.25 2.25 0 0 1-.233.96 10.088 10.088 0 0 0 5.06-1.01.75.75 0 0 0 .42-.643 4.875 4.875 0 0 0-6.957-4.611 8.586 8.586 0 0 1 1.71 5.157v.003Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path fill-rule="evenodd" d="M19.253 2.292a.75.75 0 0 1 .955.461A28.123 28.123 0 0 1 21.75 12c0 3.266-.547 6.388-1.542 9.247a.75.75 0 1 1-1.416-.494c.94-2.7 1.458-5.654 1.458-8.753s-.519-6.054-1.458-8.754a.75.75 0 0 1 .461-.954Zm-14.227.013a.75.75 0 0 1 .414.976A23.183 23.183 0 0 0 3.75 12c0 3.085.6 6.027 1.69 8.718a.75.75 0 0 1-1.39.563c-1.161-2.867-1.8-6-1.8-9.281 0-3.28.639-6.414 1.8-9.281a.75.75 0 0 1 .976-.414Zm4.275 5.052a1.5 1.5 0 0 1 2.21.803l.716 2.148L13.6 8.246a2.438 2.438 0 0 1 2.978-.892l.213.09a.75.75 0 1 1-.584 1.381l-.214-.09a.937.937 0 0 0-1.145.343l-2.021 3.033 1.084 3.255 1.445-.89a.75.75 0 1 1 .786 1.278l-1.444.889a1.5 1.5 0 0 1-2.21-.803l-.716-2.148-1.374 2.062a2.437 2.437 0 0 1-2.978.892l-.213-.09a.75.75 0 0 1 .584-1.381l.214.09a.938.938 0 0 0 1.145-.344l2.021-3.032-1.084-3.255-1.445.89a.75.75 0 1 1-.786-1.278l1.444-.89Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path d="M.97 3.97a.75.75 0 0 1 1.06 0l15 15a.75.75 0 1 1-1.06 1.06l-15-15a.75.75 0 0 1 0-1.06ZM17.25 16.06l2.69 2.69c.944.945 2.56.276 2.56-1.06V6.31c0-1.336-1.616-2.005-2.56-1.06l-2.69 2.69v8.12ZM15.75 7.5v8.068L4.682 4.5h8.068a3 3 0 0 1 3 3ZM1.5 16.5V7.682l11.773 11.773c-.17.03-.345.045-.523.045H4.5a3 3 0 0 1-3-3Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path d="M4.5 4.5a3 3 0 0 0-3 3v9a3 3 0 0 0 3 3h8.25a3 3 0 0 0 3-3v-9a3 3 0 0 0-3-3H4.5ZM19.94 18.75l-2.69-2.69V7.94l2.69-2.69c.944-.945 2.56-.276 2.56 1.06v11.38c0 1.336-1.616 2.005-2.56 1.06Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path d="M15 3.75H9v16.5h6V3.75ZM16.5 20.25h3.375c1.035 0 1.875-.84 1.875-1.875V5.625c0-1.036-.84-1.875-1.875-1.875H16.5v16.5ZM4.125 3.75H7.5v16.5H4.125a1.875 1.875 0 0 1-1.875-1.875V5.625c0-1.036.84-1.875 1.875-1.875Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path d="M6 3a3 3 0 0 0-3 3v1.5a.75.75 0 0 0 1.5 0V6A1.5 1.5 0 0 1 6 4.5h1.5a.75.75 0 0 0 0-1.5H6ZM16.5 3a.75.75 0 0 0 0 1.5H18A1.5 1.5 0 0 1 19.5 6v1.5a.75.75 0 0 0 1.5 0V6a3 3 0 0 0-3-3h-1.5ZM12 8.25a3.75 3.75 0 1 0 0 7.5 3.75 3.75 0 0 0 0-7.5ZM4.5 16.5a.75.75 0 0 0-1.5 0V18a3 3 0 0 0 3 3h1.5a.75.75 0 0 0 0-1.5H6A1.5 1.5 0 0 1 4.5 18v-1.5ZM21 16.5a.75.75 0 0 0-1.5 0V18a1.5 1.5 0 0 1-1.5 1.5h-1.5a.75.75 0 0 0 0 1.5H18a3 3 0 0 0 3-3v-1.5Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
2
+ <path d="M2.273 5.625A4.483 4.483 0 0 1 5.25 4.5h13.5c1.141 0 2.183.425 2.977 1.125A3 3 0 0 0 18.75 3H5.25a3 3 0 0 0-2.977 2.625ZM2.273 8.625A4.483 4.483 0 0 1 5.25 7.5h13.5c1.141 0 2.183.425 2.977 1.125A3 3 0 0 0 18.75 6H5.25a3 3 0 0 0-2.977 2.625ZM5.25 9a3 3 0 0 0-3 3v6a3 3 0 0 0 3 3h13.5a3 3 0 0 0 3-3v-6a3 3 0 0 0-3-3H15a.75.75 0 0 0-.75.75 2.25 2.25 0 0 1-4.5 0A.75.75 0 0 0 9 9H5.25Z"/>
3
+ </svg>