Heroicons.Outline (Heroicons v0.3.1) View Source
Outline style icons drawn with a stroke, packaged as Phoenix Components.
For primary navigation and marketing sections, designed to be rendered at 24x24.
Link to this section Summary
Link to this section Functions
Examples
Use as a Phoenix.Component
<.academic_cap />
<.academic_cap class="h-6 w-6 text-gray-500" />or as a function
<%= academic_cap() %>
<%= academic_cap(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.adjustments />
<.adjustments class="h-6 w-6 text-gray-500" />or as a function
<%= adjustments() %>
<%= adjustments(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.annotation />
<.annotation class="h-6 w-6 text-gray-500" />or as a function
<%= annotation() %>
<%= annotation(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.archive />
<.archive class="h-6 w-6 text-gray-500" />or as a function
<%= archive() %>
<%= archive(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.arrow_circle_down />
<.arrow_circle_down class="h-6 w-6 text-gray-500" />or as a function
<%= arrow_circle_down() %>
<%= arrow_circle_down(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.arrow_circle_left />
<.arrow_circle_left class="h-6 w-6 text-gray-500" />or as a function
<%= arrow_circle_left() %>
<%= arrow_circle_left(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.arrow_circle_right />
<.arrow_circle_right class="h-6 w-6 text-gray-500" />or as a function
<%= arrow_circle_right() %>
<%= arrow_circle_right(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.arrow_circle_up />
<.arrow_circle_up class="h-6 w-6 text-gray-500" />or as a function
<%= arrow_circle_up() %>
<%= arrow_circle_up(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.arrow_down />
<.arrow_down class="h-6 w-6 text-gray-500" />or as a function
<%= arrow_down() %>
<%= arrow_down(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.arrow_left />
<.arrow_left class="h-6 w-6 text-gray-500" />or as a function
<%= arrow_left() %>
<%= arrow_left(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.arrow_narrow_down />
<.arrow_narrow_down class="h-6 w-6 text-gray-500" />or as a function
<%= arrow_narrow_down() %>
<%= arrow_narrow_down(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.arrow_narrow_left />
<.arrow_narrow_left class="h-6 w-6 text-gray-500" />or as a function
<%= arrow_narrow_left() %>
<%= arrow_narrow_left(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.arrow_narrow_right />
<.arrow_narrow_right class="h-6 w-6 text-gray-500" />or as a function
<%= arrow_narrow_right() %>
<%= arrow_narrow_right(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.arrow_narrow_up />
<.arrow_narrow_up class="h-6 w-6 text-gray-500" />or as a function
<%= arrow_narrow_up() %>
<%= arrow_narrow_up(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.arrow_right />
<.arrow_right class="h-6 w-6 text-gray-500" />or as a function
<%= arrow_right() %>
<%= arrow_right(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.arrow_up />
<.arrow_up class="h-6 w-6 text-gray-500" />or as a function
<%= arrow_up() %>
<%= arrow_up(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.arrows_expand />
<.arrows_expand class="h-6 w-6 text-gray-500" />or as a function
<%= arrows_expand() %>
<%= arrows_expand(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.at_symbol />
<.at_symbol class="h-6 w-6 text-gray-500" />or as a function
<%= at_symbol() %>
<%= at_symbol(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.backspace />
<.backspace class="h-6 w-6 text-gray-500" />or as a function
<%= backspace() %>
<%= backspace(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.badge_check />
<.badge_check class="h-6 w-6 text-gray-500" />or as a function
<%= badge_check() %>
<%= badge_check(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.ban />
<.ban class="h-6 w-6 text-gray-500" />or as a function
<%= ban() %>
<%= ban(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.beaker />
<.beaker class="h-6 w-6 text-gray-500" />or as a function
<%= beaker() %>
<%= beaker(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.bell />
<.bell class="h-6 w-6 text-gray-500" />or as a function
<%= bell() %>
<%= bell(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.book_open />
<.book_open class="h-6 w-6 text-gray-500" />or as a function
<%= book_open() %>
<%= book_open(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.bookmark />
<.bookmark class="h-6 w-6 text-gray-500" />or as a function
<%= bookmark() %>
<%= bookmark(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.bookmark_alt />
<.bookmark_alt class="h-6 w-6 text-gray-500" />or as a function
<%= bookmark_alt() %>
<%= bookmark_alt(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.briefcase />
<.briefcase class="h-6 w-6 text-gray-500" />or as a function
<%= briefcase() %>
<%= briefcase(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.cake />
<.cake class="h-6 w-6 text-gray-500" />or as a function
<%= cake() %>
<%= cake(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.calculator />
<.calculator class="h-6 w-6 text-gray-500" />or as a function
<%= calculator() %>
<%= calculator(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.calendar />
<.calendar class="h-6 w-6 text-gray-500" />or as a function
<%= calendar() %>
<%= calendar(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.camera />
<.camera class="h-6 w-6 text-gray-500" />or as a function
<%= camera() %>
<%= camera(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.cash />
<.cash class="h-6 w-6 text-gray-500" />or as a function
<%= cash() %>
<%= cash(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.chart_bar />
<.chart_bar class="h-6 w-6 text-gray-500" />or as a function
<%= chart_bar() %>
<%= chart_bar(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.chart_pie />
<.chart_pie class="h-6 w-6 text-gray-500" />or as a function
<%= chart_pie() %>
<%= chart_pie(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.chart_square_bar />
<.chart_square_bar class="h-6 w-6 text-gray-500" />or as a function
<%= chart_square_bar() %>
<%= chart_square_bar(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.chat />
<.chat class="h-6 w-6 text-gray-500" />or as a function
<%= chat() %>
<%= chat(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.chat_alt />
<.chat_alt class="h-6 w-6 text-gray-500" />or as a function
<%= chat_alt() %>
<%= chat_alt(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.chat_alt_2 />
<.chat_alt_2 class="h-6 w-6 text-gray-500" />or as a function
<%= chat_alt_2() %>
<%= chat_alt_2(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.check />
<.check class="h-6 w-6 text-gray-500" />or as a function
<%= check() %>
<%= check(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.check_circle />
<.check_circle class="h-6 w-6 text-gray-500" />or as a function
<%= check_circle() %>
<%= check_circle(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.chevron_double_down />
<.chevron_double_down class="h-6 w-6 text-gray-500" />or as a function
<%= chevron_double_down() %>
<%= chevron_double_down(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.chevron_double_left />
<.chevron_double_left class="h-6 w-6 text-gray-500" />or as a function
<%= chevron_double_left() %>
<%= chevron_double_left(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.chevron_double_right />
<.chevron_double_right class="h-6 w-6 text-gray-500" />or as a function
<%= chevron_double_right() %>
<%= chevron_double_right(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.chevron_double_up />
<.chevron_double_up class="h-6 w-6 text-gray-500" />or as a function
<%= chevron_double_up() %>
<%= chevron_double_up(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.chevron_down />
<.chevron_down class="h-6 w-6 text-gray-500" />or as a function
<%= chevron_down() %>
<%= chevron_down(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.chevron_left />
<.chevron_left class="h-6 w-6 text-gray-500" />or as a function
<%= chevron_left() %>
<%= chevron_left(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.chevron_right />
<.chevron_right class="h-6 w-6 text-gray-500" />or as a function
<%= chevron_right() %>
<%= chevron_right(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.chevron_up />
<.chevron_up class="h-6 w-6 text-gray-500" />or as a function
<%= chevron_up() %>
<%= chevron_up(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.chip />
<.chip class="h-6 w-6 text-gray-500" />or as a function
<%= chip() %>
<%= chip(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.clipboard />
<.clipboard class="h-6 w-6 text-gray-500" />or as a function
<%= clipboard() %>
<%= clipboard(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.clipboard_check />
<.clipboard_check class="h-6 w-6 text-gray-500" />or as a function
<%= clipboard_check() %>
<%= clipboard_check(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.clipboard_copy />
<.clipboard_copy class="h-6 w-6 text-gray-500" />or as a function
<%= clipboard_copy() %>
<%= clipboard_copy(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.clipboard_list />
<.clipboard_list class="h-6 w-6 text-gray-500" />or as a function
<%= clipboard_list() %>
<%= clipboard_list(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.clock />
<.clock class="h-6 w-6 text-gray-500" />or as a function
<%= clock() %>
<%= clock(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.cloud />
<.cloud class="h-6 w-6 text-gray-500" />or as a function
<%= cloud() %>
<%= cloud(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.cloud_download />
<.cloud_download class="h-6 w-6 text-gray-500" />or as a function
<%= cloud_download() %>
<%= cloud_download(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.cloud_upload />
<.cloud_upload class="h-6 w-6 text-gray-500" />or as a function
<%= cloud_upload() %>
<%= cloud_upload(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.code />
<.code class="h-6 w-6 text-gray-500" />or as a function
<%= code() %>
<%= code(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.cog />
<.cog class="h-6 w-6 text-gray-500" />or as a function
<%= cog() %>
<%= cog(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.collection />
<.collection class="h-6 w-6 text-gray-500" />or as a function
<%= collection() %>
<%= collection(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.color_swatch />
<.color_swatch class="h-6 w-6 text-gray-500" />or as a function
<%= color_swatch() %>
<%= color_swatch(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.credit_card />
<.credit_card class="h-6 w-6 text-gray-500" />or as a function
<%= credit_card() %>
<%= credit_card(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.cube />
<.cube class="h-6 w-6 text-gray-500" />or as a function
<%= cube() %>
<%= cube(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.cube_transparent />
<.cube_transparent class="h-6 w-6 text-gray-500" />or as a function
<%= cube_transparent() %>
<%= cube_transparent(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.currency_bangladeshi />
<.currency_bangladeshi class="h-6 w-6 text-gray-500" />or as a function
<%= currency_bangladeshi() %>
<%= currency_bangladeshi(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.currency_dollar />
<.currency_dollar class="h-6 w-6 text-gray-500" />or as a function
<%= currency_dollar() %>
<%= currency_dollar(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.currency_euro />
<.currency_euro class="h-6 w-6 text-gray-500" />or as a function
<%= currency_euro() %>
<%= currency_euro(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.currency_pound />
<.currency_pound class="h-6 w-6 text-gray-500" />or as a function
<%= currency_pound() %>
<%= currency_pound(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.currency_rupee />
<.currency_rupee class="h-6 w-6 text-gray-500" />or as a function
<%= currency_rupee() %>
<%= currency_rupee(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.currency_yen />
<.currency_yen class="h-6 w-6 text-gray-500" />or as a function
<%= currency_yen() %>
<%= currency_yen(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.cursor_click />
<.cursor_click class="h-6 w-6 text-gray-500" />or as a function
<%= cursor_click() %>
<%= cursor_click(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.database />
<.database class="h-6 w-6 text-gray-500" />or as a function
<%= database() %>
<%= database(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.desktop_computer />
<.desktop_computer class="h-6 w-6 text-gray-500" />or as a function
<%= desktop_computer() %>
<%= desktop_computer(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.device_mobile />
<.device_mobile class="h-6 w-6 text-gray-500" />or as a function
<%= device_mobile() %>
<%= device_mobile(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.device_tablet />
<.device_tablet class="h-6 w-6 text-gray-500" />or as a function
<%= device_tablet() %>
<%= device_tablet(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.document />
<.document class="h-6 w-6 text-gray-500" />or as a function
<%= document() %>
<%= document(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.document_add />
<.document_add class="h-6 w-6 text-gray-500" />or as a function
<%= document_add() %>
<%= document_add(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.document_download />
<.document_download class="h-6 w-6 text-gray-500" />or as a function
<%= document_download() %>
<%= document_download(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.document_duplicate />
<.document_duplicate class="h-6 w-6 text-gray-500" />or as a function
<%= document_duplicate() %>
<%= document_duplicate(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.document_remove />
<.document_remove class="h-6 w-6 text-gray-500" />or as a function
<%= document_remove() %>
<%= document_remove(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.document_report />
<.document_report class="h-6 w-6 text-gray-500" />or as a function
<%= document_report() %>
<%= document_report(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.document_search />
<.document_search class="h-6 w-6 text-gray-500" />or as a function
<%= document_search() %>
<%= document_search(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.document_text />
<.document_text class="h-6 w-6 text-gray-500" />or as a function
<%= document_text() %>
<%= document_text(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.dots_circle_horizontal />
<.dots_circle_horizontal class="h-6 w-6 text-gray-500" />or as a function
<%= dots_circle_horizontal() %>
<%= dots_circle_horizontal(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.dots_horizontal />
<.dots_horizontal class="h-6 w-6 text-gray-500" />or as a function
<%= dots_horizontal() %>
<%= dots_horizontal(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.dots_vertical />
<.dots_vertical class="h-6 w-6 text-gray-500" />or as a function
<%= dots_vertical() %>
<%= dots_vertical(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.download />
<.download class="h-6 w-6 text-gray-500" />or as a function
<%= download() %>
<%= download(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.duplicate />
<.duplicate class="h-6 w-6 text-gray-500" />or as a function
<%= duplicate() %>
<%= duplicate(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.emoji_happy />
<.emoji_happy class="h-6 w-6 text-gray-500" />or as a function
<%= emoji_happy() %>
<%= emoji_happy(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.emoji_sad />
<.emoji_sad class="h-6 w-6 text-gray-500" />or as a function
<%= emoji_sad() %>
<%= emoji_sad(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.exclamation />
<.exclamation class="h-6 w-6 text-gray-500" />or as a function
<%= exclamation() %>
<%= exclamation(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.exclamation_circle />
<.exclamation_circle class="h-6 w-6 text-gray-500" />or as a function
<%= exclamation_circle() %>
<%= exclamation_circle(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.external_link />
<.external_link class="h-6 w-6 text-gray-500" />or as a function
<%= external_link() %>
<%= external_link(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.eye />
<.eye class="h-6 w-6 text-gray-500" />or as a function
<%= eye() %>
<%= eye(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.eye_off />
<.eye_off class="h-6 w-6 text-gray-500" />or as a function
<%= eye_off() %>
<%= eye_off(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.fast_forward />
<.fast_forward class="h-6 w-6 text-gray-500" />or as a function
<%= fast_forward() %>
<%= fast_forward(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.film />
<.film class="h-6 w-6 text-gray-500" />or as a function
<%= film() %>
<%= film(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.filter />
<.filter class="h-6 w-6 text-gray-500" />or as a function
<%= filter() %>
<%= filter(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.finger_print />
<.finger_print class="h-6 w-6 text-gray-500" />or as a function
<%= finger_print() %>
<%= finger_print(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.fire />
<.fire class="h-6 w-6 text-gray-500" />or as a function
<%= fire() %>
<%= fire(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.flag />
<.flag class="h-6 w-6 text-gray-500" />or as a function
<%= flag() %>
<%= flag(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.folder />
<.folder class="h-6 w-6 text-gray-500" />or as a function
<%= folder() %>
<%= folder(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.folder_add />
<.folder_add class="h-6 w-6 text-gray-500" />or as a function
<%= folder_add() %>
<%= folder_add(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.folder_download />
<.folder_download class="h-6 w-6 text-gray-500" />or as a function
<%= folder_download() %>
<%= folder_download(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.folder_open />
<.folder_open class="h-6 w-6 text-gray-500" />or as a function
<%= folder_open() %>
<%= folder_open(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.folder_remove />
<.folder_remove class="h-6 w-6 text-gray-500" />or as a function
<%= folder_remove() %>
<%= folder_remove(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.gift />
<.gift class="h-6 w-6 text-gray-500" />or as a function
<%= gift() %>
<%= gift(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.globe />
<.globe class="h-6 w-6 text-gray-500" />or as a function
<%= globe() %>
<%= globe(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.globe_alt />
<.globe_alt class="h-6 w-6 text-gray-500" />or as a function
<%= globe_alt() %>
<%= globe_alt(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.hand />
<.hand class="h-6 w-6 text-gray-500" />or as a function
<%= hand() %>
<%= hand(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.hashtag />
<.hashtag class="h-6 w-6 text-gray-500" />or as a function
<%= hashtag() %>
<%= hashtag(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.heart />
<.heart class="h-6 w-6 text-gray-500" />or as a function
<%= heart() %>
<%= heart(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.home />
<.home class="h-6 w-6 text-gray-500" />or as a function
<%= home() %>
<%= home(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.identification />
<.identification class="h-6 w-6 text-gray-500" />or as a function
<%= identification() %>
<%= identification(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.inbox />
<.inbox class="h-6 w-6 text-gray-500" />or as a function
<%= inbox() %>
<%= inbox(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.inbox_in />
<.inbox_in class="h-6 w-6 text-gray-500" />or as a function
<%= inbox_in() %>
<%= inbox_in(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.information_circle />
<.information_circle class="h-6 w-6 text-gray-500" />or as a function
<%= information_circle() %>
<%= information_circle(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.key />
<.key class="h-6 w-6 text-gray-500" />or as a function
<%= key() %>
<%= key(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.library />
<.library class="h-6 w-6 text-gray-500" />or as a function
<%= library() %>
<%= library(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.light_bulb />
<.light_bulb class="h-6 w-6 text-gray-500" />or as a function
<%= light_bulb() %>
<%= light_bulb(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.lightning_bolt />
<.lightning_bolt class="h-6 w-6 text-gray-500" />or as a function
<%= lightning_bolt() %>
<%= lightning_bolt(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.link />
<.link class="h-6 w-6 text-gray-500" />or as a function
<%= link() %>
<%= link(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.location_marker />
<.location_marker class="h-6 w-6 text-gray-500" />or as a function
<%= location_marker() %>
<%= location_marker(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.lock_closed />
<.lock_closed class="h-6 w-6 text-gray-500" />or as a function
<%= lock_closed() %>
<%= lock_closed(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.lock_open />
<.lock_open class="h-6 w-6 text-gray-500" />or as a function
<%= lock_open() %>
<%= lock_open(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.login />
<.login class="h-6 w-6 text-gray-500" />or as a function
<%= login() %>
<%= login(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.logout />
<.logout class="h-6 w-6 text-gray-500" />or as a function
<%= logout() %>
<%= logout(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.mail />
<.mail class="h-6 w-6 text-gray-500" />or as a function
<%= mail() %>
<%= mail(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.mail_open />
<.mail_open class="h-6 w-6 text-gray-500" />or as a function
<%= mail_open() %>
<%= mail_open(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.map />
<.map class="h-6 w-6 text-gray-500" />or as a function
<%= map() %>
<%= map(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.microphone />
<.microphone class="h-6 w-6 text-gray-500" />or as a function
<%= microphone() %>
<%= microphone(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.minus />
<.minus class="h-6 w-6 text-gray-500" />or as a function
<%= minus() %>
<%= minus(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.minus_circle />
<.minus_circle class="h-6 w-6 text-gray-500" />or as a function
<%= minus_circle() %>
<%= minus_circle(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.minus_sm />
<.minus_sm class="h-6 w-6 text-gray-500" />or as a function
<%= minus_sm() %>
<%= minus_sm(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.moon />
<.moon class="h-6 w-6 text-gray-500" />or as a function
<%= moon() %>
<%= moon(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.music_note />
<.music_note class="h-6 w-6 text-gray-500" />or as a function
<%= music_note() %>
<%= music_note(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.newspaper />
<.newspaper class="h-6 w-6 text-gray-500" />or as a function
<%= newspaper() %>
<%= newspaper(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.office_building />
<.office_building class="h-6 w-6 text-gray-500" />or as a function
<%= office_building() %>
<%= office_building(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.paper_airplane />
<.paper_airplane class="h-6 w-6 text-gray-500" />or as a function
<%= paper_airplane() %>
<%= paper_airplane(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.paper_clip />
<.paper_clip class="h-6 w-6 text-gray-500" />or as a function
<%= paper_clip() %>
<%= paper_clip(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.pause />
<.pause class="h-6 w-6 text-gray-500" />or as a function
<%= pause() %>
<%= pause(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.pencil />
<.pencil class="h-6 w-6 text-gray-500" />or as a function
<%= pencil() %>
<%= pencil(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.pencil_alt />
<.pencil_alt class="h-6 w-6 text-gray-500" />or as a function
<%= pencil_alt() %>
<%= pencil_alt(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.phone />
<.phone class="h-6 w-6 text-gray-500" />or as a function
<%= phone() %>
<%= phone(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.phone_incoming />
<.phone_incoming class="h-6 w-6 text-gray-500" />or as a function
<%= phone_incoming() %>
<%= phone_incoming(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.phone_missed_call />
<.phone_missed_call class="h-6 w-6 text-gray-500" />or as a function
<%= phone_missed_call() %>
<%= phone_missed_call(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.phone_outgoing />
<.phone_outgoing class="h-6 w-6 text-gray-500" />or as a function
<%= phone_outgoing() %>
<%= phone_outgoing(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.photograph />
<.photograph class="h-6 w-6 text-gray-500" />or as a function
<%= photograph() %>
<%= photograph(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.play />
<.play class="h-6 w-6 text-gray-500" />or as a function
<%= play() %>
<%= play(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.plus />
<.plus class="h-6 w-6 text-gray-500" />or as a function
<%= plus() %>
<%= plus(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.plus_circle />
<.plus_circle class="h-6 w-6 text-gray-500" />or as a function
<%= plus_circle() %>
<%= plus_circle(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.plus_sm />
<.plus_sm class="h-6 w-6 text-gray-500" />or as a function
<%= plus_sm() %>
<%= plus_sm(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.presentation_chart_bar />
<.presentation_chart_bar class="h-6 w-6 text-gray-500" />or as a function
<%= presentation_chart_bar() %>
<%= presentation_chart_bar(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.presentation_chart_line />
<.presentation_chart_line class="h-6 w-6 text-gray-500" />or as a function
<%= presentation_chart_line() %>
<%= presentation_chart_line(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.printer />
<.printer class="h-6 w-6 text-gray-500" />or as a function
<%= printer() %>
<%= printer(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.puzzle />
<.puzzle class="h-6 w-6 text-gray-500" />or as a function
<%= puzzle() %>
<%= puzzle(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.qrcode />
<.qrcode class="h-6 w-6 text-gray-500" />or as a function
<%= qrcode() %>
<%= qrcode(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.question_mark_circle />
<.question_mark_circle class="h-6 w-6 text-gray-500" />or as a function
<%= question_mark_circle() %>
<%= question_mark_circle(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.receipt_refund />
<.receipt_refund class="h-6 w-6 text-gray-500" />or as a function
<%= receipt_refund() %>
<%= receipt_refund(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.receipt_tax />
<.receipt_tax class="h-6 w-6 text-gray-500" />or as a function
<%= receipt_tax() %>
<%= receipt_tax(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.refresh />
<.refresh class="h-6 w-6 text-gray-500" />or as a function
<%= refresh() %>
<%= refresh(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.reply />
<.reply class="h-6 w-6 text-gray-500" />or as a function
<%= reply() %>
<%= reply(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.rewind />
<.rewind class="h-6 w-6 text-gray-500" />or as a function
<%= rewind() %>
<%= rewind(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.rss />
<.rss class="h-6 w-6 text-gray-500" />or as a function
<%= rss() %>
<%= rss(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.save />
<.save class="h-6 w-6 text-gray-500" />or as a function
<%= save() %>
<%= save(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.save_as />
<.save_as class="h-6 w-6 text-gray-500" />or as a function
<%= save_as() %>
<%= save_as(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.scale />
<.scale class="h-6 w-6 text-gray-500" />or as a function
<%= scale() %>
<%= scale(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.scissors />
<.scissors class="h-6 w-6 text-gray-500" />or as a function
<%= scissors() %>
<%= scissors(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.search />
<.search class="h-6 w-6 text-gray-500" />or as a function
<%= search() %>
<%= search(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.search_circle />
<.search_circle class="h-6 w-6 text-gray-500" />or as a function
<%= search_circle() %>
<%= search_circle(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.selector />
<.selector class="h-6 w-6 text-gray-500" />or as a function
<%= selector() %>
<%= selector(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.server />
<.server class="h-6 w-6 text-gray-500" />or as a function
<%= server() %>
<%= server(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.shield_check />
<.shield_check class="h-6 w-6 text-gray-500" />or as a function
<%= shield_check() %>
<%= shield_check(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.shield_exclamation />
<.shield_exclamation class="h-6 w-6 text-gray-500" />or as a function
<%= shield_exclamation() %>
<%= shield_exclamation(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.shopping_bag />
<.shopping_bag class="h-6 w-6 text-gray-500" />or as a function
<%= shopping_bag() %>
<%= shopping_bag(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.shopping_cart />
<.shopping_cart class="h-6 w-6 text-gray-500" />or as a function
<%= shopping_cart() %>
<%= shopping_cart(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.sort_ascending />
<.sort_ascending class="h-6 w-6 text-gray-500" />or as a function
<%= sort_ascending() %>
<%= sort_ascending(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.sort_descending />
<.sort_descending class="h-6 w-6 text-gray-500" />or as a function
<%= sort_descending() %>
<%= sort_descending(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.sparkles />
<.sparkles class="h-6 w-6 text-gray-500" />or as a function
<%= sparkles() %>
<%= sparkles(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.speakerphone />
<.speakerphone class="h-6 w-6 text-gray-500" />or as a function
<%= speakerphone() %>
<%= speakerphone(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.star />
<.star class="h-6 w-6 text-gray-500" />or as a function
<%= star() %>
<%= star(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.status_offline />
<.status_offline class="h-6 w-6 text-gray-500" />or as a function
<%= status_offline() %>
<%= status_offline(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.status_online />
<.status_online class="h-6 w-6 text-gray-500" />or as a function
<%= status_online() %>
<%= status_online(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.stop />
<.stop class="h-6 w-6 text-gray-500" />or as a function
<%= stop() %>
<%= stop(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.sun />
<.sun class="h-6 w-6 text-gray-500" />or as a function
<%= sun() %>
<%= sun(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.support />
<.support class="h-6 w-6 text-gray-500" />or as a function
<%= support() %>
<%= support(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.switch_horizontal />
<.switch_horizontal class="h-6 w-6 text-gray-500" />or as a function
<%= switch_horizontal() %>
<%= switch_horizontal(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.switch_vertical />
<.switch_vertical class="h-6 w-6 text-gray-500" />or as a function
<%= switch_vertical() %>
<%= switch_vertical(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.table />
<.table class="h-6 w-6 text-gray-500" />or as a function
<%= table() %>
<%= table(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.tag />
<.tag class="h-6 w-6 text-gray-500" />or as a function
<%= tag() %>
<%= tag(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.template />
<.template class="h-6 w-6 text-gray-500" />or as a function
<%= template() %>
<%= template(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.terminal />
<.terminal class="h-6 w-6 text-gray-500" />or as a function
<%= terminal() %>
<%= terminal(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.thumb_down />
<.thumb_down class="h-6 w-6 text-gray-500" />or as a function
<%= thumb_down() %>
<%= thumb_down(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.thumb_up />
<.thumb_up class="h-6 w-6 text-gray-500" />or as a function
<%= thumb_up() %>
<%= thumb_up(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.ticket />
<.ticket class="h-6 w-6 text-gray-500" />or as a function
<%= ticket() %>
<%= ticket(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.translate />
<.translate class="h-6 w-6 text-gray-500" />or as a function
<%= translate() %>
<%= translate(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.trash />
<.trash class="h-6 w-6 text-gray-500" />or as a function
<%= trash() %>
<%= trash(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.trending_down />
<.trending_down class="h-6 w-6 text-gray-500" />or as a function
<%= trending_down() %>
<%= trending_down(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.trending_up />
<.trending_up class="h-6 w-6 text-gray-500" />or as a function
<%= trending_up() %>
<%= trending_up(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.truck />
<.truck class="h-6 w-6 text-gray-500" />or as a function
<%= truck() %>
<%= truck(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.upload />
<.upload class="h-6 w-6 text-gray-500" />or as a function
<%= upload() %>
<%= upload(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.user />
<.user class="h-6 w-6 text-gray-500" />or as a function
<%= user() %>
<%= user(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.user_add />
<.user_add class="h-6 w-6 text-gray-500" />or as a function
<%= user_add() %>
<%= user_add(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.user_circle />
<.user_circle class="h-6 w-6 text-gray-500" />or as a function
<%= user_circle() %>
<%= user_circle(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.user_group />
<.user_group class="h-6 w-6 text-gray-500" />or as a function
<%= user_group() %>
<%= user_group(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.user_remove />
<.user_remove class="h-6 w-6 text-gray-500" />or as a function
<%= user_remove() %>
<%= user_remove(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.users />
<.users class="h-6 w-6 text-gray-500" />or as a function
<%= users() %>
<%= users(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.variable />
<.variable class="h-6 w-6 text-gray-500" />or as a function
<%= variable() %>
<%= variable(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.video_camera />
<.video_camera class="h-6 w-6 text-gray-500" />or as a function
<%= video_camera() %>
<%= video_camera(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.view_boards />
<.view_boards class="h-6 w-6 text-gray-500" />or as a function
<%= view_boards() %>
<%= view_boards(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.view_grid />
<.view_grid class="h-6 w-6 text-gray-500" />or as a function
<%= view_grid() %>
<%= view_grid(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.view_grid_add />
<.view_grid_add class="h-6 w-6 text-gray-500" />or as a function
<%= view_grid_add() %>
<%= view_grid_add(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.view_list />
<.view_list class="h-6 w-6 text-gray-500" />or as a function
<%= view_list() %>
<%= view_list(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.volume_off />
<.volume_off class="h-6 w-6 text-gray-500" />or as a function
<%= volume_off() %>
<%= volume_off(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.volume_up />
<.volume_up class="h-6 w-6 text-gray-500" />or as a function
<%= volume_up() %>
<%= volume_up(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.wifi />
<.wifi class="h-6 w-6 text-gray-500" />or as a function
<%= wifi() %>
<%= wifi(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.x />
<.x class="h-6 w-6 text-gray-500" />or as a function
<%= x() %>
<%= x(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.x_circle />
<.x_circle class="h-6 w-6 text-gray-500" />or as a function
<%= x_circle() %>
<%= x_circle(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.zoom_in />
<.zoom_in class="h-6 w-6 text-gray-500" />or as a function
<%= zoom_in() %>
<%= zoom_in(class: "h-6 w-6 text-gray-500") %>
Examples
Use as a Phoenix.Component
<.zoom_out />
<.zoom_out class="h-6 w-6 text-gray-500" />or as a function
<%= zoom_out() %>
<%= zoom_out(class: "h-6 w-6 text-gray-500") %>