View Source Phosphoricons.Fill.I (Phosphoricons v0.0.3)
Link to this section Summary
Link to this section Functions
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") %>
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") %>
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") %>
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") %>
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") %>
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") %>
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") %>
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") %>