import React from 'react';
import withIcon from '../lib/withIcon';
export const IconEditorExtract = withIcon(function IconEditorExtract(props) {
    return (<svg data-tag="IconEditorExtract" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M9 6c0-.45.056-.731.225-.9.169-.169.45-.225.9-.225h9.75c.45 0 .73.056.9.225.169.169.225.45.225.9s-.056.73-.225.9c-.169.169-.45.225-.9.225h-9.75c-.45 0-.73-.056-.9-.225C9.056 6.73 9 6.45 9 6m10.875 10.875h-9.75c-.45 0-.73.056-.9.225-.169.169-.225.45-.225.9s.056.73.225.9c.169.169.45.225.9.225h9.75c.45 0 .73-.056.9-.225.169-.169.225-.45.225-.9s-.056-.731-.225-.9c-.169-.169-.45-.225-.9-.225M18 12c0-.45-.056-.73-.225-.9-.169-.169-.45-.225-.9-.225H8.234c-.27 0-.452-.047-.57-.161-.119-.115-.171-.296-.18-.565-.038-1.306-.175-1.884-.66-1.898-.487-.014-1.322.535-2.756 1.482C2.356 10.863 1.5 11.432 1.5 12c0 .568.856 1.136 2.568 2.267 1.434.947 2.27 1.497 2.755 1.482.486-.014.623-.591.662-1.898.008-.269.06-.45.178-.565.119-.114.302-.161.571-.161h8.641c.45 0 .73-.056.9-.225.169-.169.225-.45.225-.9"/>
    </svg>);
});
//# sourceMappingURL=EditorExtract.jsx.map