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