import React from 'react';
import withIcon from '../lib/withIcon';
export const IconEditorAttachment = withIcon(function IconEditorAttachment(props) {
    return (<svg data-tag="IconEditorAttachment" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="m9.01 17.952 3.964-3.963 3.963-3.964c.618-.618.927-1.237.927-1.856s-.309-1.238-.927-1.856c-.618-.618-1.237-.927-1.856-.927-.62 0-1.238.309-1.856.927L10.63 8.907l-2.594 2.595c-.318.317-.557.476-.796.476-.238 0-.477-.159-.795-.476-.318-.318-.477-.557-.477-.796s.16-.477.477-.795l2.594-2.595 2.595-2.594C12.782 3.574 13.93 3 15.08 3s2.299.574 3.447 1.722C19.676 5.87 20.25 7.02 20.25 8.17s-.574 2.3-1.722 3.447l-3.963 3.964-3.964 3.963C9.63 20.514 8.657 21 7.685 21c-.973 0-1.946-.486-2.917-1.457-.972-.972-1.457-1.944-1.457-2.917 0-.973.485-1.946 1.457-2.917L6.9 11.576l2.134-2.134c.795-.795 1.59-1.192 2.386-1.192s1.592.397 2.387 1.192c.794.795 1.192 1.59 1.192 2.387 0 .795-.398 1.591-1.192 2.386l-.765.765-.764.764c-.318.318-.557.477-.796.477s-.478-.16-.795-.477c-.318-.318-.477-.556-.477-.795 0-.24.159-.478.477-.796l.764-.764.765-.765c.265-.265.397-.53.397-.795 0-.266-.132-.531-.397-.796s-.53-.397-.796-.397c-.265 0-.53.132-.795.397l-2.134 2.134L6.36 15.3c-.442.442-.663.884-.663 1.326 0 .442.221.884.663 1.326.441.441.883.662 1.326.662.442 0 .884-.22 1.326-.662"/>
    </svg>);
});
//# sourceMappingURL=EditorAttachment.jsx.map