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