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