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

0.4.1 • Public • Published

@svgr-iconkit/xnix

Icons re-exported by Akshay Syal's Xnix Icons.

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

Usage

React Web

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

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

React Native

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

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

Package Sidebar

Install

npm i @svgr-iconkit/xnix

Weekly Downloads

50

Version

0.4.1

License

MIT

Unpacked Size

4.78 MB

Total Files

1670

Last publish

Collaborators

  • lemank