• File: heading.js
  • Full Path: /home/lef/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/heading.js
  • File size: 250 bytes
  • MIME-type: text/plain
  • Charset: utf-8
/**
 * External dependencies
 */
import { SVG } from 'wordpress-components';

const heading = (
	<SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
		<path d="M7 6L7 17L12 12.875L17 17L17 6L12 6L7 6Z" />
	</SVG>
);

export default heading;