1.18.1 • Published 1 year ago
@csuclawebservices/icons v1.18.1
Icons
An npm package to use as WordPress Block Editor icon components. See the full icon component list.
Install
npm install @csuclawebservices/iconsUsage
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.15.0
1 year ago
1.19.0
1 year ago
1.18.1
1 year ago
1.18.0
1 year ago
1.17.0
1 year ago
1.16.0
1 year ago
1.21.0
1 year ago
1.20.1
1 year ago
1.22.0
1 year ago
1.20.0
1 year ago
1.14.1
1 year ago
1.14.0
1 year ago
1.13.0
1 year ago
1.12.0
1 year ago
1.11.0
1 year ago
1.10.0
2 years ago
1.9.1
2 years ago
1.9.0
2 years ago
1.8.0
2 years ago
1.7.0
2 years ago
1.6.0
2 years ago
1.5.0
2 years ago
1.4.0
2 years ago
1.3.0
2 years ago
1.2.0
2 years ago
1.1.0
2 years ago
1.0.0
2 years ago