RemixIconEx.Media.rhythm
You're seeing just the function
rhythm
, go back to RemixIconEx.Media module for more information.
Link to this function
rhythm(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Media.rhythm()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M2 9h2v12H2V9zm6-6h2v18H8V3zm6 9h2v9h-2v-9zm6-6h2v15h-2V6z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}