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