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