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