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

Link to this section Summary

Link to this section Functions

Link to this function

ladder(assigns_or_opts \\ [])

View Source

examples

Examples

Use as a Phoenix.Component

<.ladder />

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

or as a function

<%= ladder() %>

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

ladder_simple(assigns_or_opts \\ [])

View Source

examples

Examples

Use as a Phoenix.Component

<.ladder_simple />

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

or as a function

<%= ladder_simple() %>

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

lamp(assigns_or_opts \\ [])

View Source

examples

Examples

Use as a Phoenix.Component

<.lamp />

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

or as a function

<%= lamp() %>

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

laptop(assigns_or_opts \\ [])

View Source

examples

Examples

Use as a Phoenix.Component

<.laptop />

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

or as a function

<%= laptop() %>

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

layout(assigns_or_opts \\ [])

View Source

examples

Examples

Use as a Phoenix.Component

<.layout />

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

or as a function

<%= layout() %>

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

leaf(assigns_or_opts \\ [])

View Source

examples

Examples

Use as a Phoenix.Component

<.leaf />

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

or as a function

<%= leaf() %>

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

lifebuoy(assigns_or_opts \\ [])

View Source

examples

Examples

Use as a Phoenix.Component

<.lifebuoy />

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

or as a function

<%= lifebuoy() %>

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

lightbulb(assigns_or_opts \\ [])

View Source

examples

Examples

Use as a Phoenix.Component

<.lightbulb />

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

or as a function

<%= lightbulb() %>

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

lightbulb_filament(assigns_or_opts \\ [])

View Source

examples

Examples

Use as a Phoenix.Component

<.lightbulb_filament />

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

or as a function

<%= lightbulb_filament() %>

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

lightning(assigns_or_opts \\ [])

View Source

examples

Examples

Use as a Phoenix.Component

<.lightning />

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

or as a function

<%= lightning() %>

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

lightning_slash(assigns_or_opts \\ [])

View Source

examples

Examples

Use as a Phoenix.Component

<.lightning_slash />

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

or as a function

<%= lightning_slash() %>

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

line_segment(assigns_or_opts \\ [])

View Source

examples

Examples

Use as a Phoenix.Component

<.line_segment />

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

or as a function

<%= line_segment() %>

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

line_segments(assigns_or_opts \\ [])

View Source

examples

Examples

Use as a Phoenix.Component

<.line_segments />

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

or as a function

<%= line_segments() %>

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

link(assigns_or_opts \\ [])

View Source

examples

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

linkedin_logo(assigns_or_opts \\ [])

View Source

examples

Examples

Use as a Phoenix.Component

<.linkedin_logo />

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

or as a function

<%= linkedin_logo() %>

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

linux_logo(assigns_or_opts \\ [])

View Source

examples

Examples

Use as a Phoenix.Component

<.linux_logo />

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

or as a function

<%= linux_logo() %>

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

list(assigns_or_opts \\ [])

View Source

examples

Examples

Use as a Phoenix.Component

<.list />

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

or as a function

<%= list() %>

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

list_bullets(assigns_or_opts \\ [])

View Source

examples

Examples

Use as a Phoenix.Component

<.list_bullets />

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

or as a function

<%= list_bullets() %>

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

list_checks(assigns_or_opts \\ [])

View Source

examples

Examples

Use as a Phoenix.Component

<.list_checks />

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

or as a function

<%= list_checks() %>

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

list_dashes(assigns_or_opts \\ [])

View Source

examples

Examples

Use as a Phoenix.Component

<.list_dashes />

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

or as a function

<%= list_dashes() %>

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

list_numbers(assigns_or_opts \\ [])

View Source

examples

Examples

Use as a Phoenix.Component

<.list_numbers />

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

or as a function

<%= list_numbers() %>

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

list_plus(assigns_or_opts \\ [])

View Source

examples

Examples

Use as a Phoenix.Component

<.list_plus />

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

or as a function

<%= list_plus() %>

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

lock(assigns_or_opts \\ [])

View Source

examples

Examples

Use as a Phoenix.Component

<.lock />

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

or as a function

<%= lock() %>

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

lock_key(assigns_or_opts \\ [])

View Source

examples

Examples

Use as a Phoenix.Component

<.lock_key />

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

or as a function

<%= lock_key() %>

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

lock_key_open(assigns_or_opts \\ [])

View Source

examples

Examples

Use as a Phoenix.Component

<.lock_key_open />

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

or as a function

<%= lock_key_open() %>

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

lock_laminated(assigns_or_opts \\ [])

View Source

examples

Examples

Use as a Phoenix.Component

<.lock_laminated />

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

or as a function

<%= lock_laminated() %>

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

lock_laminated_open(assigns_or_opts \\ [])

View Source

examples

Examples

Use as a Phoenix.Component

<.lock_laminated_open />

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

or as a function

<%= lock_laminated_open() %>

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

lock_open(assigns_or_opts \\ [])

View Source

examples

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

lock_simple(assigns_or_opts \\ [])

View Source

examples

Examples

Use as a Phoenix.Component

<.lock_simple />

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

or as a function

<%= lock_simple() %>

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

lock_simple_open(assigns_or_opts \\ [])

View Source

examples

Examples

Use as a Phoenix.Component

<.lock_simple_open />

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

or as a function

<%= lock_simple_open() %>

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