topcoat

package
v0.6.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 23, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	IconifyVersion = "0.2.0"
)

Variables

View Source
var IconLookup = map[string]TopcoatIconFn{
	"alert":                   Alert,
	"arrowDown":               ArrowDown,
	"arrowLeft":               ArrowLeft,
	"arrowRight":              ArrowRight,
	"arrowUp":                 ArrowUp,
	"attachment":              Attachment,
	"audio":                   Audio,
	"audiooff":                Audiooff,
	"back":                    Back,
	"backLight":               BackLight,
	"behance":                 Behance,
	"bookmark":                Bookmark,
	"brush":                   Brush,
	"build":                   Build,
	"calendar":                Calendar,
	"call":                    Call,
	"camera":                  Camera,
	"cancel":                  Cancel,
	"cart":                    Cart,
	"chat":                    Chat,
	"checkmark":               Checkmark,
	"circle":                  Circle,
	"circleOutline":           CircleOutline,
	"cloud":                   Cloud,
	"collapse":                Collapse,
	"comment":                 Comment,
	"computer":                Computer,
	"delete":                  Delete,
	"download":                Download,
	"dribble":                 Dribble,
	"email":                   Email,
	"errorIcon":               ErrorIcon,
	"expand":                  Expand,
	"facebook":                Facebook,
	"favorite":                Favorite,
	"feedback":                Feedback,
	"flickr":                  Flickr,
	"folder":                  Folder,
	"github":                  Github,
	"githubText":              GithubText,
	"googleplus":              Googleplus,
	"groupIcon":               GroupIcon,
	"home":                    Home,
	"image":                   Image,
	"imageOutline":            ImageOutline,
	"instagram":               Instagram,
	"like":                    Like,
	"linkedin":                Linkedin,
	"listview":                Listview,
	"location":                Location,
	"lock":                    Lock,
	"minus":                   Minus,
	"next":                    Next,
	"nextLight":               NextLight,
	"page":                    Page,
	"path":                    Path,
	"pencil":                  Pencil,
	"phone":                   Phone,
	"picasa":                  Picasa,
	"pinterest":               Pinterest,
	"plugin":                  Plugin,
	"plus":                    Plus,
	"preview":                 Preview,
	"print":                   Print,
	"question":                Question,
	"rectangle":               Rectangle,
	"rectangleOutline":        RectangleOutline,
	"refresh":                 Refresh,
	"retweet":                 Retweet,
	"roundedrectangle":        Roundedrectangle,
	"roundedrectangleOutline": RoundedrectangleOutline,
	"rss":                     Rss,
	"save":                    Save,
	"search":                  Search,
	"settings":                Settings,
	"share":                   Share,
	"tablet":                  Tablet,
	"textIcon":                TextIcon,
	"tileview":                Tileview,
	"tumblr":                  Tumblr,
	"twitter":                 Twitter,
	"unlock":                  Unlock,
	"user":                    User,
	"videocamera":             Videocamera,
	"view":                    View,
	"vimeo":                   Vimeo,
	"wthreeC":                 WthreeC,
	"wifi":                    Wifi,
	"wordpress":               Wordpress,
}

Functions

This section is empty.

Types

type TopcoatIcon added in v0.5.5

type TopcoatIcon struct {
	*SVGSVGElement
}

func Alert

func Alert(children ...ElementRenderer) *TopcoatIcon

func ArrowDown

func ArrowDown(children ...ElementRenderer) *TopcoatIcon

func ArrowLeft

func ArrowLeft(children ...ElementRenderer) *TopcoatIcon

func ArrowRight

func ArrowRight(children ...ElementRenderer) *TopcoatIcon

func ArrowUp

func ArrowUp(children ...ElementRenderer) *TopcoatIcon

func Attachment

func Attachment(children ...ElementRenderer) *TopcoatIcon

func Audio

func Audio(children ...ElementRenderer) *TopcoatIcon

func Audiooff

func Audiooff(children ...ElementRenderer) *TopcoatIcon

func Back

func Back(children ...ElementRenderer) *TopcoatIcon

func BackLight

func BackLight(children ...ElementRenderer) *TopcoatIcon

func Behance

func Behance(children ...ElementRenderer) *TopcoatIcon

func Bookmark

func Bookmark(children ...ElementRenderer) *TopcoatIcon

func Brush

func Brush(children ...ElementRenderer) *TopcoatIcon

func Build

func Build(children ...ElementRenderer) *TopcoatIcon

func Calendar

func Calendar(children ...ElementRenderer) *TopcoatIcon

func Call

func Call(children ...ElementRenderer) *TopcoatIcon

func Camera

func Camera(children ...ElementRenderer) *TopcoatIcon

func Cancel

func Cancel(children ...ElementRenderer) *TopcoatIcon

func Cart

func Cart(children ...ElementRenderer) *TopcoatIcon

func Chat

func Chat(children ...ElementRenderer) *TopcoatIcon

func Checkmark

func Checkmark(children ...ElementRenderer) *TopcoatIcon

func Circle

func Circle(children ...ElementRenderer) *TopcoatIcon

func CircleOutline

func CircleOutline(children ...ElementRenderer) *TopcoatIcon

func Cloud

func Cloud(children ...ElementRenderer) *TopcoatIcon

func Collapse

func Collapse(children ...ElementRenderer) *TopcoatIcon

func Comment

func Comment(children ...ElementRenderer) *TopcoatIcon

func Computer

func Computer(children ...ElementRenderer) *TopcoatIcon

func Delete

func Delete(children ...ElementRenderer) *TopcoatIcon

func Download

func Download(children ...ElementRenderer) *TopcoatIcon

func Dribble

func Dribble(children ...ElementRenderer) *TopcoatIcon

func Email

func Email(children ...ElementRenderer) *TopcoatIcon

func ErrorIcon added in v0.5.5

func ErrorIcon(children ...ElementRenderer) *TopcoatIcon

func Expand

func Expand(children ...ElementRenderer) *TopcoatIcon

func Facebook

func Facebook(children ...ElementRenderer) *TopcoatIcon

func Favorite

func Favorite(children ...ElementRenderer) *TopcoatIcon

func Feedback

func Feedback(children ...ElementRenderer) *TopcoatIcon

func Flickr

func Flickr(children ...ElementRenderer) *TopcoatIcon

func Folder

func Folder(children ...ElementRenderer) *TopcoatIcon

func Github

func Github(children ...ElementRenderer) *TopcoatIcon

func GithubText

func GithubText(children ...ElementRenderer) *TopcoatIcon

func Googleplus

func Googleplus(children ...ElementRenderer) *TopcoatIcon

func GroupIcon

func GroupIcon(children ...ElementRenderer) *TopcoatIcon

func Home

func Home(children ...ElementRenderer) *TopcoatIcon

func Image

func Image(children ...ElementRenderer) *TopcoatIcon

func ImageOutline

func ImageOutline(children ...ElementRenderer) *TopcoatIcon

func Instagram

func Instagram(children ...ElementRenderer) *TopcoatIcon

func Like

func Like(children ...ElementRenderer) *TopcoatIcon

func Linkedin

func Linkedin(children ...ElementRenderer) *TopcoatIcon

func Listview

func Listview(children ...ElementRenderer) *TopcoatIcon

func Location

func Location(children ...ElementRenderer) *TopcoatIcon

func Lock

func Lock(children ...ElementRenderer) *TopcoatIcon

func Minus

func Minus(children ...ElementRenderer) *TopcoatIcon

func Next

func Next(children ...ElementRenderer) *TopcoatIcon

func NextLight

func NextLight(children ...ElementRenderer) *TopcoatIcon

func Page

func Page(children ...ElementRenderer) *TopcoatIcon

func Path

func Path(children ...ElementRenderer) *TopcoatIcon

func Pencil

func Pencil(children ...ElementRenderer) *TopcoatIcon

func Phone

func Phone(children ...ElementRenderer) *TopcoatIcon

func Picasa

func Picasa(children ...ElementRenderer) *TopcoatIcon

func Pinterest

func Pinterest(children ...ElementRenderer) *TopcoatIcon

func Plugin

func Plugin(children ...ElementRenderer) *TopcoatIcon

func Plus

func Plus(children ...ElementRenderer) *TopcoatIcon

func Preview

func Preview(children ...ElementRenderer) *TopcoatIcon

func Print

func Print(children ...ElementRenderer) *TopcoatIcon

func Question

func Question(children ...ElementRenderer) *TopcoatIcon

func Rectangle

func Rectangle(children ...ElementRenderer) *TopcoatIcon

func RectangleOutline

func RectangleOutline(children ...ElementRenderer) *TopcoatIcon

func Refresh

func Refresh(children ...ElementRenderer) *TopcoatIcon

func Retweet

func Retweet(children ...ElementRenderer) *TopcoatIcon

func Roundedrectangle

func Roundedrectangle(children ...ElementRenderer) *TopcoatIcon

func RoundedrectangleOutline

func RoundedrectangleOutline(children ...ElementRenderer) *TopcoatIcon

func Rss

func Rss(children ...ElementRenderer) *TopcoatIcon

func Save

func Save(children ...ElementRenderer) *TopcoatIcon
func Search(children ...ElementRenderer) *TopcoatIcon

func Settings

func Settings(children ...ElementRenderer) *TopcoatIcon

func Share

func Share(children ...ElementRenderer) *TopcoatIcon

func Tablet

func Tablet(children ...ElementRenderer) *TopcoatIcon

func TextIcon added in v0.5.5

func TextIcon(children ...ElementRenderer) *TopcoatIcon

func Tileview

func Tileview(children ...ElementRenderer) *TopcoatIcon

func Tumblr

func Tumblr(children ...ElementRenderer) *TopcoatIcon

func Twitter

func Twitter(children ...ElementRenderer) *TopcoatIcon

func Unlock

func Unlock(children ...ElementRenderer) *TopcoatIcon

func User

func User(children ...ElementRenderer) *TopcoatIcon

func Videocamera

func Videocamera(children ...ElementRenderer) *TopcoatIcon

func View

func View(children ...ElementRenderer) *TopcoatIcon

func Vimeo

func Vimeo(children ...ElementRenderer) *TopcoatIcon

func Wifi

func Wifi(children ...ElementRenderer) *TopcoatIcon

func Wordpress

func Wordpress(children ...ElementRenderer) *TopcoatIcon

func WthreeC

func WthreeC(children ...ElementRenderer) *TopcoatIcon

type TopcoatIconFn added in v0.5.13

type TopcoatIconFn func(children ...ElementRenderer) *TopcoatIcon

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL