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