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

0.4.1 • Public • Published

@svgr-iconkit/grommet-icons

Grommet Icons

Usage

React Web

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

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

React Native

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

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

/@svgr-iconkit/grommet-icons/

    Package Sidebar

    Install

    npm i @svgr-iconkit/grommet-icons

    Weekly Downloads

    1

    Version

    0.4.1

    License

    MIT

    Unpacked Size

    1.68 MB

    Total Files

    1934

    Last publish

    Collaborators

    • lemank