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