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