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