@icon-garden/svg
v1.1.0
Published
svg Icons for IconGarden
Downloads
1
Readme
The simplest SVG icon library, the reference comes from IconPark. The difference is that this library only supports single-color icons, but it may be more suitable for icons in your project
Install
yarn add @icon-garden/svg
# use npm
npm install @icon-garden/svg -S
Usage
import { AddBaseFilled, AddBaseOutline } from '@icon-garden/svg';
const svgString = AddBaseFilled({ size: 20, color: 'yellow' });