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