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