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

0.4.1 • Public • Published

@svgr-iconkit/flag-icons

Icons re-exported from flag-icon-css.

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

Usage

React Web

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

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

React Native

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

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

/@svgr-iconkit/flag-icons/

    Package Sidebar

    Install

    npm i @svgr-iconkit/flag-icons

    Weekly Downloads

    16

    Version

    0.4.1

    License

    MIT

    Unpacked Size

    13.7 MB

    Total Files

    1654

    Last publish

    Collaborators

    • lemank