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