| Path : /home/vishqocm/vjmedia.in/wp-content/plugins/coblocks/src/blocks/buttons/ |
| Current File : /home/vishqocm/vjmedia.in/wp-content/plugins/coblocks/src/blocks/buttons/icons.js |
/**
* WordPress dependencies
*/
const { SVG, Path } = wp.components;
const icons = {};
icons.buttons =
<SVG height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<Path d="m16 0h-14c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-4c0-1.1-.9-2-2-2zm0 6h-14v-4h14zm0 4h-14c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-4c0-1.1-.9-2-2-2zm0 6h-14v-4h14zm-10-3v2h6v-2zm0-10h6v2h-6z" transform="translate(3 3)" />
</SVG>;
export default icons;