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