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