Icons re-exported from Fontisto by Kenan Gündoğan.
Full details please check on website https://svgr-iconkit.dev/explorer/fontisto.
- The Fontisto font is licensed under the SIL OFL 1.1:
- Fontisto CSS, LESS, and Sass files are licensed under the MIT License:
- The Fontisto documentation is licensed under the CC BY 3.0 License:
- 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
Designed and built by @kenangundogan, @ulasderin and @mstfsnc
2017 Currently - Code licensed MIT License
import Icon from '@svgr-iconkit/fontisto';
export default function App() {
return <div><Icon name="heart" /></div>
}
import { View } from "react-native";
import Icon from '@svgr-iconkit/fontisto';
export default function App() {
return <View><Icon name="heart" /></View>
}