Heroicons.Solid (Heroicons v0.3.1) View Source

Solid style icons drawn with fills, packaged as Phoenix Components.

For buttons, form elements, and to support text, designed to be rendered at 20x20.

Link to this section Summary

Functions

Link to this section Functions

Link to this function

academic_cap(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

adjustments(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

annotation(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

archive(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

arrow_circle_down(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

arrow_circle_left(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

arrow_circle_right(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

arrow_circle_up(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

arrow_down(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

arrow_left(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

arrow_narrow_down(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

arrow_narrow_left(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

arrow_narrow_right(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

arrow_narrow_up(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

arrow_right(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

arrow_up(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

arrows_expand(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

at_symbol(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

backspace(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

badge_check(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

ban(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

beaker(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

bell(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

book_open(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

bookmark(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

bookmark_alt(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

briefcase(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

cake(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

calculator(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

calendar(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

camera(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

cash(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

chart_bar(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

chart_pie(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

chart_square_bar(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

chat(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

chat_alt(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

chat_alt_2(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

check(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

check_circle(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

chevron_double_down(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

chevron_double_left(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

chevron_double_right(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

chevron_double_up(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

chevron_down(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

chevron_left(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

chevron_right(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

chevron_up(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

chip(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

clipboard(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

clipboard_check(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

clipboard_copy(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

clipboard_list(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

clock(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

cloud(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

cloud_download(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

cloud_upload(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

code(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

cog(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

collection(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

color_swatch(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

credit_card(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

cube(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

cube_transparent(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

currency_bangladeshi(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

currency_dollar(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

currency_euro(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

currency_pound(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

currency_rupee(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

currency_yen(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

cursor_click(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

database(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

desktop_computer(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

device_mobile(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

device_tablet(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

document(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

document_add(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

document_download(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

document_duplicate(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

document_remove(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

document_report(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

document_search(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

document_text(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

dots_circle_horizontal(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

dots_horizontal(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

dots_vertical(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

download(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

duplicate(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

emoji_happy(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

emoji_sad(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

exclamation(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

exclamation_circle(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

external_link(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

eye(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

eye_off(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

fast_forward(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

film(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

filter(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

finger_print(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

fire(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

flag(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

folder(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

folder_add(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

folder_download(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

folder_open(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

folder_remove(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

gift(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

globe(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

globe_alt(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

hand(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

hashtag(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

heart(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

home(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

identification(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

inbox(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

inbox_in(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

information_circle(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

key(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

library(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

light_bulb(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

lightning_bolt(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

link(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

location_marker(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

lock_closed(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

lock_open(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

login(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

logout(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

mail(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

mail_open(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

map(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

microphone(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

minus(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

minus_circle(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

minus_sm(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

moon(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

music_note(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

newspaper(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

office_building(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

paper_airplane(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

paper_clip(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

pause(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

pencil(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

pencil_alt(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

phone(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

phone_incoming(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

phone_missed_call(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

phone_outgoing(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

photograph(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

play(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

plus(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

plus_circle(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

plus_sm(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

presentation_chart_bar(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

presentation_chart_line(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

printer(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

puzzle(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

qrcode(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

question_mark_circle(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

receipt_refund(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

receipt_tax(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

refresh(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

reply(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

rewind(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

rss(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

save(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

save_as(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

scale(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

scissors(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

search(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

search_circle(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

selector(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

server(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

share(assigns_or_opts \\ [])

View Source

Examples

Use as a Phoenix.Component

<.share />

<.share class="h-6 w-6 text-gray-500" />

or as a function

<%= share() %>

<%= share(class: "h-6 w-6 text-gray-500") %>
Link to this function

shield_check(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

shield_exclamation(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

shopping_bag(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

shopping_cart(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

sort_ascending(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

sort_descending(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

sparkles(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

speakerphone(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

star(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

status_offline(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

status_online(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

stop(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

sun(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

support(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

switch_horizontal(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

switch_vertical(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

table(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

tag(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

template(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

terminal(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

thumb_down(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

thumb_up(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

ticket(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

translate(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

trash(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

truck(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

upload(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

user(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

user_add(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

user_circle(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

user_group(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

user_remove(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

users(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

variable(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

video_camera(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

view_boards(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

view_grid(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

view_grid_add(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

view_list(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

volume_off(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

volume_up(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

wifi(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

x(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

x_circle(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

zoom_in(assigns_or_opts \\ [])

View Source

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") %>
Link to this function

zoom_out(assigns_or_opts \\ [])

View Source

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") %>