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