/**
* WordPress dependencies
*/
import { Path, SVG, Circle, Polygon } from '@wordpress/components';
export const blockIcon = (
);
export const tableMergeCell = (
);
export const tableSplitCell = (
);
export const borderSeparate = (
);
export const borderCollapse = (
);
export const borderSolid = (
);
export const borderDotted = (
);
export const borderDashed = (
);
export const borderDouble = (
);