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