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