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