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