import React from 'react';
import withIcon from '../lib/withIcon';
export const IconQuill = withIcon(function IconQuill(props) {
    return (<svg data-tag="IconQuill" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M8.783 6.346c4.328-3.588 10.385-4.088 11.744-2.46l.004.006a.742.742 0 0 1 .176.214c.39.672.385 1.955.02 3.44-.556 2.271-2.651 3.76-4.95 4.234l-.155.032c-.703.141-1.402.284-2.11.357a.67.67 0 0 0-.61.642.614.614 0 0 0 .493.619c.798.153 1.613.228 2.41.222.576-.005.87.665.404 1.002a8.09 8.09 0 0 1-.772.495c-1.942 1.091-3.986 1.495-5.579 1.43-.892-.036-1.952-.03-2.555.625-2.137 2.323-3.79 3.695-4.205 3.375-.142-.11-.127-.409.024-.86.171-.511 1.101-2.046 2.402-3.988.318-.444.655-.872 1.024-1.268 2.226-2.38 4.696-4.546 7.471-6.216a.725.725 0 0 0 .27-.967.701.701 0 0 0-.94-.29c-2.507 1.313-4.777 2.957-6.9 4.791-.672.581-1.584.194-1.291-.643.539-1.54 1.815-3.292 3.625-4.792"/>
    </svg>);
});
//# sourceMappingURL=Quill.jsx.map