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