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