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