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