foam-icon-package
v1.1.0
Published
A collection of custom icons for React
Readme
Foam Icon Package
A collection of custom React icons including Editor, Sidepanel, and Reply icons.
Installation
npm install foam-icon-packageUsage
import { Editor, Sidepanel, Reply } from 'foam-icon-package';
function MyComponent() {
return (
<div>
<Editor size={24} color="#000" />
<Sidepanel size={24} color="#000" />
<Reply size={24} color="#000" />
</div>
);
}Props
All icons accept the following props:
size: number or string (default: 24)color: string (default: 'currentColor')strokeWidth: number (default: 2)- All standard SVG attributes
License
MIT
