1.14.1 • Published 9 months ago

@csuclawebservices/icons v1.14.1

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

Icons

An npm package to use as WordPress Block Editor icon components. See the full icon component list.

Install

npm install @csuclawebservices/icons

Usage

As Icon Component

import { Icon } from '@wordpress/icons';
import { layout1 } from '@csuclawebservices/icons';

return (
	<Icon icon={layout1}/>
);

As Block Icon

import { registerBlockType } from '@wordpress/blocks';
import { layout1 } from '@csuclawebservices/icons';

import metadata from './block.json';
import edit from './edit';
import save from './save';

registerBlockType( metadata.name, {
	icon: layout1,
	edit,
	save
});

License

This project is licensed under the GPL 2.0 License - see the LICENSE file for details.

Copyright

© 2022 GoDaddy. Original build.js. © 2024 Colorado State University. All rights reserved.

1.14.1

9 months ago

1.14.0

9 months ago

1.13.0

9 months ago

1.12.0

9 months ago

1.11.0

9 months ago

1.10.0

9 months ago

1.9.1

9 months ago

1.9.0

9 months ago

1.8.0

10 months ago

1.7.0

10 months ago

1.6.0

10 months ago

1.5.0

10 months ago

1.4.0

10 months ago

1.3.0

10 months ago

1.2.0

10 months ago

1.1.0

10 months ago

1.0.0

10 months ago