import * as React from 'react'; export interface TrashCan48Props extends React.SVGProps { ariaLabel?: string } export default function TrashCan48({ ariaLabel, ...props }: TrashCan48Props) { return ( ); }