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

0.4.1 • Public • Published

@svgr-iconkit/fontisto

Icons re-exported from Fontisto by Kenan Gündoğan.

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

License

Copyright and license

Designed and built by @kenangundogan, @ulasderin and @mstfsnc
2017 Currently - Code licensed MIT License

Usage

React Web

import Icon from '@svgr-iconkit/fontisto';

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

React Native

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

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

Package Sidebar

Install

npm i @svgr-iconkit/fontisto

Weekly Downloads

0

Version

0.4.1

License

MIT

Unpacked Size

3.37 MB

Total Files

1873

Last publish

Collaborators

  • lemank