https://github.com/sixach/icon-library
https://github.com/sixach/icon-library
library
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sixach/icon-library
- Owner: sixach
- License: gpl-3.0
- Created: 2021-05-27T15:02:30.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-10-10T14:14:32.000Z (over 3 years ago)
- Last Synced: 2025-08-08T22:28:47.714Z (11 months ago)
- Topics: library
- Language: JavaScript
- Size: 4.74 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Icon Library
A collection of line, solid, color & flat icons.
## Installation
Install the module:
```bash
npm install @sixa/icon-library --save
```
_This package assumes that your code will run in an **ES2015+** environment. If you're using an environment that has limited or no support for ES2015+ such as IE browsers then using [core-js](https://github.com/zloirock/core-js) will add polyfills for these methods._
## Usage
```js
import { add } from '@sixa/icon-library';
import { GenerateSvgPaths } from '@sixa/wp-block-components';
```
## Props
Name | Type | Default | Description
--- | --- | --- | ---
`size` | `integer` | `24` | Size of icon in pixels.