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

0.4.1 • Public • Published

@svgr-iconkit/heroicons

Icons re-exported from Heroicons.

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

Usage

React Web

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

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

React Native

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

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

Package Sidebar

Install

npm i @svgr-iconkit/heroicons

Weekly Downloads

6

Version

0.4.1

License

MIT

Unpacked Size

1.27 MB

Total Files

1809

Last publish

Collaborators

  • lemank