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