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