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