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