@svgr-iconkit/fontawesome-brands
TypeScript icon, indicating that this package has built-in type declarations

0.3.2 • Public • Published

@svgr-iconkit/fontawesome5-brands

Icons re-exported from @fortawesome/fontawesome-free (brands).

Full details please check on website https://svgr-iconkit.dev/explorer/fontawesome5-brands.

Usage

React Web

import Icon from '@svgr-iconkit/fontawesome5-brands';

export default function App() {
  return <div><Icon name="github" /></div>
}

React Native

import { View } from "react-native";
import Icon from '@svgr-iconkit/fontawesome5-brands';

export default function App() {
  return <View><Icon name="github" /></View>
}

Package Sidebar

Install

npm i @svgr-iconkit/fontawesome-brands

Weekly Downloads

0

Version

0.3.2

License

MIT

Unpacked Size

1.68 MB

Total Files

1414

Last publish

Collaborators

  • lemank