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