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