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