1.3.5 • Published 2 years ago

@icon-repository/svg v1.3.5

Weekly downloads
-
License
ISC
Repository
-
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-repository/svg

# use npm
npm install @icon-repository/svg -S

Usage

import { AddBaseFilled, AddBaseOutline } from '@icon-repository/svg';

const svgString = AddBaseFilled({ size: 20, color: 'yellow' });
1.3.5

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago