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