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