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