View Source Phosphoricons.Regular.V (Phosphoricons v0.0.3)

Link to this section Summary

Link to this section Functions

Link to this function

vault(assigns_or_opts \\ [])

View Source

examples

Examples

Use as a Phoenix.Component

<.vault />

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

or as a function

<%= vault() %>

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

vibrate(assigns_or_opts \\ [])

View Source

examples

Examples

Use as a Phoenix.Component

<.vibrate />

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

or as a function

<%= vibrate() %>

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

video_camera(assigns_or_opts \\ [])

View Source

examples

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

video_camera_slash(assigns_or_opts \\ [])

View Source

examples

Examples

Use as a Phoenix.Component

<.video_camera_slash />

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

or as a function

<%= video_camera_slash() %>

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

vignette(assigns_or_opts \\ [])

View Source

examples

Examples

Use as a Phoenix.Component

<.vignette />

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

or as a function

<%= vignette() %>

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

voicemail(assigns_or_opts \\ [])

View Source

examples

Examples

Use as a Phoenix.Component

<.voicemail />

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

or as a function

<%= voicemail() %>

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

volleyball(assigns_or_opts \\ [])

View Source

examples

Examples

Use as a Phoenix.Component

<.volleyball />

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

or as a function

<%= volleyball() %>

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