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