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