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