wmira / react-icons-kit

React Svg Icons
https://react-icons-kit.vercel.app/
MIT License
370 stars 44 forks source link

Feature request: import with entire icon #8

Closed elado closed 6 years ago

elado commented 7 years ago

current:

import Icon from 'react-icons-kit';
import { drop } from 'react-icons-kit/ikons/drop';       

<Icon icon={drop} />

suggested:

import DropIcon from 'react-icons-kit/ikons/drop';       

<DropIcon />

Essentially remove the export const iconName = and use export default that has Icon built in.

wmira commented 6 years ago

@elado this can be accomplished via a module that you use to return icons. Please see the updated documentation on http://wmira.github.io/react-icons-kit/index.html#/