Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Icon ¶
type Icon struct { Changes []string `json:"changes"` Ligatures []string `json:"ligatures"` Search struct { Terms []string `json:"terms"` } `json:"search"` Styles []string `json:"styles"` Unicode string `json:"unicode"` Label string `json:"label"` Voted bool `json:"voted"` SVG map[string]SVG `json:"svg"` Free []string `json:"free"` }
Icon is a Font Awesome icon.
type Library ¶
type Library struct { Path string // contains filtered or unexported fields }
Library is a container for Font Awesome icons.
type SVG ¶
type SVG struct { LastModified int `json:"last_modified"` Raw string `json:"raw"` ViewBox []string `json:"viewBox"` Width int `json:"width"` Height int `json:"height"` Path string `json:"path"` }
SVG is a Font Awesome icon's SVG data.
type TemplateIcon ¶
TemplateIcon is how a Font Awesome icon is defined in a template.Template.
Click to show internal directories.
Click to hide internal directories.