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