File: /opt/wpsites/datainsightnow.com/wp-content/plugins/essential-blocks/admin/src/icons/nav-blocks.js
export const BlocksIcon = (props) => {
return (
<svg
width="16"
height="16"
viewBox="0 0 14 14"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<g clipPath="url(#clip0_20_115)">
<path
d="M11.7151 8.86667L12.4162 9.28726C12.4595 9.31315 12.4953 9.34982 12.5202 9.39368C12.545 9.43754 12.5581 9.48709 12.5581 9.53751C12.5581 9.58792 12.545 9.63748 12.5202 9.68133C12.4953 9.72519 12.4595 9.76186 12.4162 9.78776L7.30041 12.8573C7.20969 12.9118 7.10584 12.9406 7 12.9406C6.89415 12.9406 6.79031 12.9118 6.69958 12.8573L1.58375 9.78776C1.54049 9.76186 1.50468 9.72519 1.47982 9.68133C1.45496 9.63748 1.44189 9.58792 1.44189 9.53751C1.44189 9.48709 1.45496 9.43754 1.47982 9.39368C1.50468 9.34982 1.54049 9.31315 1.58375 9.28726L2.28491 8.86667L7 11.6958L11.7151 8.86667ZM11.7151 6.12501L12.4162 6.54559C12.4595 6.57148 12.4953 6.60815 12.5202 6.65201C12.545 6.69587 12.5581 6.74542 12.5581 6.79584C12.5581 6.84625 12.545 6.89581 12.5202 6.93967C12.4953 6.98353 12.4595 7.02019 12.4162 7.04609L7 10.2958L1.58375 7.04609C1.54049 7.02019 1.50468 6.98353 1.47982 6.93967C1.45496 6.89581 1.44189 6.84625 1.44189 6.79584C1.44189 6.74542 1.45496 6.69587 1.47982 6.65201C1.50468 6.60815 1.54049 6.57148 1.58375 6.54559L2.28491 6.12501L7 8.95417L11.7151 6.12501ZM7.29983 0.763588L12.4162 3.83309C12.4595 3.85898 12.4953 3.89565 12.5202 3.93951C12.545 3.98337 12.5581 4.03292 12.5581 4.08334C12.5581 4.13375 12.545 4.18331 12.5202 4.22717C12.4953 4.27103 12.4595 4.30769 12.4162 4.33359L7 7.58334L1.58375 4.33359C1.54049 4.30769 1.50468 4.27103 1.47982 4.22717C1.45496 4.18331 1.44189 4.13375 1.44189 4.08334C1.44189 4.03292 1.45496 3.98337 1.47982 3.93951C1.50468 3.89565 1.54049 3.85898 1.58375 3.83309L6.69958 0.763588C6.79031 0.70908 6.89415 0.680283 7 0.680283C7.10584 0.680283 7.20969 0.70908 7.30041 0.763588H7.29983ZM7 1.94367L3.43408 4.08334L7 6.22301L10.5659 4.08334L7 1.94367Z"
fill="#A7AED7"
/>
</g>
<defs>
<clipPath id="clip0_20_115">
<rect width="14" height="14" fill="white" />
</clipPath>
</defs>
</svg>
);
};