RemixIconEx.Device.server
You're seeing just the function
server
, go back to RemixIconEx.Device module for more information.
Link to this function
server(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Device.server()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M5 11h14V5H5v6zm16-7v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1zm-2 9H5v6h14v-6zM7 15h3v2H7v-2zm0-8h3v2H7V7z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}