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