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