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

0.4.1 • Public • Published

@svgr-iconkit/tabler-icons

Icons re-exported from tabler-icons.

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

Usage

React Web

import Icon from '@svgr-iconkit/tabler-icons';

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

React Native

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

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

Individual loading

import { View } from "react-native";
import Icon from '@svgr-iconkit/core';
import BooksIconContent from '@svgr-iconkit/tabler-icons/icons/regular/books';

export default function App() {
  return <View><Icon content={BooksIconContent} /></View>
}

Package Sidebar

Install

npm i @svgr-iconkit/tabler-icons

Weekly Downloads

78

Version

0.4.1

License

MIT

Unpacked Size

8.99 MB

Total Files

13759

Last publish

Collaborators

  • lemank