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