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