2.0.0 • Published 2 years ago
@storepress/icons v2.0.0
Icons
StorePress Icons Library.
Installation
Install the module:
npm install @storepress/icons --saveThis package assumes that your code will run in an ES2015+ environment. If you're using an environment that has limited or no support for such language features and APIs, you should include the polyfill shipped in @wordpress/babel-preset-default in your code.
Usage
import { Icon } from '@wordpress/icons';
import { storepress, popup, slider, archiveProduct } from '@storepress/icons';
<Icon icon={ storepress } />;Available Icons
| Name | Description |
|---|---|
storepress | StorePress Icon |
popup | Popup Icon |
slider | Slider Icon |
archiveProduct | archiveProduct Icon |