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