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