Skip to content

Instantly share code, notes, and snippets.

@DopamineDriven
Created August 20, 2020 07:52
Show Gist options
  • Save DopamineDriven/d5fd273eb9f81dca33c062c37712117d to your computer and use it in GitHub Desktop.
Save DopamineDriven/d5fd273eb9f81dca33c062c37712117d to your computer and use it in GitHub Desktop.
custom icon step 5
export const faCustomVercelIcon: IconDefinition & IconLookup = {
prefix: 'fab',
iconName: 'vercel-icon',
icon: [
24,
24,
[],
'none',
'M24 22.525H0l12-21.05l12 21.05z'
]
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment