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