https://github.com/beapi/icons
Be API Icons Library for creating block for WordPress editor.
https://github.com/beapi/icons
Last synced: 9 months ago
JSON representation
Be API Icons Library for creating block for WordPress editor.
- Host: GitHub
- URL: https://github.com/beapi/icons
- Owner: BeAPI
- License: gpl-2.0
- Created: 2022-10-07T17:06:26.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-04T12:48:52.000Z (over 1 year ago)
- Last Synced: 2025-03-28T07:51:31.435Z (9 months ago)
- Language: JavaScript
- Size: 305 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Icons
Be API Icons Library for block creation for WordPress editor.
## Usage
```jsx
import { Icon, shapes } from '@beapi/icons';
;
```
## Props
| Name | Type | Default | Description |
| ------ | --------- | ------- | ----------------------- |
| `size` | `integer` | `24` | Size of icon in pixels. |