lewicons-react-duotone
v0.1.0
Published
React components for Lewafa brand duotone lewicons
Readme
lewicons-react-duotone
React components for lewicons in Lewafa brand duotone (outline #4a4a4a, accent fill #ffbd4a).
Install
npm install lewicons-react-duotonePeer dependency: react >= 18.
Usage
import { User, LewiconBrand } from 'lewicons-react-duotone';
export function Example() {
return (
<>
<User size={24} />
<User size={32} outlineColor="#333" fillColor="#ffbd4a" />
</>
);
}Props
| Prop | Type | Default |
|------|------|---------|
| size | number \| string | 24 |
| strokeWidth | number \| string | 2 |
| outlineColor | string | #4a4a4a |
| fillColor | string | #ffbd4a |
| absoluteStrokeWidth | boolean | false |
Monochrome outline icons: lewicons-react.
License
MIT
