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