View Source Phosphoricons.Duotone.V (Phosphoricons v0.0.4)
Link to this section Summary
Link to this section Functions
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") %>
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") %>
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") %>
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") %>
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") %>
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") %>
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") %>