View Source Phosphoricons.Fill.I (Phosphoricons v0.0.4)

Link to this section Summary

Link to this section Functions

Link to this function

identification_badge(assigns_or_opts \\ [])

View Source

examples

Examples

Use as a Phoenix.Component

<.identification_badge />

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

or as a function

<%= identification_badge() %>

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

identification_card(assigns_or_opts \\ [])

View Source

examples

Examples

Use as a Phoenix.Component

<.identification_card />

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

or as a function

<%= identification_card() %>

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

image(assigns_or_opts \\ [])

View Source

examples

Examples

Use as a Phoenix.Component

<.image />

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

or as a function

<%= image() %>

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

image_square(assigns_or_opts \\ [])

View Source

examples

Examples

Use as a Phoenix.Component

<.image_square />

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

or as a function

<%= image_square() %>

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

infinity(assigns_or_opts \\ [])

View Source

examples

Examples

Use as a Phoenix.Component

<.infinity />

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

or as a function

<%= infinity() %>

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

info(assigns_or_opts \\ [])

View Source

examples

Examples

Use as a Phoenix.Component

<.info />

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

or as a function

<%= info() %>

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

instagram_logo(assigns_or_opts \\ [])

View Source

examples

Examples

Use as a Phoenix.Component

<.instagram_logo />

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

or as a function

<%= instagram_logo() %>

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

intersect(assigns_or_opts \\ [])

View Source

examples

Examples

Use as a Phoenix.Component

<.intersect />

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

or as a function

<%= intersect() %>

<%= intersect(class: "h-6 w-6 text-gray-500") %>