doodle-icons
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

React Doodle Icons

Based on icons created by Khushmeen Sidhu @ Doodle Icons

SVGR for generating react components of SVGs

npx @svgr/cli --typescript --no-dimensions --out-dir src/icon-components -- src/icons

Installation

npm install doodle-icons

Import icons

You can import the icons based on the Subgroup into your react application

import {Arrow, Currency, ECommerce, Emojis, Files, Finance, Food, GenderSymbols, HandGestures, Health, Interfaces, Logos, Misc, Objects, Weather} from 'doodle-icons';

Usage

You can use any icon after importing in the following way:

<>
    <Arrow.ArrowDown width={30} height={30} fill={'blue'}/>
    <Currency.Rupee width={20} height={20} fill={'brown'}/>
</>

Props

All the properties of SVGSVGElement interface can be passed to the Icon.

Package Sidebar

Install

npm i doodle-icons

Weekly Downloads

0

Version

1.1.0

License

MIT

Unpacked Size

3.1 MB

Total Files

473

Last publish

Collaborators

  • svatsa159