
import React from 'react';
export const TrashBinSharp = ({width="410",height="404",...other}) => {
  return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}>
<path d="M337.46 240 312 214.54l-56 56-56-56L174.54 240l56 56-56 56L200 377.46l56-56 56 56L337.46 352l-56-56 56-56z" fill="none"/>

<path d="M337.46 240 312 214.54l-56 56-56-56L174.54 240l56 56-56 56L200 377.46l56-56 56 56L337.46 352l-56-56 56-56z" fill="none"/>

<path d="m64 160 29.74 282.51A24 24 0 0 0 117.61 464h276.78a24 24 0 0 0 23.87-21.49L448 160Zm248 217.46-56-56-56 56L174.54 352l56-56-56-56L200 214.54l56 56 56-56L337.46 240l-56 56 56 56Z"/>

<rect x="32" y="48" width="448" height="80" rx="12" ry="12"/>
</svg>;
};
