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