RemixIconEx.Logos.npmjs
You're seeing just the function
npmjs
, go back to RemixIconEx.Logos module for more information.
Link to this function
npmjs(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Logos.npmjs()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M20 3c.552 0 1 .448 1 1v16c0 .552-.448 1-1 1H4c-.552 0-1-.448-1-1V4c0-.552.448-1 1-1h16zm-1 2H5v14h14V5zm-2 2v10h-2.5V9.5H12V17H7V7h10z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}