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