RemixIconEx.Others.door_lock_box
You're seeing just the function
door_lock_box
, go back to RemixIconEx.Others module for more information.
Link to this function
door_lock_box(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Others.door_lock_box()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6 7.792a2.5 2.5 0 1 1 2 0V16h-2v-3.208z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}