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