1.1.0 • Published 2 years ago

doodle-icons v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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.

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago