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