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