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