import React from 'react';
import withIcon from '../lib/withIcon';
export const IconAttachment = withIcon(function IconAttachment(props) {
    return (<svg data-tag="IconAttachment" 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.476s-.477-.159-.795-.476c-.318-.318-.477-.557-.477-.796s.16-.478.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.169c0 1.15-.574 2.3-1.722 3.447l-3.963 3.963-3.964 3.964C9.63 20.514 8.657 21 7.684 21c-.972 0-1.945-.486-2.916-1.457-.972-.972-1.458-1.944-1.458-2.917 0-.973.486-1.946 1.458-2.917L6.9 11.576l2.134-2.134c.794-.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-.557-.477-.796 0-.238.159-.477.477-.795l.764-.764.765-.765c.265-.265.397-.53.397-.796 0-.265-.132-.53-.397-.795s-.53-.397-.796-.397c-.265 0-.53.132-.795.397l-2.134 2.133L6.36 15.3c-.442.442-.663.884-.663 1.326 0 .442.221.884.663 1.326.441.441.883.662 1.325.662.443 0 .885-.22 1.326-.662"/>
    </svg>);
});
//# sourceMappingURL=Attachment.jsx.map