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