@svgr-iconkit/fontisto
v0.4.1
Published
fontisto for @svgr-iconkit
Downloads
6
Maintainers
Readme
@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
- The Fontisto font is licensed under the SIL OFL 1.1:
- http://scripts.sil.org/OFL
- Fontisto CSS, LESS, and Sass files are licensed under the MIT License:
- https://opensource.org/licenses/mit-license.html
- The Fontisto documentation is licensed under the CC BY 3.0 License:
- http://creativecommons.org/licenses/by/3.0/
- Attribution is no longer required as of Fontisto 3.0, but much appreciated:
Fontisto by Kenan Gündoğan - http://fontisto.com
- Full details: http://fontisto.com/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>
}