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