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
npm install doodle-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';
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'}/>
</>
All the properties of SVGSVGElement interface can be passed to the Icon.