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