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