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