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