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