RemixIconEx.Device.hard_drive_2
You're seeing just the function
hard_drive_2
, go back to RemixIconEx.Device module for more information.
Link to this function
hard_drive_2(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Device.hard_drive_2()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M5 14h14V4H5v10zm0 2v4h14v-4H5zM4 2h16a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1zm11 15h2v2h-2v-2z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}