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