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