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