RemixIconEx.Map.goblet
You're seeing just the function
goblet
, go back to RemixIconEx.Map module for more information.
Link to this function
goblet(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Map.goblet()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M11 19v-5.111L3 5V3h18v2l-8 8.889V19h5v2H6v-2h5zM7.49 7h9.02l1.8-2H5.69l1.8 2zm1.8 2L12 12.01 14.71 9H9.29z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}