RemixIconEx.Media.voiceprint
You're seeing just the function
voiceprint
, go back to RemixIconEx.Media module for more information.
Link to this function
voiceprint(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Media.voiceprint()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M5 7h2v10H5V7zm-4 3h2v4H1v-4zm8-8h2v18H9V2zm4 2h2v18h-2V4zm4 3h2v10h-2V7zm4 3h2v4h-2v-4z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}