Represents a single normalized Iconify icon.
Summary
Functions
Returns the viewBox string for this icon.
Types
@type t() :: %Iconify.Icon{ body: String.t(), h_flip: boolean(), height: pos_integer(), hidden: boolean(), left: integer(), name: String.t(), rotate: integer(), top: integer(), v_flip: boolean(), width: pos_integer() }