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