import { updateCategory } from '@wordpress/blocks'; import React from 'react'; export function updateBlocksCategoryIcon() { updateCategory('masteriyo', { icon: ( ), }); }