import React from 'react';
import withIcon from '../lib/withIcon';
export const IconDelete = withIcon(function IconDelete(props) {
    return (<svg data-tag="IconDelete" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="m19.398 11.448-.24 1.802-.24 1.803c-.397 2.973-.627 4.46-1.507 5.203C16.531 21 15 21 12 21c-3 0-4.531 0-5.411-.744-.88-.743-1.11-2.23-1.506-5.203l-.24-1.803-.24-1.802c-.113-.843-.167-1.268.02-1.482.187-.213.615-.216 1.466-.216h11.822c.85 0 1.279.003 1.466.216.187.214.133.639.02 1.482M21 7.125c0 .45-.056.73-.225.9-.169.169-.45.225-.9.225H4.125c-.45 0-.73-.056-.9-.225-.169-.169-.225-.45-.225-.9s.056-.731.225-.9c.169-.169.45-.225.9-.225h2.634c.287 0 .472-.04.586-.152.114-.112.158-.295.164-.582.03-1.508.169-2.262.792-2.639.623-.377 1.73-.377 3.699-.377 1.969 0 3.076 0 3.7.377.622.377.76 1.13.791 2.639.006.287.05.47.164.582.114.112.299.152.586.152h2.634c.45 0 .73.056.9.225.169.169.225.45.225.9m-6.768-1.94c-.03-.343-.113-.514-.331-.6-.218-.085-.574-.085-1.151-.085h-1.5c-.578 0-.933 0-1.151.086-.219.085-.3.256-.33.599-.028.308.004.512.12.639.117.126.318.176.627.176h2.968c.31 0 .51-.05.626-.176.117-.127.15-.331.122-.64"/>
    </svg>);
});
//# sourceMappingURL=Delete.jsx.map