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