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