import * as React from 'react'; import ISVGIcon from './types/IconProps'; export interface IProps extends ISVGIcon {} export default class IconLightAngleDown extends React.Component { }