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