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