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