doodle-icons
v1.1.0
Published
Based on icons created by Khushmeen Sidhu @ [Doodle Icons](https://khushmeen.com/icons.html)
Downloads
9
Maintainers
Readme
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.