Created
August 20, 2020 07:53
-
-
Save DopamineDriven/83a1c78a4495ebde9c9f0075ff5fa960 to your computer and use it in GitHub Desktop.
step 5 ft library.add()
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
| export const faCustomVercelIcon: IconDefinition & IconLookup = { | |
| prefix: 'fab', | |
| iconName: 'vercel-icon', | |
| icon: [ | |
| 24, | |
| 24, | |
| [], | |
| 'none', | |
| 'M24 22.525H0l12-21.05l12 21.05z' | |
| ] | |
| }; | |
| library.add(faCustomVercelIcon); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment