RemixIconEx.Media.repeat
You're seeing just the function
repeat
, go back to RemixIconEx.Media module for more information.
Link to this function
repeat(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Media.repeat()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M6 4h15a1 1 0 0 1 1 1v7h-2V6H6v3L1 5l5-4v3zm12 16H3a1 1 0 0 1-1-1v-7h2v6h14v-3l5 4-5 4v-3z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}