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