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