View Source Phosphoricons.Regular.K (Phosphoricons v0.0.3)
Link to this section Summary
Link to this section Functions
examples
Examples
Use as a Phoenix.Component
<.kanban />
<.kanban class="h-6 w-6 text-gray-500" />
or as a function
<%= kanban() %>
<%= kanban(class: "h-6 w-6 text-gray-500") %>
examples
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
Examples
Use as a Phoenix.Component
<.key_return />
<.key_return class="h-6 w-6 text-gray-500" />
or as a function
<%= key_return() %>
<%= key_return(class: "h-6 w-6 text-gray-500") %>
examples
Examples
Use as a Phoenix.Component
<.keyboard />
<.keyboard class="h-6 w-6 text-gray-500" />
or as a function
<%= keyboard() %>
<%= keyboard(class: "h-6 w-6 text-gray-500") %>
examples
Examples
Use as a Phoenix.Component
<.keyhole />
<.keyhole class="h-6 w-6 text-gray-500" />
or as a function
<%= keyhole() %>
<%= keyhole(class: "h-6 w-6 text-gray-500") %>
examples
Examples
Use as a Phoenix.Component
<.knife />
<.knife class="h-6 w-6 text-gray-500" />
or as a function
<%= knife() %>
<%= knife(class: "h-6 w-6 text-gray-500") %>