Created
August 20, 2020 07:42
-
-
Save DopamineDriven/d946b7bb2396f8b74c74d4fbb532f681 to your computer and use it in GitHub Desktop.
Example of CustomIcon
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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