1.7.0 • Published 5 months ago

@storepress/icons v1.7.0

Weekly downloads
-
License
GPL-2.0-or-later
Repository
github
Last release
5 months ago

Icons

StorePress Icons Library.

Installation

Install the module:

npm install @storepress/icons --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 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

NameDescription
storepressStorePress Icon
popupPopup Icon
sliderSlider Icon
archiveProductarchiveProduct Icon
1.7.0

5 months ago

1.6.0

5 months ago

1.5.0

5 months ago

1.4.0

5 months ago

1.3.0

5 months ago

1.2.0

5 months ago

1.1.0

5 months ago

1.0.0

5 months ago