1.1.0 • Published 2 years ago

@icon-garden/svg v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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' });