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