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