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