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