react-allergens
v0.2.1
Published
Ready to use SVG components of allergens for React!
Downloads
85
Readme
React Allergens
Ready to use SVG components of allergens for React!
Installation
Yarn
yarn add react-allergensUsage
import { FishIcon } from 'react-allergens';
const HomePage = () => {
return <FishIcon />;
};Props
| Key | Default | Notes |
| -------------- | -------------------- | -------------------------------------- |
| width | 200px | |
| height | 200px | |
| innerColor | white | |
| outerColor | default icon color | |
| wrapperStyle | {} | Style object passed to the svg wrapper |
The icons

