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