RemixIconEx.Editor.question_mark
You're seeing just the function
question_mark
, go back to RemixIconEx.Editor module for more information.
Link to this function
question_mark(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Editor.question_mark()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M12 19c.828 0 1.5.672 1.5 1.5S12.828 22 12 22s-1.5-.672-1.5-1.5.672-1.5 1.5-1.5zm0-17c3.314 0 6 2.686 6 6 0 2.165-.753 3.29-2.674 4.923C13.399 14.56 13 15.297 13 17h-2c0-2.474.787-3.695 3.031-5.601C15.548 10.11 16 9.434 16 8c0-2.21-1.79-4-4-4S8 5.79 8 8v1H6V8c0-3.314 2.686-6 6-6z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}