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