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,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 ArrowSmallLeft < 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
+ "M20.25 12a.75.75 0 0 1-.75.75H6.31l5.47 5.47a.75.75 0 1 1-1.06 1.06l-6.75-6.75a.75.75 0 0 1 0-1.06l6.75-6.75a.75.75 0 1 1 1.06 1.06l-5.47 5.47H19.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: "M19.5 12h-15m0 0 6.75 6.75M4.5 12l6.75-6.75"
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 ArrowSmallRight < 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
+ "M3.75 12a.75.75 0 0 1 .75-.75h13.19l-5.47-5.47a.75.75 0 0 1 1.06-1.06l6.75 6.75a.75.75 0 0 1 0 1.06l-6.75 6.75a.75.75 0 1 1-1.06-1.06l5.47-5.47H4.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: "M4.5 12h15m0 0-6.75-6.75M19.5 12l-6.75 6.75"
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 ArrowSmallUp < 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 20.25a.75.75 0 0 1-.75-.75V6.31l-5.47 5.47a.75.75 0 0 1-1.06-1.06l6.75-6.75a.75.75 0 0 1 1.06 0l6.75 6.75a.75.75 0 1 1-1.06 1.06l-5.47-5.47V19.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 19.5v-15m0 0-6.75 6.75M12 4.5l6.75 6.75"
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 ArrowTopRightOnSquare < 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
+ "M15.75 2.25H21a.75.75 0 0 1 .75.75v5.25a.75.75 0 0 1-1.5 0V4.81L8.03 17.03a.75.75 0 0 1-1.06-1.06L19.19 3.75h-3.44a.75.75 0 0 1 0-1.5Zm-10.5 4.5a1.5 1.5 0 0 0-1.5 1.5v10.5a1.5 1.5 0 0 0 1.5 1.5h10.5a1.5 1.5 0 0 0 1.5-1.5V10.5a.75.75 0 0 1 1.5 0v8.25a3 3 0 0 1-3 3H5.25a3 3 0 0 1-3-3V8.25a3 3 0 0 1 3-3h8.25a.75.75 0 0 1 0 1.5H5.25Z",
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
+ "M13.5 6H5.25A2.25 2.25 0 0 0 3 8.25v10.5A2.25 2.25 0 0 0 5.25 21h10.5A2.25 2.25 0 0 0 18 18.75V10.5m-10.5 6L21 3m0 0h-5.25M21 3v5.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 ArrowTrendingDown < 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
+ "M1.72 5.47a.75.75 0 0 1 1.06 0L9 11.69l3.756-3.756a.75.75 0 0 1 .985-.066 12.698 12.698 0 0 1 4.575 6.832l.308 1.149 2.277-3.943a.75.75 0 1 1 1.299.75l-3.182 5.51a.75.75 0 0 1-1.025.275l-5.511-3.181a.75.75 0 0 1 .75-1.3l3.943 2.277-.308-1.149a11.194 11.194 0 0 0-3.528-5.617l-3.809 3.81a.75.75 0 0 1-1.06 0L1.72 6.53a.75.75 0 0 1 0-1.061Z",
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
+ "M2.25 6 9 12.75l4.286-4.286a11.948 11.948 0 0 1 4.306 6.43l.776 2.898m0 0 3.182-5.511m-3.182 5.51-5.511-3.181"
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 ArrowTrendingUp < 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
+ "M15.22 6.268a.75.75 0 0 1 .968-.431l5.942 2.28a.75.75 0 0 1 .431.97l-2.28 5.94a.75.75 0 1 1-1.4-.537l1.63-4.251-1.086.484a11.2 11.2 0 0 0-5.45 5.173.75.75 0 0 1-1.199.19L9 12.312l-6.22 6.22a.75.75 0 0 1-1.06-1.061l6.75-6.75a.75.75 0 0 1 1.06 0l3.606 3.606a12.695 12.695 0 0 1 5.68-4.974l1.086-.483-4.251-1.632a.75.75 0 0 1-.432-.97Z",
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
+ "M2.25 18 9 11.25l4.306 4.306a11.95 11.95 0 0 1 5.814-5.518l2.74-1.22m0 0-5.94-2.281m5.94 2.28-2.28 5.941"
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 ArrowUp < 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 0l7.5 7.5a.75.75 0 1 1-1.06 1.06l-6.22-6.22V21a.75.75 0 0 1-1.5 0V4.81l-6.22 6.22a.75.75 0 1 1-1.06-1.06l7.5-7.5Z",
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: "M4.5 10.5 12 3m0 0 7.5 7.5M12 3v18"
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 ArrowUpCircle < 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.25Zm.53 5.47a.75.75 0 0 0-1.06 0l-3 3a.75.75 0 1 0 1.06 1.06l1.72-1.72v5.69a.75.75 0 0 0 1.5 0v-5.69l1.72 1.72a.75.75 0 1 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: "m15 11.25-3-3m0 0-3 3m3-3v7.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,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 ArrowUpLeft < 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
+ "M5.25 6.31v9.44a.75.75 0 0 1-1.5 0V4.5a.75.75 0 0 1 .75-.75h11.25a.75.75 0 0 1 0 1.5H6.31l13.72 13.72a.75.75 0 1 1-1.06 1.06L5.25 6.31Z",
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: "m19.5 19.5-15-15m0 0v11.25m0-11.25h11.25"
43
+ )
44
+ end
45
+ end
46
+ end
47
+ end
48
+ end
49
+ end
50
+ # rubocop:enable Layout/LineLength
@@ -0,0 +1,49 @@
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 ArrowUpOnSquare < 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
+ d:
21
+ "M11.47 1.72a.75.75 0 0 1 1.06 0l3 3a.75.75 0 0 1-1.06 1.06l-1.72-1.72V7.5h-1.5V4.06L9.53 5.78a.75.75 0 0 1-1.06-1.06l3-3ZM11.25 7.5V15a.75.75 0 0 0 1.5 0V7.5h3.75a3 3 0 0 1 3 3v9a3 3 0 0 1-3 3h-9a3 3 0 0 1-3-3v-9a3 3 0 0 1 3-3h3.75Z"
22
+ )
23
+ end
24
+ end
25
+
26
+ def outline
27
+ svg(
28
+ **attrs,
29
+ xmlns: "http://www.w3.org/2000/svg",
30
+ fill: "none",
31
+ viewbox: "0 0 24 24",
32
+ stroke_width: "1.5",
33
+ stroke: "currentColor",
34
+ aria_hidden: "true",
35
+ data_slot: "icon"
36
+ ) do |s|
37
+ s.path(
38
+ stroke_linecap: "round",
39
+ stroke_linejoin: "round",
40
+ d:
41
+ "M9 8.25H7.5a2.25 2.25 0 0 0-2.25 2.25v9a2.25 2.25 0 0 0 2.25 2.25h9a2.25 2.25 0 0 0 2.25-2.25v-9a2.25 2.25 0 0 0-2.25-2.25H15m0-3-3-3m0 0-3 3m3-3V15"
42
+ )
43
+ end
44
+ end
45
+ end
46
+ end
47
+ end
48
+ end
49
+ # rubocop:enable Layout/LineLength
@@ -0,0 +1,53 @@
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 ArrowUpOnSquareStack < 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
+ d:
21
+ "M9.97.97a.75.75 0 0 1 1.06 0l3 3a.75.75 0 0 1-1.06 1.06l-1.72-1.72v3.44h-1.5V3.31L8.03 5.03a.75.75 0 0 1-1.06-1.06l3-3ZM9.75 6.75v6a.75.75 0 0 0 1.5 0v-6h3a3 3 0 0 1 3 3v7.5a3 3 0 0 1-3 3h-7.5a3 3 0 0 1-3-3v-7.5a3 3 0 0 1 3-3h3Z"
22
+ )
23
+ s.path(
24
+ d:
25
+ "M7.151 21.75a2.999 2.999 0 0 0 2.599 1.5h7.5a3 3 0 0 0 3-3v-7.5c0-1.11-.603-2.08-1.5-2.599v7.099a4.5 4.5 0 0 1-4.5 4.5H7.151Z"
26
+ )
27
+ end
28
+ end
29
+
30
+ def outline
31
+ svg(
32
+ **attrs,
33
+ xmlns: "http://www.w3.org/2000/svg",
34
+ fill: "none",
35
+ viewbox: "0 0 24 24",
36
+ stroke_width: "1.5",
37
+ stroke: "currentColor",
38
+ aria_hidden: "true",
39
+ data_slot: "icon"
40
+ ) do |s|
41
+ s.path(
42
+ stroke_linecap: "round",
43
+ stroke_linejoin: "round",
44
+ d:
45
+ "M7.5 7.5h-.75A2.25 2.25 0 0 0 4.5 9.75v7.5a2.25 2.25 0 0 0 2.25 2.25h7.5a2.25 2.25 0 0 0 2.25-2.25v-7.5a2.25 2.25 0 0 0-2.25-2.25h-.75m0-3-3-3m0 0-3 3m3-3v11.25m6-2.25h.75a2.25 2.25 0 0 1 2.25 2.25v7.5a2.25 2.25 0 0 1-2.25 2.25h-7.5a2.25 2.25 0 0 1-2.25-2.25v-.75"
46
+ )
47
+ end
48
+ end
49
+ end
50
+ end
51
+ end
52
+ end
53
+ # 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 ArrowUpRight < 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
+ "M8.25 3.75H19.5a.75.75 0 0 1 .75.75v11.25a.75.75 0 0 1-1.5 0V6.31L5.03 20.03a.75.75 0 0 1-1.06-1.06L17.69 5.25H8.25a.75.75 0 0 1 0-1.5Z",
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: "m4.5 19.5 15-15m0 0H8.25m11.25 0v11.25"
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 ArrowUpTray < 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 0l4.5 4.5a.75.75 0 0 1-1.06 1.06l-3.22-3.22V16.5a.75.75 0 0 1-1.5 0V4.81L8.03 8.03a.75.75 0 0 1-1.06-1.06l4.5-4.5ZM3 15.75a.75.75 0 0 1 .75.75v2.25a1.5 1.5 0 0 0 1.5 1.5h13.5a1.5 1.5 0 0 0 1.5-1.5V16.5a.75.75 0 0 1 1.5 0v2.25a3 3 0 0 1-3 3H5.25a3 3 0 0 1-3-3V16.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:
43
+ "M3 16.5v2.25A2.25 2.25 0 0 0 5.25 21h13.5A2.25 2.25 0 0 0 21 18.75V16.5m-13.5-9L12 3m0 0 4.5 4.5M12 3v13.5"
44
+ )
45
+ end
46
+ end
47
+ end
48
+ end
49
+ end
50
+ end
51
+ # rubocop:enable Layout/LineLength