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