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