protos-icon 0.3.1 → 0.4.0

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 (319) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +6 -0
  3. data/CHANGELOG.md +6 -0
  4. data/README.md +40 -12
  5. data/Rakefile +1 -0
  6. data/assets/inhouse/facebook.svg +2 -8
  7. data/assets/inhouse/twitter.svg +2 -8
  8. data/assets/inhouse/youtube.svg +2 -8
  9. data/generators/helpers.rb +24 -0
  10. data/generators/heroicon.rb +129 -0
  11. data/generators/inhouse.rb +110 -0
  12. data/lib/protos/icon/component.rb +1 -8
  13. data/lib/protos/icon/heroicon/academic_cap.rb +57 -0
  14. data/lib/protos/icon/heroicon/adjustments_horizontal.rb +49 -0
  15. data/lib/protos/icon/heroicon/adjustments_vertical.rb +49 -0
  16. data/lib/protos/icon/heroicon/archive_box.rb +55 -0
  17. data/lib/protos/icon/heroicon/archive_box_arrow_down.rb +55 -0
  18. data/lib/protos/icon/heroicon/archive_box_x_mark.rb +55 -0
  19. data/lib/protos/icon/heroicon/arrow_down.rb +50 -0
  20. data/lib/protos/icon/heroicon/arrow_down_circle.rb +50 -0
  21. data/lib/protos/icon/heroicon/arrow_down_left.rb +50 -0
  22. data/lib/protos/icon/heroicon/arrow_down_on_square.rb +49 -0
  23. data/lib/protos/icon/heroicon/arrow_down_on_square_stack.rb +55 -0
  24. data/lib/protos/icon/heroicon/arrow_down_right.rb +50 -0
  25. data/lib/protos/icon/heroicon/arrow_down_tray.rb +51 -0
  26. data/lib/protos/icon/heroicon/arrow_left.rb +50 -0
  27. data/lib/protos/icon/heroicon/arrow_left_circle.rb +50 -0
  28. data/lib/protos/icon/heroicon/arrow_left_end_on_rectangle.rb +51 -0
  29. data/lib/protos/icon/heroicon/arrow_left_on_rectangle.rb +51 -0
  30. data/lib/protos/icon/heroicon/arrow_left_start_on_rectangle.rb +51 -0
  31. data/lib/protos/icon/heroicon/arrow_long_down.rb +50 -0
  32. data/lib/protos/icon/heroicon/arrow_long_left.rb +50 -0
  33. data/lib/protos/icon/heroicon/arrow_long_right.rb +50 -0
  34. data/lib/protos/icon/heroicon/arrow_long_up.rb +50 -0
  35. data/lib/protos/icon/heroicon/arrow_path.rb +51 -0
  36. data/lib/protos/icon/heroicon/arrow_path_rounded_square.rb +51 -0
  37. data/lib/protos/icon/heroicon/arrow_right.rb +50 -0
  38. data/lib/protos/icon/heroicon/arrow_right_circle.rb +50 -0
  39. data/lib/protos/icon/heroicon/arrow_right_end_on_rectangle.rb +51 -0
  40. data/lib/protos/icon/heroicon/arrow_right_on_rectangle.rb +51 -0
  41. data/lib/protos/icon/heroicon/arrow_right_start_on_rectangle.rb +51 -0
  42. data/lib/protos/icon/heroicon/arrow_small_down.rb +50 -0
  43. data/lib/protos/icon/heroicon/arrow_small_left.rb +50 -0
  44. data/lib/protos/icon/heroicon/arrow_small_right.rb +50 -0
  45. data/lib/protos/icon/heroicon/arrow_small_up.rb +50 -0
  46. data/lib/protos/icon/heroicon/arrow_top_right_on_square.rb +51 -0
  47. data/lib/protos/icon/heroicon/arrow_trending_down.rb +51 -0
  48. data/lib/protos/icon/heroicon/arrow_trending_up.rb +51 -0
  49. data/lib/protos/icon/heroicon/arrow_up.rb +50 -0
  50. data/lib/protos/icon/heroicon/arrow_up_circle.rb +50 -0
  51. data/lib/protos/icon/heroicon/arrow_up_left.rb +50 -0
  52. data/lib/protos/icon/heroicon/arrow_up_on_square.rb +49 -0
  53. data/lib/protos/icon/heroicon/arrow_up_on_square_stack.rb +53 -0
  54. data/lib/protos/icon/heroicon/arrow_up_right.rb +50 -0
  55. data/lib/protos/icon/heroicon/arrow_up_tray.rb +51 -0
  56. data/lib/protos/icon/heroicon/arrow_uturn_down.rb +50 -0
  57. data/lib/protos/icon/heroicon/arrow_uturn_left.rb +50 -0
  58. data/lib/protos/icon/heroicon/arrow_uturn_right.rb +50 -0
  59. data/lib/protos/icon/heroicon/arrow_uturn_up.rb +50 -0
  60. data/lib/protos/icon/heroicon/arrows_pointing_in.rb +51 -0
  61. data/lib/protos/icon/heroicon/arrows_pointing_out.rb +51 -0
  62. data/lib/protos/icon/heroicon/arrows_right_left.rb +51 -0
  63. data/lib/protos/icon/heroicon/arrows_up_down.rb +51 -0
  64. data/lib/protos/icon/heroicon/at_symbol.rb +51 -0
  65. data/lib/protos/icon/heroicon/backspace.rb +51 -0
  66. data/lib/protos/icon/heroicon/backward.rb +49 -0
  67. data/lib/protos/icon/heroicon/banknotes.rb +56 -0
  68. data/lib/protos/icon/heroicon/bars_2.rb +50 -0
  69. data/lib/protos/icon/heroicon/bars_3.rb +50 -0
  70. data/lib/protos/icon/heroicon/bars_3_bottom_left.rb +50 -0
  71. data/lib/protos/icon/heroicon/bars_3_bottom_right.rb +50 -0
  72. data/lib/protos/icon/heroicon/bars_3_center_left.rb +50 -0
  73. data/lib/protos/icon/heroicon/bars_4.rb +50 -0
  74. data/lib/protos/icon/heroicon/bars_arrow_down.rb +51 -0
  75. data/lib/protos/icon/heroicon/bars_arrow_up.rb +51 -0
  76. data/lib/protos/icon/heroicon/battery_0.rb +51 -0
  77. data/lib/protos/icon/heroicon/battery_100.rb +51 -0
  78. data/lib/protos/icon/heroicon/battery_50.rb +55 -0
  79. data/lib/protos/icon/heroicon/beaker.rb +51 -0
  80. data/lib/protos/icon/heroicon/bell.rb +51 -0
  81. data/lib/protos/icon/heroicon/bell_alert.rb +55 -0
  82. data/lib/protos/icon/heroicon/bell_slash.rb +55 -0
  83. data/lib/protos/icon/heroicon/bell_snooze.rb +51 -0
  84. data/lib/protos/icon/heroicon/bolt.rb +50 -0
  85. data/lib/protos/icon/heroicon/bolt_slash.rb +49 -0
  86. data/lib/protos/icon/heroicon/book_open.rb +49 -0
  87. data/lib/protos/icon/heroicon/bookmark.rb +51 -0
  88. data/lib/protos/icon/heroicon/bookmark_slash.rb +49 -0
  89. data/lib/protos/icon/heroicon/bookmark_square.rb +51 -0
  90. data/lib/protos/icon/heroicon/briefcase.rb +55 -0
  91. data/lib/protos/icon/heroicon/bug_ant.rb +51 -0
  92. data/lib/protos/icon/heroicon/building_library.rb +56 -0
  93. data/lib/protos/icon/heroicon/building_office.rb +51 -0
  94. data/lib/protos/icon/heroicon/building_office_2.rb +51 -0
  95. data/lib/protos/icon/heroicon/building_storefront.rb +55 -0
  96. data/lib/protos/icon/heroicon/cake.rb +49 -0
  97. data/lib/protos/icon/heroicon/calculator.rb +51 -0
  98. data/lib/protos/icon/heroicon/calendar.rb +51 -0
  99. data/lib/protos/icon/heroicon/calendar_days.rb +55 -0
  100. data/lib/protos/icon/heroicon/camera.rb +58 -0
  101. data/lib/protos/icon/heroicon/chart_bar.rb +49 -0
  102. data/lib/protos/icon/heroicon/chart_bar_square.rb +51 -0
  103. data/lib/protos/icon/heroicon/chart_pie.rb +61 -0
  104. data/lib/protos/icon/heroicon/chat_bubble_bottom_center.rb +51 -0
  105. data/lib/protos/icon/heroicon/chat_bubble_bottom_center_text.rb +51 -0
  106. data/lib/protos/icon/heroicon/chat_bubble_left.rb +51 -0
  107. data/lib/protos/icon/heroicon/chat_bubble_left_ellipsis.rb +51 -0
  108. data/lib/protos/icon/heroicon/chat_bubble_left_right.rb +53 -0
  109. data/lib/protos/icon/heroicon/chat_bubble_oval_left.rb +51 -0
  110. data/lib/protos/icon/heroicon/chat_bubble_oval_left_ellipsis.rb +51 -0
  111. data/lib/protos/icon/heroicon/check.rb +50 -0
  112. data/lib/protos/icon/heroicon/check_badge.rb +51 -0
  113. data/lib/protos/icon/heroicon/check_circle.rb +50 -0
  114. data/lib/protos/icon/heroicon/chevron_double_down.rb +56 -0
  115. data/lib/protos/icon/heroicon/chevron_double_left.rb +56 -0
  116. data/lib/protos/icon/heroicon/chevron_double_right.rb +56 -0
  117. data/lib/protos/icon/heroicon/chevron_double_up.rb +61 -0
  118. data/lib/protos/icon/heroicon/chevron_down.rb +50 -0
  119. data/lib/protos/icon/heroicon/chevron_left.rb +50 -0
  120. data/lib/protos/icon/heroicon/chevron_right.rb +50 -0
  121. data/lib/protos/icon/heroicon/chevron_up.rb +50 -0
  122. data/lib/protos/icon/heroicon/chevron_up_down.rb +50 -0
  123. data/lib/protos/icon/heroicon/circle_stack.rb +61 -0
  124. data/lib/protos/icon/heroicon/clipboard.rb +51 -0
  125. data/lib/protos/icon/heroicon/clipboard_document.rb +59 -0
  126. data/lib/protos/icon/heroicon/clipboard_document_check.rb +57 -0
  127. data/lib/protos/icon/heroicon/clipboard_document_list.rb +57 -0
  128. data/lib/protos/icon/heroicon/clock.rb +50 -0
  129. data/lib/protos/icon/heroicon/cloud.rb +51 -0
  130. data/lib/protos/icon/heroicon/cloud_arrow_down.rb +51 -0
  131. data/lib/protos/icon/heroicon/cloud_arrow_up.rb +51 -0
  132. data/lib/protos/icon/heroicon/code_bracket.rb +50 -0
  133. data/lib/protos/icon/heroicon/code_bracket_square.rb +51 -0
  134. data/lib/protos/icon/heroicon/cog.rb +55 -0
  135. data/lib/protos/icon/heroicon/cog_6_tooth.rb +56 -0
  136. data/lib/protos/icon/heroicon/cog_8_tooth.rb +56 -0
  137. data/lib/protos/icon/heroicon/command_line.rb +51 -0
  138. data/lib/protos/icon/heroicon/computer_desktop.rb +51 -0
  139. data/lib/protos/icon/heroicon/cpu_chip.rb +52 -0
  140. data/lib/protos/icon/heroicon/credit_card.rb +52 -0
  141. data/lib/protos/icon/heroicon/cube.rb +49 -0
  142. data/lib/protos/icon/heroicon/cube_transparent.rb +51 -0
  143. data/lib/protos/icon/heroicon/currency_bangladeshi.rb +51 -0
  144. data/lib/protos/icon/heroicon/currency_dollar.rb +55 -0
  145. data/lib/protos/icon/heroicon/currency_euro.rb +51 -0
  146. data/lib/protos/icon/heroicon/currency_pound.rb +51 -0
  147. data/lib/protos/icon/heroicon/currency_rupee.rb +51 -0
  148. data/lib/protos/icon/heroicon/currency_yen.rb +51 -0
  149. data/lib/protos/icon/heroicon/cursor_arrow_rays.rb +51 -0
  150. data/lib/protos/icon/heroicon/cursor_arrow_ripple.rb +51 -0
  151. data/lib/protos/icon/heroicon/device_phone_mobile.rb +52 -0
  152. data/lib/protos/icon/heroicon/device_tablet.rb +52 -0
  153. data/lib/protos/icon/heroicon/document.rb +53 -0
  154. data/lib/protos/icon/heroicon/document_arrow_down.rb +55 -0
  155. data/lib/protos/icon/heroicon/document_arrow_up.rb +55 -0
  156. data/lib/protos/icon/heroicon/document_chart_bar.rb +55 -0
  157. data/lib/protos/icon/heroicon/document_check.rb +55 -0
  158. data/lib/protos/icon/heroicon/document_duplicate.rb +53 -0
  159. data/lib/protos/icon/heroicon/document_magnifying_glass.rb +56 -0
  160. data/lib/protos/icon/heroicon/document_minus.rb +55 -0
  161. data/lib/protos/icon/heroicon/document_plus.rb +55 -0
  162. data/lib/protos/icon/heroicon/document_text.rb +55 -0
  163. data/lib/protos/icon/heroicon/ellipsis_horizontal.rb +51 -0
  164. data/lib/protos/icon/heroicon/ellipsis_horizontal_circle.rb +51 -0
  165. data/lib/protos/icon/heroicon/ellipsis_vertical.rb +51 -0
  166. data/lib/protos/icon/heroicon/envelope.rb +53 -0
  167. data/lib/protos/icon/heroicon/envelope_open.rb +53 -0
  168. data/lib/protos/icon/heroicon/exclamation_circle.rb +51 -0
  169. data/lib/protos/icon/heroicon/exclamation_triangle.rb +51 -0
  170. data/lib/protos/icon/heroicon/eye.rb +57 -0
  171. data/lib/protos/icon/heroicon/eye_dropper.rb +51 -0
  172. data/lib/protos/icon/heroicon/eye_slash.rb +57 -0
  173. data/lib/protos/icon/heroicon/face_frown.rb +51 -0
  174. data/lib/protos/icon/heroicon/face_smile.rb +51 -0
  175. data/lib/protos/icon/heroicon/film.rb +51 -0
  176. data/lib/protos/icon/heroicon/finger_print.rb +51 -0
  177. data/lib/protos/icon/heroicon/fire.rb +57 -0
  178. data/lib/protos/icon/heroicon/flag.rb +51 -0
  179. data/lib/protos/icon/heroicon/folder.rb +49 -0
  180. data/lib/protos/icon/heroicon/folder_arrow_down.rb +51 -0
  181. data/lib/protos/icon/heroicon/folder_minus.rb +51 -0
  182. data/lib/protos/icon/heroicon/folder_open.rb +49 -0
  183. data/lib/protos/icon/heroicon/folder_plus.rb +51 -0
  184. data/lib/protos/icon/heroicon/forward.rb +49 -0
  185. data/lib/protos/icon/heroicon/funnel.rb +51 -0
  186. data/lib/protos/icon/heroicon/gif.rb +51 -0
  187. data/lib/protos/icon/heroicon/gift.rb +49 -0
  188. data/lib/protos/icon/heroicon/gift_top.rb +53 -0
  189. data/lib/protos/icon/heroicon/globe_alt.rb +49 -0
  190. data/lib/protos/icon/heroicon/globe_americas.rb +51 -0
  191. data/lib/protos/icon/heroicon/globe_asia_australia.rb +55 -0
  192. data/lib/protos/icon/heroicon/globe_europe_africa.rb +51 -0
  193. data/lib/protos/icon/heroicon/hand_raised.rb +49 -0
  194. data/lib/protos/icon/heroicon/hand_thumb_down.rb +49 -0
  195. data/lib/protos/icon/heroicon/hand_thumb_up.rb +49 -0
  196. data/lib/protos/icon/heroicon/hashtag.rb +50 -0
  197. data/lib/protos/icon/heroicon/heart.rb +49 -0
  198. data/lib/protos/icon/heroicon/home.rb +53 -0
  199. data/lib/protos/icon/heroicon/home_modern.rb +55 -0
  200. data/lib/protos/icon/heroicon/identification.rb +51 -0
  201. data/lib/protos/icon/heroicon/inbox.rb +51 -0
  202. data/lib/protos/icon/heroicon/inbox_arrow_down.rb +57 -0
  203. data/lib/protos/icon/heroicon/inbox_stack.rb +55 -0
  204. data/lib/protos/icon/heroicon/information_circle.rb +51 -0
  205. data/lib/protos/icon/heroicon/key.rb +51 -0
  206. data/lib/protos/icon/heroicon/language.rb +51 -0
  207. data/lib/protos/icon/heroicon/lifebuoy.rb +51 -0
  208. data/lib/protos/icon/heroicon/light_bulb.rb +55 -0
  209. data/lib/protos/icon/heroicon/link.rb +51 -0
  210. data/lib/protos/icon/heroicon/list_bullet.rb +51 -0
  211. data/lib/protos/icon/heroicon/lock_closed.rb +51 -0
  212. data/lib/protos/icon/heroicon/lock_open.rb +49 -0
  213. data/lib/protos/icon/heroicon/magnifying_glass.rb +51 -0
  214. data/lib/protos/icon/heroicon/magnifying_glass_circle.rb +52 -0
  215. data/lib/protos/icon/heroicon/magnifying_glass_minus.rb +51 -0
  216. data/lib/protos/icon/heroicon/magnifying_glass_plus.rb +51 -0
  217. data/lib/protos/icon/heroicon/map.rb +51 -0
  218. data/lib/protos/icon/heroicon/map_pin.rb +56 -0
  219. data/lib/protos/icon/heroicon/megaphone.rb +49 -0
  220. data/lib/protos/icon/heroicon/microphone.rb +50 -0
  221. data/lib/protos/icon/heroicon/minus.rb +46 -0
  222. data/lib/protos/icon/heroicon/minus_circle.rb +50 -0
  223. data/lib/protos/icon/heroicon/minus_small.rb +46 -0
  224. data/lib/protos/icon/heroicon/moon.rb +51 -0
  225. data/lib/protos/icon/heroicon/musical_note.rb +51 -0
  226. data/lib/protos/icon/heroicon/newspaper.rb +55 -0
  227. data/lib/protos/icon/heroicon/no_symbol.rb +51 -0
  228. data/lib/protos/icon/heroicon/paint_brush.rb +51 -0
  229. data/lib/protos/icon/heroicon/paper_airplane.rb +49 -0
  230. data/lib/protos/icon/heroicon/paper_clip.rb +51 -0
  231. data/lib/protos/icon/heroicon/pause.rb +50 -0
  232. data/lib/protos/icon/heroicon/pause_circle.rb +50 -0
  233. data/lib/protos/icon/heroicon/pencil.rb +49 -0
  234. data/lib/protos/icon/heroicon/pencil_square.rb +53 -0
  235. data/lib/protos/icon/heroicon/phone.rb +51 -0
  236. data/lib/protos/icon/heroicon/phone_arrow_down_left.rb +57 -0
  237. data/lib/protos/icon/heroicon/phone_arrow_up_right.rb +57 -0
  238. data/lib/protos/icon/heroicon/phone_x_mark.rb +51 -0
  239. data/lib/protos/icon/heroicon/photo.rb +51 -0
  240. data/lib/protos/icon/heroicon/play.rb +51 -0
  241. data/lib/protos/icon/heroicon/play_circle.rb +56 -0
  242. data/lib/protos/icon/heroicon/play_pause.rb +49 -0
  243. data/lib/protos/icon/heroicon/plus.rb +50 -0
  244. data/lib/protos/icon/heroicon/plus_circle.rb +50 -0
  245. data/lib/protos/icon/heroicon/plus_small.rb +46 -0
  246. data/lib/protos/icon/heroicon/power.rb +50 -0
  247. data/lib/protos/icon/heroicon/presentation_chart_bar.rb +51 -0
  248. data/lib/protos/icon/heroicon/presentation_chart_line.rb +51 -0
  249. data/lib/protos/icon/heroicon/printer.rb +51 -0
  250. data/lib/protos/icon/heroicon/puzzle_piece.rb +49 -0
  251. data/lib/protos/icon/heroicon/qr_code.rb +57 -0
  252. data/lib/protos/icon/heroicon/question_mark_circle.rb +51 -0
  253. data/lib/protos/icon/heroicon/queue_list.rb +49 -0
  254. data/lib/protos/icon/heroicon/radio.rb +51 -0
  255. data/lib/protos/icon/heroicon/receipt_percent.rb +51 -0
  256. data/lib/protos/icon/heroicon/receipt_refund.rb +51 -0
  257. data/lib/protos/icon/heroicon/rectangle_group.rb +51 -0
  258. data/lib/protos/icon/heroicon/rectangle_stack.rb +49 -0
  259. data/lib/protos/icon/heroicon/rocket_launch.rb +55 -0
  260. data/lib/protos/icon/heroicon/rss.rb +51 -0
  261. data/lib/protos/icon/heroicon/scale.rb +51 -0
  262. data/lib/protos/icon/heroicon/scissors.rb +55 -0
  263. data/lib/protos/icon/heroicon/server.rb +55 -0
  264. data/lib/protos/icon/heroicon/server_stack.rb +55 -0
  265. data/lib/protos/icon/heroicon/share.rb +51 -0
  266. data/lib/protos/icon/heroicon/shield_check.rb +51 -0
  267. data/lib/protos/icon/heroicon/shield_exclamation.rb +51 -0
  268. data/lib/protos/icon/heroicon/shopping_bag.rb +51 -0
  269. data/lib/protos/icon/heroicon/shopping_cart.rb +49 -0
  270. data/lib/protos/icon/heroicon/signal.rb +51 -0
  271. data/lib/protos/icon/heroicon/signal_slash.rb +51 -0
  272. data/lib/protos/icon/heroicon/sparkles.rb +51 -0
  273. data/lib/protos/icon/heroicon/speaker_wave.rb +53 -0
  274. data/lib/protos/icon/heroicon/speaker_x_mark.rb +49 -0
  275. data/lib/protos/icon/heroicon/square_2_stack.rb +53 -0
  276. data/lib/protos/icon/heroicon/square_3_stack_3d.rb +57 -0
  277. data/lib/protos/icon/heroicon/squares_2x2.rb +51 -0
  278. data/lib/protos/icon/heroicon/squares_plus.rb +49 -0
  279. data/lib/protos/icon/heroicon/star.rb +51 -0
  280. data/lib/protos/icon/heroicon/stop.rb +51 -0
  281. data/lib/protos/icon/heroicon/stop_circle.rb +56 -0
  282. data/lib/protos/icon/heroicon/sun.rb +49 -0
  283. data/lib/protos/icon/heroicon/swatch.rb +55 -0
  284. data/lib/protos/icon/heroicon/table_cells.rb +51 -0
  285. data/lib/protos/icon/heroicon/tag.rb +56 -0
  286. data/lib/protos/icon/heroicon/ticket.rb +51 -0
  287. data/lib/protos/icon/heroicon/trash.rb +51 -0
  288. data/lib/protos/icon/heroicon/trophy.rb +51 -0
  289. data/lib/protos/icon/heroicon/truck.rb +54 -0
  290. data/lib/protos/icon/heroicon/tv.rb +52 -0
  291. data/lib/protos/icon/heroicon/user.rb +51 -0
  292. data/lib/protos/icon/heroicon/user_circle.rb +51 -0
  293. data/lib/protos/icon/heroicon/user_group.rb +55 -0
  294. data/lib/protos/icon/heroicon/user_minus.rb +49 -0
  295. data/lib/protos/icon/heroicon/user_plus.rb +49 -0
  296. data/lib/protos/icon/heroicon/users.rb +49 -0
  297. data/lib/protos/icon/heroicon/variable.rb +51 -0
  298. data/lib/protos/icon/heroicon/video_camera.rb +49 -0
  299. data/lib/protos/icon/heroicon/video_camera_slash.rb +49 -0
  300. data/lib/protos/icon/heroicon/view_columns.rb +49 -0
  301. data/lib/protos/icon/heroicon/viewfinder_circle.rb +49 -0
  302. data/lib/protos/icon/heroicon/wallet.rb +49 -0
  303. data/lib/protos/icon/heroicon/wifi.rb +51 -0
  304. data/lib/protos/icon/heroicon/window.rb +51 -0
  305. data/lib/protos/icon/heroicon/wrench.rb +56 -0
  306. data/lib/protos/icon/heroicon/wrench_screwdriver.rb +61 -0
  307. data/lib/protos/icon/heroicon/x_circle.rb +50 -0
  308. data/lib/protos/icon/heroicon/x_mark.rb +50 -0
  309. data/lib/protos/icon/heroicon.rb +308 -0
  310. data/lib/protos/icon/heroicon_component.rb +13 -0
  311. data/lib/protos/icon/inhouse/facebook.rb +29 -0
  312. data/lib/protos/icon/inhouse/twitter.rb +29 -0
  313. data/lib/protos/icon/inhouse/youtube.rb +29 -0
  314. data/lib/protos/icon/inhouse.rb +5 -14
  315. data/lib/protos/icon/version.rb +1 -1
  316. data/lib/protos/icon.rb +20 -20
  317. data/protos-icon.gemspec +4 -1
  318. metadata +333 -2
  319. data/lib/protos/icon/heroicons.rb +0 -29
@@ -0,0 +1,51 @@
1
+ # frozen_string_literal: true
2
+
3
+ # This file was generated by the `generators/heroicon.rb` generator.
4
+
5
+ # rubocop:disable Layout/LineLength
6
+ module Protos
7
+ module Icon
8
+ module Heroicon
9
+ class ArrowLeftStartOnRectangle < HeroiconComponent
10
+ def solid
11
+ svg(
12
+ **attrs,
13
+ xmlns: "http://www.w3.org/2000/svg",
14
+ viewbox: "0 0 24 24",
15
+ fill: "currentColor",
16
+ aria_hidden: "true",
17
+ data_slot: "icon"
18
+ ) do |s|
19
+ s.path(
20
+ fill_rule: "evenodd",
21
+ d:
22
+ "M16.5 3.75a1.5 1.5 0 0 1 1.5 1.5v13.5a1.5 1.5 0 0 1-1.5 1.5h-6a1.5 1.5 0 0 1-1.5-1.5V15a.75.75 0 0 0-1.5 0v3.75a3 3 0 0 0 3 3h6a3 3 0 0 0 3-3V5.25a3 3 0 0 0-3-3h-6a3 3 0 0 0-3 3V9A.75.75 0 1 0 9 9V5.25a1.5 1.5 0 0 1 1.5-1.5h6ZM5.78 8.47a.75.75 0 0 0-1.06 0l-3 3a.75.75 0 0 0 0 1.06l3 3a.75.75 0 0 0 1.06-1.06l-1.72-1.72H15a.75.75 0 0 0 0-1.5H4.06l1.72-1.72a.75.75 0 0 0 0-1.06Z",
23
+ clip_rule: "evenodd"
24
+ )
25
+ end
26
+ end
27
+
28
+ def outline
29
+ svg(
30
+ **attrs,
31
+ xmlns: "http://www.w3.org/2000/svg",
32
+ fill: "none",
33
+ viewbox: "0 0 24 24",
34
+ stroke_width: "1.5",
35
+ stroke: "currentColor",
36
+ aria_hidden: "true",
37
+ data_slot: "icon"
38
+ ) do |s|
39
+ s.path(
40
+ stroke_linecap: "round",
41
+ stroke_linejoin: "round",
42
+ d:
43
+ "M8.25 9V5.25A2.25 2.25 0 0 1 10.5 3h6a2.25 2.25 0 0 1 2.25 2.25v13.5A2.25 2.25 0 0 1 16.5 21h-6a2.25 2.25 0 0 1-2.25-2.25V15m-3 0-3-3m0 0 3-3m-3 3H15"
44
+ )
45
+ end
46
+ end
47
+ end
48
+ end
49
+ end
50
+ end
51
+ # rubocop:enable Layout/LineLength
@@ -0,0 +1,50 @@
1
+ # frozen_string_literal: true
2
+
3
+ # This file was generated by the `generators/heroicon.rb` generator.
4
+
5
+ # rubocop:disable Layout/LineLength
6
+ module Protos
7
+ module Icon
8
+ module Heroicon
9
+ class ArrowLongDown < HeroiconComponent
10
+ def solid
11
+ svg(
12
+ **attrs,
13
+ xmlns: "http://www.w3.org/2000/svg",
14
+ viewbox: "0 0 24 24",
15
+ fill: "currentColor",
16
+ aria_hidden: "true",
17
+ data_slot: "icon"
18
+ ) do |s|
19
+ s.path(
20
+ fill_rule: "evenodd",
21
+ d:
22
+ "M12 2.25a.75.75 0 0 1 .75.75v16.19l2.47-2.47a.75.75 0 1 1 1.06 1.06l-3.75 3.75a.75.75 0 0 1-1.06 0l-3.75-3.75a.75.75 0 1 1 1.06-1.06l2.47 2.47V3a.75.75 0 0 1 .75-.75Z",
23
+ clip_rule: "evenodd"
24
+ )
25
+ end
26
+ end
27
+
28
+ def outline
29
+ svg(
30
+ **attrs,
31
+ xmlns: "http://www.w3.org/2000/svg",
32
+ fill: "none",
33
+ viewbox: "0 0 24 24",
34
+ stroke_width: "1.5",
35
+ stroke: "currentColor",
36
+ aria_hidden: "true",
37
+ data_slot: "icon"
38
+ ) do |s|
39
+ s.path(
40
+ stroke_linecap: "round",
41
+ stroke_linejoin: "round",
42
+ d: "M15.75 17.25 12 21m0 0-3.75-3.75M12 21V3"
43
+ )
44
+ end
45
+ end
46
+ end
47
+ end
48
+ end
49
+ end
50
+ # rubocop:enable Layout/LineLength
@@ -0,0 +1,50 @@
1
+ # frozen_string_literal: true
2
+
3
+ # This file was generated by the `generators/heroicon.rb` generator.
4
+
5
+ # rubocop:disable Layout/LineLength
6
+ module Protos
7
+ module Icon
8
+ module Heroicon
9
+ class ArrowLongLeft < HeroiconComponent
10
+ def solid
11
+ svg(
12
+ **attrs,
13
+ xmlns: "http://www.w3.org/2000/svg",
14
+ viewbox: "0 0 24 24",
15
+ fill: "currentColor",
16
+ aria_hidden: "true",
17
+ data_slot: "icon"
18
+ ) do |s|
19
+ s.path(
20
+ fill_rule: "evenodd",
21
+ d:
22
+ "M7.28 7.72a.75.75 0 0 1 0 1.06l-2.47 2.47H21a.75.75 0 0 1 0 1.5H4.81l2.47 2.47a.75.75 0 1 1-1.06 1.06l-3.75-3.75a.75.75 0 0 1 0-1.06l3.75-3.75a.75.75 0 0 1 1.06 0Z",
23
+ clip_rule: "evenodd"
24
+ )
25
+ end
26
+ end
27
+
28
+ def outline
29
+ svg(
30
+ **attrs,
31
+ xmlns: "http://www.w3.org/2000/svg",
32
+ fill: "none",
33
+ viewbox: "0 0 24 24",
34
+ stroke_width: "1.5",
35
+ stroke: "currentColor",
36
+ aria_hidden: "true",
37
+ data_slot: "icon"
38
+ ) do |s|
39
+ s.path(
40
+ stroke_linecap: "round",
41
+ stroke_linejoin: "round",
42
+ d: "M6.75 15.75 3 12m0 0 3.75-3.75M3 12h18"
43
+ )
44
+ end
45
+ end
46
+ end
47
+ end
48
+ end
49
+ end
50
+ # rubocop:enable Layout/LineLength
@@ -0,0 +1,50 @@
1
+ # frozen_string_literal: true
2
+
3
+ # This file was generated by the `generators/heroicon.rb` generator.
4
+
5
+ # rubocop:disable Layout/LineLength
6
+ module Protos
7
+ module Icon
8
+ module Heroicon
9
+ class ArrowLongRight < HeroiconComponent
10
+ def solid
11
+ svg(
12
+ **attrs,
13
+ xmlns: "http://www.w3.org/2000/svg",
14
+ viewbox: "0 0 24 24",
15
+ fill: "currentColor",
16
+ aria_hidden: "true",
17
+ data_slot: "icon"
18
+ ) do |s|
19
+ s.path(
20
+ fill_rule: "evenodd",
21
+ d:
22
+ "M16.72 7.72a.75.75 0 0 1 1.06 0l3.75 3.75a.75.75 0 0 1 0 1.06l-3.75 3.75a.75.75 0 1 1-1.06-1.06l2.47-2.47H3a.75.75 0 0 1 0-1.5h16.19l-2.47-2.47a.75.75 0 0 1 0-1.06Z",
23
+ clip_rule: "evenodd"
24
+ )
25
+ end
26
+ end
27
+
28
+ def outline
29
+ svg(
30
+ **attrs,
31
+ xmlns: "http://www.w3.org/2000/svg",
32
+ fill: "none",
33
+ viewbox: "0 0 24 24",
34
+ stroke_width: "1.5",
35
+ stroke: "currentColor",
36
+ aria_hidden: "true",
37
+ data_slot: "icon"
38
+ ) do |s|
39
+ s.path(
40
+ stroke_linecap: "round",
41
+ stroke_linejoin: "round",
42
+ d: "M17.25 8.25 21 12m0 0-3.75 3.75M21 12H3"
43
+ )
44
+ end
45
+ end
46
+ end
47
+ end
48
+ end
49
+ end
50
+ # rubocop:enable Layout/LineLength
@@ -0,0 +1,50 @@
1
+ # frozen_string_literal: true
2
+
3
+ # This file was generated by the `generators/heroicon.rb` generator.
4
+
5
+ # rubocop:disable Layout/LineLength
6
+ module Protos
7
+ module Icon
8
+ module Heroicon
9
+ class ArrowLongUp < HeroiconComponent
10
+ def solid
11
+ svg(
12
+ **attrs,
13
+ xmlns: "http://www.w3.org/2000/svg",
14
+ viewbox: "0 0 24 24",
15
+ fill: "currentColor",
16
+ aria_hidden: "true",
17
+ data_slot: "icon"
18
+ ) do |s|
19
+ s.path(
20
+ fill_rule: "evenodd",
21
+ d:
22
+ "M11.47 2.47a.75.75 0 0 1 1.06 0l3.75 3.75a.75.75 0 0 1-1.06 1.06l-2.47-2.47V21a.75.75 0 0 1-1.5 0V4.81L8.78 7.28a.75.75 0 0 1-1.06-1.06l3.75-3.75Z",
23
+ clip_rule: "evenodd"
24
+ )
25
+ end
26
+ end
27
+
28
+ def outline
29
+ svg(
30
+ **attrs,
31
+ xmlns: "http://www.w3.org/2000/svg",
32
+ fill: "none",
33
+ viewbox: "0 0 24 24",
34
+ stroke_width: "1.5",
35
+ stroke: "currentColor",
36
+ aria_hidden: "true",
37
+ data_slot: "icon"
38
+ ) do |s|
39
+ s.path(
40
+ stroke_linecap: "round",
41
+ stroke_linejoin: "round",
42
+ d: "M8.25 6.75 12 3m0 0 3.75 3.75M12 3v18"
43
+ )
44
+ end
45
+ end
46
+ end
47
+ end
48
+ end
49
+ end
50
+ # rubocop:enable Layout/LineLength
@@ -0,0 +1,51 @@
1
+ # frozen_string_literal: true
2
+
3
+ # This file was generated by the `generators/heroicon.rb` generator.
4
+
5
+ # rubocop:disable Layout/LineLength
6
+ module Protos
7
+ module Icon
8
+ module Heroicon
9
+ class ArrowPath < HeroiconComponent
10
+ def solid
11
+ svg(
12
+ **attrs,
13
+ xmlns: "http://www.w3.org/2000/svg",
14
+ viewbox: "0 0 24 24",
15
+ fill: "currentColor",
16
+ aria_hidden: "true",
17
+ data_slot: "icon"
18
+ ) do |s|
19
+ s.path(
20
+ fill_rule: "evenodd",
21
+ d:
22
+ "M4.755 10.059a7.5 7.5 0 0 1 12.548-3.364l1.903 1.903h-3.183a.75.75 0 1 0 0 1.5h4.992a.75.75 0 0 0 .75-.75V4.356a.75.75 0 0 0-1.5 0v3.18l-1.9-1.9A9 9 0 0 0 3.306 9.67a.75.75 0 1 0 1.45.388Zm15.408 3.352a.75.75 0 0 0-.919.53 7.5 7.5 0 0 1-12.548 3.364l-1.902-1.903h3.183a.75.75 0 0 0 0-1.5H2.984a.75.75 0 0 0-.75.75v4.992a.75.75 0 0 0 1.5 0v-3.18l1.9 1.9a9 9 0 0 0 15.059-4.035.75.75 0 0 0-.53-.918Z",
23
+ clip_rule: "evenodd"
24
+ )
25
+ end
26
+ end
27
+
28
+ def outline
29
+ svg(
30
+ **attrs,
31
+ xmlns: "http://www.w3.org/2000/svg",
32
+ fill: "none",
33
+ viewbox: "0 0 24 24",
34
+ stroke_width: "1.5",
35
+ stroke: "currentColor",
36
+ aria_hidden: "true",
37
+ data_slot: "icon"
38
+ ) do |s|
39
+ s.path(
40
+ stroke_linecap: "round",
41
+ stroke_linejoin: "round",
42
+ d:
43
+ "M16.023 9.348h4.992v-.001M2.985 19.644v-4.992m0 0h4.992m-4.993 0 3.181 3.183a8.25 8.25 0 0 0 13.803-3.7M4.031 9.865a8.25 8.25 0 0 1 13.803-3.7l3.181 3.182m0-4.991v4.99"
44
+ )
45
+ end
46
+ end
47
+ end
48
+ end
49
+ end
50
+ end
51
+ # rubocop:enable Layout/LineLength
@@ -0,0 +1,51 @@
1
+ # frozen_string_literal: true
2
+
3
+ # This file was generated by the `generators/heroicon.rb` generator.
4
+
5
+ # rubocop:disable Layout/LineLength
6
+ module Protos
7
+ module Icon
8
+ module Heroicon
9
+ class ArrowPathRoundedSquare < HeroiconComponent
10
+ def solid
11
+ svg(
12
+ **attrs,
13
+ xmlns: "http://www.w3.org/2000/svg",
14
+ viewbox: "0 0 24 24",
15
+ fill: "currentColor",
16
+ aria_hidden: "true",
17
+ data_slot: "icon"
18
+ ) do |s|
19
+ s.path(
20
+ fill_rule: "evenodd",
21
+ d:
22
+ "M12 5.25c1.213 0 2.415.046 3.605.135a3.256 3.256 0 0 1 3.01 3.01c.044.583.077 1.17.1 1.759L17.03 8.47a.75.75 0 1 0-1.06 1.06l3 3a.75.75 0 0 0 1.06 0l3-3a.75.75 0 0 0-1.06-1.06l-1.752 1.751c-.023-.65-.06-1.296-.108-1.939a4.756 4.756 0 0 0-4.392-4.392 49.422 49.422 0 0 0-7.436 0A4.756 4.756 0 0 0 3.89 8.282c-.017.224-.033.447-.046.672a.75.75 0 1 0 1.497.092c.013-.217.028-.434.044-.651a3.256 3.256 0 0 1 3.01-3.01c1.19-.09 2.392-.135 3.605-.135Zm-6.97 6.22a.75.75 0 0 0-1.06 0l-3 3a.75.75 0 1 0 1.06 1.06l1.752-1.751c.023.65.06 1.296.108 1.939a4.756 4.756 0 0 0 4.392 4.392 49.413 49.413 0 0 0 7.436 0 4.756 4.756 0 0 0 4.392-4.392c.017-.223.032-.447.046-.672a.75.75 0 0 0-1.497-.092c-.013.217-.028.434-.044.651a3.256 3.256 0 0 1-3.01 3.01 47.953 47.953 0 0 1-7.21 0 3.256 3.256 0 0 1-3.01-3.01 47.759 47.759 0 0 1-.1-1.759L6.97 15.53a.75.75 0 0 0 1.06-1.06l-3-3Z",
23
+ clip_rule: "evenodd"
24
+ )
25
+ end
26
+ end
27
+
28
+ def outline
29
+ svg(
30
+ **attrs,
31
+ xmlns: "http://www.w3.org/2000/svg",
32
+ fill: "none",
33
+ viewbox: "0 0 24 24",
34
+ stroke_width: "1.5",
35
+ stroke: "currentColor",
36
+ aria_hidden: "true",
37
+ data_slot: "icon"
38
+ ) do |s|
39
+ s.path(
40
+ stroke_linecap: "round",
41
+ stroke_linejoin: "round",
42
+ d:
43
+ "M19.5 12c0-1.232-.046-2.453-.138-3.662a4.006 4.006 0 0 0-3.7-3.7 48.678 48.678 0 0 0-7.324 0 4.006 4.006 0 0 0-3.7 3.7c-.017.22-.032.441-.046.662M19.5 12l3-3m-3 3-3-3m-12 3c0 1.232.046 2.453.138 3.662a4.006 4.006 0 0 0 3.7 3.7 48.656 48.656 0 0 0 7.324 0 4.006 4.006 0 0 0 3.7-3.7c.017-.22.032-.441.046-.662M4.5 12l3 3m-3-3-3 3"
44
+ )
45
+ end
46
+ end
47
+ end
48
+ end
49
+ end
50
+ end
51
+ # rubocop:enable Layout/LineLength
@@ -0,0 +1,50 @@
1
+ # frozen_string_literal: true
2
+
3
+ # This file was generated by the `generators/heroicon.rb` generator.
4
+
5
+ # rubocop:disable Layout/LineLength
6
+ module Protos
7
+ module Icon
8
+ module Heroicon
9
+ class ArrowRight < HeroiconComponent
10
+ def solid
11
+ svg(
12
+ **attrs,
13
+ xmlns: "http://www.w3.org/2000/svg",
14
+ viewbox: "0 0 24 24",
15
+ fill: "currentColor",
16
+ aria_hidden: "true",
17
+ data_slot: "icon"
18
+ ) do |s|
19
+ s.path(
20
+ fill_rule: "evenodd",
21
+ d:
22
+ "M12.97 3.97a.75.75 0 0 1 1.06 0l7.5 7.5a.75.75 0 0 1 0 1.06l-7.5 7.5a.75.75 0 1 1-1.06-1.06l6.22-6.22H3a.75.75 0 0 1 0-1.5h16.19l-6.22-6.22a.75.75 0 0 1 0-1.06Z",
23
+ clip_rule: "evenodd"
24
+ )
25
+ end
26
+ end
27
+
28
+ def outline
29
+ svg(
30
+ **attrs,
31
+ xmlns: "http://www.w3.org/2000/svg",
32
+ fill: "none",
33
+ viewbox: "0 0 24 24",
34
+ stroke_width: "1.5",
35
+ stroke: "currentColor",
36
+ aria_hidden: "true",
37
+ data_slot: "icon"
38
+ ) do |s|
39
+ s.path(
40
+ stroke_linecap: "round",
41
+ stroke_linejoin: "round",
42
+ d: "M13.5 4.5 21 12m0 0-7.5 7.5M21 12H3"
43
+ )
44
+ end
45
+ end
46
+ end
47
+ end
48
+ end
49
+ end
50
+ # rubocop:enable Layout/LineLength
@@ -0,0 +1,50 @@
1
+ # frozen_string_literal: true
2
+
3
+ # This file was generated by the `generators/heroicon.rb` generator.
4
+
5
+ # rubocop:disable Layout/LineLength
6
+ module Protos
7
+ module Icon
8
+ module Heroicon
9
+ class ArrowRightCircle < HeroiconComponent
10
+ def solid
11
+ svg(
12
+ **attrs,
13
+ xmlns: "http://www.w3.org/2000/svg",
14
+ viewbox: "0 0 24 24",
15
+ fill: "currentColor",
16
+ aria_hidden: "true",
17
+ data_slot: "icon"
18
+ ) do |s|
19
+ s.path(
20
+ fill_rule: "evenodd",
21
+ d:
22
+ "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.25Zm4.28 10.28a.75.75 0 0 0 0-1.06l-3-3a.75.75 0 1 0-1.06 1.06l1.72 1.72H8.25a.75.75 0 0 0 0 1.5h5.69l-1.72 1.72a.75.75 0 1 0 1.06 1.06l3-3Z",
23
+ clip_rule: "evenodd"
24
+ )
25
+ end
26
+ end
27
+
28
+ def outline
29
+ svg(
30
+ **attrs,
31
+ xmlns: "http://www.w3.org/2000/svg",
32
+ fill: "none",
33
+ viewbox: "0 0 24 24",
34
+ stroke_width: "1.5",
35
+ stroke: "currentColor",
36
+ aria_hidden: "true",
37
+ data_slot: "icon"
38
+ ) do |s|
39
+ s.path(
40
+ stroke_linecap: "round",
41
+ stroke_linejoin: "round",
42
+ d: "m12.75 15 3-3m0 0-3-3m3 3h-7.5M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"
43
+ )
44
+ end
45
+ end
46
+ end
47
+ end
48
+ end
49
+ end
50
+ # rubocop:enable Layout/LineLength
@@ -0,0 +1,51 @@
1
+ # frozen_string_literal: true
2
+
3
+ # This file was generated by the `generators/heroicon.rb` generator.
4
+
5
+ # rubocop:disable Layout/LineLength
6
+ module Protos
7
+ module Icon
8
+ module Heroicon
9
+ class ArrowRightEndOnRectangle < HeroiconComponent
10
+ def solid
11
+ svg(
12
+ **attrs,
13
+ xmlns: "http://www.w3.org/2000/svg",
14
+ viewbox: "0 0 24 24",
15
+ fill: "currentColor",
16
+ aria_hidden: "true",
17
+ data_slot: "icon"
18
+ ) do |s|
19
+ s.path(
20
+ fill_rule: "evenodd",
21
+ d:
22
+ "M16.5 3.75a1.5 1.5 0 0 1 1.5 1.5v13.5a1.5 1.5 0 0 1-1.5 1.5h-6a1.5 1.5 0 0 1-1.5-1.5V15a.75.75 0 0 0-1.5 0v3.75a3 3 0 0 0 3 3h6a3 3 0 0 0 3-3V5.25a3 3 0 0 0-3-3h-6a3 3 0 0 0-3 3V9A.75.75 0 1 0 9 9V5.25a1.5 1.5 0 0 1 1.5-1.5h6Zm-5.03 4.72a.75.75 0 0 0 0 1.06l1.72 1.72H2.25a.75.75 0 0 0 0 1.5h10.94l-1.72 1.72a.75.75 0 1 0 1.06 1.06l3-3a.75.75 0 0 0 0-1.06l-3-3a.75.75 0 0 0-1.06 0Z",
23
+ clip_rule: "evenodd"
24
+ )
25
+ end
26
+ end
27
+
28
+ def outline
29
+ svg(
30
+ **attrs,
31
+ xmlns: "http://www.w3.org/2000/svg",
32
+ fill: "none",
33
+ viewbox: "0 0 24 24",
34
+ stroke_width: "1.5",
35
+ stroke: "currentColor",
36
+ aria_hidden: "true",
37
+ data_slot: "icon"
38
+ ) do |s|
39
+ s.path(
40
+ stroke_linecap: "round",
41
+ stroke_linejoin: "round",
42
+ d:
43
+ "M8.25 9V5.25A2.25 2.25 0 0 1 10.5 3h6a2.25 2.25 0 0 1 2.25 2.25v13.5A2.25 2.25 0 0 1 16.5 21h-6a2.25 2.25 0 0 1-2.25-2.25V15M12 9l3 3m0 0-3 3m3-3H2.25"
44
+ )
45
+ end
46
+ end
47
+ end
48
+ end
49
+ end
50
+ end
51
+ # rubocop:enable Layout/LineLength
@@ -0,0 +1,51 @@
1
+ # frozen_string_literal: true
2
+
3
+ # This file was generated by the `generators/heroicon.rb` generator.
4
+
5
+ # rubocop:disable Layout/LineLength
6
+ module Protos
7
+ module Icon
8
+ module Heroicon
9
+ class ArrowRightOnRectangle < HeroiconComponent
10
+ def solid
11
+ svg(
12
+ **attrs,
13
+ xmlns: "http://www.w3.org/2000/svg",
14
+ viewbox: "0 0 24 24",
15
+ fill: "currentColor",
16
+ aria_hidden: "true",
17
+ data_slot: "icon"
18
+ ) do |s|
19
+ s.path(
20
+ fill_rule: "evenodd",
21
+ d:
22
+ "M7.5 3.75A1.5 1.5 0 0 0 6 5.25v13.5a1.5 1.5 0 0 0 1.5 1.5h6a1.5 1.5 0 0 0 1.5-1.5V15a.75.75 0 0 1 1.5 0v3.75a3 3 0 0 1-3 3h-6a3 3 0 0 1-3-3V5.25a3 3 0 0 1 3-3h6a3 3 0 0 1 3 3V9A.75.75 0 0 1 15 9V5.25a1.5 1.5 0 0 0-1.5-1.5h-6Zm10.72 4.72a.75.75 0 0 1 1.06 0l3 3a.75.75 0 0 1 0 1.06l-3 3a.75.75 0 1 1-1.06-1.06l1.72-1.72H9a.75.75 0 0 1 0-1.5h10.94l-1.72-1.72a.75.75 0 0 1 0-1.06Z",
23
+ clip_rule: "evenodd"
24
+ )
25
+ end
26
+ end
27
+
28
+ def outline
29
+ svg(
30
+ **attrs,
31
+ xmlns: "http://www.w3.org/2000/svg",
32
+ fill: "none",
33
+ viewbox: "0 0 24 24",
34
+ stroke_width: "1.5",
35
+ stroke: "currentColor",
36
+ aria_hidden: "true",
37
+ data_slot: "icon"
38
+ ) do |s|
39
+ s.path(
40
+ stroke_linecap: "round",
41
+ stroke_linejoin: "round",
42
+ d:
43
+ "M15.75 9V5.25A2.25 2.25 0 0 0 13.5 3h-6a2.25 2.25 0 0 0-2.25 2.25v13.5A2.25 2.25 0 0 0 7.5 21h6a2.25 2.25 0 0 0 2.25-2.25V15m3 0 3-3m0 0-3-3m3 3H9"
44
+ )
45
+ end
46
+ end
47
+ end
48
+ end
49
+ end
50
+ end
51
+ # rubocop:enable Layout/LineLength
@@ -0,0 +1,51 @@
1
+ # frozen_string_literal: true
2
+
3
+ # This file was generated by the `generators/heroicon.rb` generator.
4
+
5
+ # rubocop:disable Layout/LineLength
6
+ module Protos
7
+ module Icon
8
+ module Heroicon
9
+ class ArrowRightStartOnRectangle < HeroiconComponent
10
+ def solid
11
+ svg(
12
+ **attrs,
13
+ xmlns: "http://www.w3.org/2000/svg",
14
+ viewbox: "0 0 24 24",
15
+ fill: "currentColor",
16
+ aria_hidden: "true",
17
+ data_slot: "icon"
18
+ ) do |s|
19
+ s.path(
20
+ fill_rule: "evenodd",
21
+ d:
22
+ "M7.5 3.75A1.5 1.5 0 0 0 6 5.25v13.5a1.5 1.5 0 0 0 1.5 1.5h6a1.5 1.5 0 0 0 1.5-1.5V15a.75.75 0 0 1 1.5 0v3.75a3 3 0 0 1-3 3h-6a3 3 0 0 1-3-3V5.25a3 3 0 0 1 3-3h6a3 3 0 0 1 3 3V9A.75.75 0 0 1 15 9V5.25a1.5 1.5 0 0 0-1.5-1.5h-6Zm10.72 4.72a.75.75 0 0 1 1.06 0l3 3a.75.75 0 0 1 0 1.06l-3 3a.75.75 0 1 1-1.06-1.06l1.72-1.72H9a.75.75 0 0 1 0-1.5h10.94l-1.72-1.72a.75.75 0 0 1 0-1.06Z",
23
+ clip_rule: "evenodd"
24
+ )
25
+ end
26
+ end
27
+
28
+ def outline
29
+ svg(
30
+ **attrs,
31
+ xmlns: "http://www.w3.org/2000/svg",
32
+ fill: "none",
33
+ viewbox: "0 0 24 24",
34
+ stroke_width: "1.5",
35
+ stroke: "currentColor",
36
+ aria_hidden: "true",
37
+ data_slot: "icon"
38
+ ) do |s|
39
+ s.path(
40
+ stroke_linecap: "round",
41
+ stroke_linejoin: "round",
42
+ d:
43
+ "M15.75 9V5.25A2.25 2.25 0 0 0 13.5 3h-6a2.25 2.25 0 0 0-2.25 2.25v13.5A2.25 2.25 0 0 0 7.5 21h6a2.25 2.25 0 0 0 2.25-2.25V15m3 0 3-3m0 0-3-3m3 3H9"
44
+ )
45
+ end
46
+ end
47
+ end
48
+ end
49
+ end
50
+ end
51
+ # rubocop:enable Layout/LineLength
@@ -0,0 +1,50 @@
1
+ # frozen_string_literal: true
2
+
3
+ # This file was generated by the `generators/heroicon.rb` generator.
4
+
5
+ # rubocop:disable Layout/LineLength
6
+ module Protos
7
+ module Icon
8
+ module Heroicon
9
+ class ArrowSmallDown < HeroiconComponent
10
+ def solid
11
+ svg(
12
+ **attrs,
13
+ xmlns: "http://www.w3.org/2000/svg",
14
+ viewbox: "0 0 24 24",
15
+ fill: "currentColor",
16
+ aria_hidden: "true",
17
+ data_slot: "icon"
18
+ ) do |s|
19
+ s.path(
20
+ fill_rule: "evenodd",
21
+ d:
22
+ "M12 3.75a.75.75 0 0 1 .75.75v13.19l5.47-5.47a.75.75 0 1 1 1.06 1.06l-6.75 6.75a.75.75 0 0 1-1.06 0l-6.75-6.75a.75.75 0 1 1 1.06-1.06l5.47 5.47V4.5a.75.75 0 0 1 .75-.75Z",
23
+ clip_rule: "evenodd"
24
+ )
25
+ end
26
+ end
27
+
28
+ def outline
29
+ svg(
30
+ **attrs,
31
+ xmlns: "http://www.w3.org/2000/svg",
32
+ fill: "none",
33
+ viewbox: "0 0 24 24",
34
+ stroke_width: "1.5",
35
+ stroke: "currentColor",
36
+ aria_hidden: "true",
37
+ data_slot: "icon"
38
+ ) do |s|
39
+ s.path(
40
+ stroke_linecap: "round",
41
+ stroke_linejoin: "round",
42
+ d: "M12 4.5v15m0 0 6.75-6.75M12 19.5l-6.75-6.75"
43
+ )
44
+ end
45
+ end
46
+ end
47
+ end
48
+ end
49
+ end
50
+ # rubocop:enable Layout/LineLength