Iconify.Icon (Iconify v0.3.0)

Copy Markdown View Source

Represents a single normalized Iconify icon.

Summary

Functions

Returns the viewBox string for this icon.

Types

t()

@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()
}

Functions

viewbox(icon)

@spec viewbox(t()) :: String.t()

Returns the viewBox string for this icon.