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