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