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