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