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