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