import React from 'react';
import withIcon from '../lib/withIcon';
export const IconEditorBlockquote = withIcon(function IconEditorBlockquote(props) {
    return (<svg data-tag="IconEditorBlockquote" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M10.5 12.75v4.5c0 .563-.093.938-.328 1.172-.234.235-.609.328-1.172.328H4.5c-.563 0-.938-.093-1.172-.328C3.093 18.188 3 17.813 3 17.25v-4.5c0-1.907.566-3.625 1.297-5.04a14.283 14.283 0 0 1 2.291-3.22c.463-.486.854-.733 1.247-.74.393-.007.789.226 1.263.701.399.399.612.713.647 1.046.035.332-.108.681-.422 1.15-.21.313-.544.798-.858 1.332-.315.533-.61 1.116-.744 1.622-.15.567-.123.979.087 1.25.211.27.606.4 1.192.4.563 0 .938.093 1.172.327.235.234.328.609.328 1.172m9-1.5c-.586 0-.98-.129-1.192-.4-.21-.27-.237-.682-.087-1.249.134-.506.43-1.089.744-1.622.314-.534.648-1.02.858-1.333.314-.468.457-.817.422-1.15-.035-.332-.248-.646-.647-1.045-.474-.475-.87-.708-1.263-.7-.393.006-.784.253-1.247.74a14.284 14.284 0 0 0-2.29 3.22c-.732 1.414-1.298 3.132-1.298 5.04v4.5c0 .562.093.937.328 1.171.234.235.609.328 1.172.328h4.5c.563 0 .938-.093 1.172-.328.235-.234.328-.609.328-1.172v-4.5c0-.563-.093-.938-.328-1.172-.234-.234-.609-.328-1.172-.328"/>
    </svg>);
});
//# sourceMappingURL=EditorBlockquote.jsx.map