import React from 'react';
import withIcon from '../lib/withIcon';
export const IconEditorParagraph = withIcon(function IconEditorParagraph(props) {
    return (<svg data-tag="IconEditorParagraph" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path fillRule="evenodd" d="M4 9a6 6 0 0 1 6-6h9.5a.75.75 0 0 1 0 1.5h-1.75v15.75a.75.75 0 0 1-1.5 0V4.5h-3.5v15.75a.75.75 0 0 1-1.5 0V15H10a6 6 0 0 1-6-6" clipRule="evenodd"/>
    </svg>);
});
//# sourceMappingURL=EditorParagraph.jsx.map