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