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