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