File: /home/confeduphaar/www/wp-content/plugins/essential-blocks/src/blocks/shape-divider/src/icon.js
export default function () {
return (
<svg
xmlns="http://www.w3.org/2000/svg"
width="60"
height="60"
fill="none"
viewBox="0 0 60 60"
>
<path
fill="#6C3BFF"
d="M59.2 44.2c-.4 0-.8-.3-.8-.8 0-1.9-.7-3.6-2.1-5-1.3-1.3-3.1-2.1-5-2.1-.4 0-.9 0-1.3.1s-.7-.1-.8-.5c-1.1-3.3-4.2-5.4-7.6-5.5-1.2 0-2.4.3-3.4.8-.3.2-.7.1-.9-.2-4.1-5.1-11.6-5.9-16.7-1.9-1.6 1.3-2.9 3-3.6 4.9-.1.2-.2.3-.4.4-.2.1-.4.1-.6 0-2.4-1.2-5.1-1.4-7.6-.6-2.5.8-4.6 2.6-5.8 5-.7 1.4-1.1 2.9-1.1 4.5 0 .4-.3.8-.7.8-.4 0-.7-.3-.8-.7V15.9c0-.4.3-.8.8-.8h58.3c.4 0 .8.3.8.8v27.5c0 .4-.3.8-.7.8zm-7.8-9.3c2.3 0 4.4.9 6 2.5.4.4.7.8 1 1.2V16.7H1.6v21.1C3 35.3 5.2 33.5 8 32.6c2.6-.9 5.5-.8 8 .3.9-1.8 2.2-3.5 3.8-4.8 5.6-4.5 13.7-3.7 18.4 1.6 1.1-.5 2.3-.7 3.5-.7 3.9 0 7.3 2.4 8.8 5.9h.9z"
></path>
</svg>
);
}