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