Skip to content

Instantly share code, notes, and snippets.

@DopamineDriven
Created August 20, 2020 07:42
Show Gist options
  • Save DopamineDriven/d946b7bb2396f8b74c74d4fbb532f681 to your computer and use it in GitHub Desktop.
Save DopamineDriven/d946b7bb2396f8b74c74d4fbb532f681 to your computer and use it in GitHub Desktop.
Example of CustomIcon
const CustomIconExample: IconDefinition & IconLookup = {
prefix: 'fab',
iconName: 'example-icon',
icon: [
64, // viewBox width
64, // viewBox height
[], // ligatures
'#000000', // fill/fillColor
'M24 22.525H0' // iconPath(s)
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment