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