capitalist / elm-octicons / Octicons

Configuration

size : Basics.Int -> Options -> Options

Set the width and height to the same value.

style : String -> Options -> Options

width : Basics.Int -> Options -> Options

height : Basics.Int -> Options -> Options

fillRule : String -> Options -> Options

margin : String -> Options -> Options

color : String -> Options -> Options

class : String -> Options -> Options

Icons Helpers

alert : Options -> Html msg

archive : Options -> Html msg

arrowBoth : Options -> Html msg

arrowDown : Options -> Html msg

arrowLeft : Options -> Html msg

arrowRight : Options -> Html msg

arrowSmallDown : Options -> Html msg

arrowSmallLeft : Options -> Html msg

arrowSmallRight : Options -> Html msg

arrowSmallUp : Options -> Html msg

arrowUp : Options -> Html msg

beaker : Options -> Html msg

bell : Options -> Html msg

bold : Options -> Html msg

book : Options -> Html msg

bookmark : Options -> Html msg

briefcase : Options -> Html msg

broadcast : Options -> Html msg

browser : Options -> Html msg

bug : Options -> Html msg

calendar : Options -> Html msg

check : Options -> Html msg

checklist : Options -> Html msg

chevronDown : Options -> Html msg

chevronLeft : Options -> Html msg

chevronRight : Options -> Html msg

chevronUp : Options -> Html msg

circleSlash : Options -> Html msg

circuitBoard : Options -> Html msg

clippy : Options -> Html msg

clock : Options -> Html msg

cloudDownload : Options -> Html msg

cloudUpload : Options -> Html msg

code : Options -> Html msg

comment : Options -> Html msg

commentDiscussion : Options -> Html msg

creditCard : Options -> Html msg

dash : Options -> Html msg

dashboard : Options -> Html msg

database : Options -> Html msg

desktopDownload : Options -> Html msg

deviceCamera : Options -> Html msg

deviceCameraVideo : Options -> Html msg

deviceDesktop : Options -> Html msg

deviceMobile : Options -> Html msg

diff : Options -> Html msg

diffAdded : Options -> Html msg

diffIgnored : Options -> Html msg

diffModified : Options -> Html msg

diffRemoved : Options -> Html msg

diffRenamed : Options -> Html msg

ellipses : Options -> Html msg

ellipsis : Options -> Html msg

eye : Options -> Html msg

eyeClosed : Options -> Html msg

file : Options -> Html msg

fileBinary : Options -> Html msg

fileCode : Options -> Html msg

fileDirectory : Options -> Html msg

fileMedia : Options -> Html msg

filePdf : Options -> Html msg

fileSubmodule : Options -> Html msg

fileSymlinkDirectory : Options -> Html msg

fileSymlinkFile : Options -> Html msg

fileText : Options -> Html msg

fileZip : Options -> Html msg

flame : Options -> Html msg

fold : Options -> Html msg

foldDown : Options -> Html msg

foldUp : Options -> Html msg

gear : Options -> Html msg

gift : Options -> Html msg

gist : Options -> Html msg

gistSecret : Options -> Html msg

gitBranch : Options -> Html msg

gitCommit : Options -> Html msg

gitCompare : Options -> Html msg

gitMerge : Options -> Html msg

gitPullRequest : Options -> Html msg

globe : Options -> Html msg

grabber : Options -> Html msg

graph : Options -> Html msg

heart : Options -> Html msg

history : Options -> Html msg

home : Options -> Html msg

horizontalRule : Options -> Html msg

hubot : Options -> Html msg

inbox : Options -> Html msg

info : Options -> Html msg

issueClosed : Options -> Html msg

issueOpened : Options -> Html msg

issueReopened : Options -> Html msg

italic : Options -> Html msg

jersey : Options -> Html msg

kebabHorizontal : Options -> Html msg

kebabVertical : Options -> Html msg

key : Options -> Html msg

keyboard : Options -> Html msg

law : Options -> Html msg

lightBulb : Options -> Html msg

link : Options -> Html msg

linkExternal : Options -> Html msg

listOrdered : Options -> Html msg

listUnordered : Options -> Html msg

location : Options -> Html msg

lock : Options -> Html msg

logoGist : Options -> Html msg

logoGithub : Options -> Html msg

mail : Options -> Html msg

mailRead : Options -> Html msg

mailReply : Options -> Html msg

markGithub : Options -> Html msg

markTor : Options -> Html msg

markTwitter : Options -> Html msg

markdown : Options -> Html msg

megaphone : Options -> Html msg

mention : Options -> Html msg

milestone : Options -> Html msg

mirror : Options -> Html msg

mortarBoard : Options -> Html msg

mute : Options -> Html msg

noNewline : Options -> Html msg

note : Options -> Html msg

octoface : Options -> Html msg

organization : Options -> Html msg

package : Options -> Html msg

paintcan : Options -> Html msg

pencil : Options -> Html msg

person : Options -> Html msg

pin : Options -> Html msg

plug : Options -> Html msg

plus : Options -> Html msg

plusSmall : Options -> Html msg

primitiveDot : Options -> Html msg

primitiveSquare : Options -> Html msg

project : Options -> Html msg

pulse : Options -> Html msg

question : Options -> Html msg

quote : Options -> Html msg

radioTower : Options -> Html msg

reply : Options -> Html msg

repo : Options -> Html msg

repoClone : Options -> Html msg

repoForcePush : Options -> Html msg

repoForked : Options -> Html msg

repoPull : Options -> Html msg

repoPush : Options -> Html msg

rocket : Options -> Html msg

rss : Options -> Html msg

ruby : Options -> Html msg

screenFull : Options -> Html msg

screenNormal : Options -> Html msg

search : Options -> Html msg

server : Options -> Html msg

settings : Options -> Html msg

shield : Options -> Html msg

signIn : Options -> Html msg

signOut : Options -> Html msg

smiley : Options -> Html msg

squirrel : Options -> Html msg

star : Options -> Html msg

stop : Options -> Html msg

sync : Options -> Html msg

tag : Options -> Html msg

tasklist : Options -> Html msg

telescope : Options -> Html msg

terminal : Options -> Html msg

textSize : Options -> Html msg

threeBars : Options -> Html msg

thumbsdown : Options -> Html msg

thumbsup : Options -> Html msg

tools : Options -> Html msg

trashcan : Options -> Html msg

triangleDown : Options -> Html msg

triangleLeft : Options -> Html msg

triangleRight : Options -> Html msg

triangleUp : Options -> Html msg

unfold : Options -> Html msg

unmute : Options -> Html msg

unverified : Options -> Html msg

verified : Options -> Html msg

versions : Options -> Html msg

watch : Options -> Html msg

x : Options -> Html msg

zap : Options -> Html msg

Custom Octicons

pathIconWithOptions : String -> String -> String -> Options -> Html msg

polygonIconWithOptions : String -> String -> String -> Options -> Html msg


type alias Options =
Internal.Options

defaultOptions : Options

Svg Data

alertPath : String

archivePath : String

arrowBothPath : String

arrowDownPolygon : String

arrowLeftPolygon : String

arrowRightPolygon : String

arrowSmallDownPolygon : String

arrowSmallLeftPolygon : String

arrowSmallRightPolygon : String

arrowSmallUpPolygon : String

arrowUpPolygon : String

beakerPath : String

bellPath : String

boldPath : String

bookPath : String

bookmarkPath : String

briefcasePath : String

broadcastPath : String

browserPath : String

bugPath : String

calendarPath : String

checkPolygon : String

checklistPath : String

chevronDownPolygon : String

chevronLeftPolygon : String

chevronRightPolygon : String

chevronUpPolygon : String

circleSlashPath : String

circuitBoardPath : String

clippyPath : String

clockPath : String

cloudDownloadPath : String

cloudUploadPath : String

codePath : String

commentDiscussionPath : String

commentPath : String

creditCardPath : String

dashPolygon : String

dashboardPath : String

databasePath : String

desktopDownloadPath : String

deviceCameraPath : String

deviceCameraVideoPath : String

deviceDesktopPath : String

deviceMobilePath : String

diffAddedPath : String

diffIgnoredPath : String

diffModifiedPath : String

diffPath : String

diffRemovedPath : String

diffRenamedPath : String

ellipsesPath : String

ellipsisPath : String

eyePath : String

eyeClosedPath : String

fileBinaryPath : String

fileCodePath : String

fileDirectoryPath : String

fileMediaPath : String

filePath : String

filePdfPath : String

fileSubmodulePath : String

fileSymlinkDirectoryPath : String

fileSymlinkFilePath : String

fileTextPath : String

fileZipPath : String

flamePath : String

foldPath : String

foldDownPath : String

foldUpPath : String

gearPath : String

giftPath : String

gistPath : String

gistSecretPath : String

gitBranchPath : String

gitCommitPath : String

gitComparePath : String

gitMergePath : String

gitPullRequestPath : String

globePath : String

grabberPath : String

graphPath : String

heartPath : String

historyPath : String

homePath : String

horizontalRulePath : String

hubotPath : String

inboxPath : String

infoPath : String

issueClosedPath : String

issueOpenedPath : String

issueReopenedPath : String

italicPath : String

jerseyPath : String

kebabHorizontalPath : String

kebabVerticalPath : String

keyPath : String

keyboardPath : String

lawPath : String

lightBulbPath : String

linkExternalPath : String

linkPath : String

listOrderedPath : String

listUnorderedPath : String

locationPath : String

lockPath : String

logoGistPath : String

logoGithubPath : String

mailPath : String

mailReadPath : String

mailReplyPath : String

markGithubPath : String

markTorPath : String

markTwitterPath : String

markdownPath : String

megaphonePath : String

mentionPath : String

milestonePath : String

mirrorPath : String

mortarBoardPath : String

mutePath : String

noNewlinePath : String

notePath : String

octofacePath : String

organizationPath : String

packagePath : String

paintcanPath : String

pencilPath : String

personPath : String

pinPath : String

plugPath : String

plusPolygon : String

plusSmallPath : String

primitiveDotPath : String

primitiveSquarePolygon : String

projectPath : String

pulsePolygon : String

questionPath : String

quotePath : String

radioTowerPath : String

replyPath : String

repoClonePath : String

repoForcePushPath : String

repoForkedPath : String

repoPath : String

repoPullPath : String

repoPushPath : String

rocketPath : String

rssPath : String

rubyPath : String

screenFullPath : String

screenNormalPath : String

searchPath : String

serverPath : String

settingsPath : String

shieldPath : String

signInPath : String

signOutPath : String

smileyPath : String

squirrelPath : String

starPolygon : String

stopPath : String

syncPath : String

tagPath : String

tasklistPath : String

telescopePath : String

terminalPath : String

textSizePath : String

threeBarsPath : String

thumbsdownPath : String

thumbsupPath : String

toolsPath : String

trashcanPath : String

triangleDownPolygon : String

triangleLeftPolygon : String

triangleRightPolygon : String

triangleUpPolygon : String

unfoldPath : String

unmutePath : String

unverifiedPath : String

verifiedPath : String

versionsPath : String

watchPath : String

xPolygon : String

zapPolygon : String