RemixIconEx.Device.barcode
You're seeing just the function
barcode
, go back to RemixIconEx.Device module for more information.
Link to this function
barcode(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Device.barcode()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M2 4h2v16H2V4zm4 0h1v16H6V4zm2 0h2v16H8V4zm3 0h2v16h-2V4zm3 0h2v16h-2V4zm3 0h1v16h-1V4zm2 0h3v16h-3V4z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}