@svgr-iconkit/themify-icons
v0.4.1
Published
Themify icons for @svgr-iconkit
Downloads
51
Maintainers
Readme
@svgr-iconkit/themify-icons
Icons re-exported from Themify Icons.
Full details please check on website https://svgr-iconkit.dev/explorer/themify.
Usage
React Web
import Icon from '@svgr-iconkit/themify-icons';
export default function App() {
return <div><Icon name="hand-open" /></div>
}
React Native
import { View } from "react-native";
import Icon from '@svgr-iconkit/themify-icons';
export default function App() {
return <View><Icon name="hand-open" /></View>
}