import * as React from 'react'; export interface IconProps extends React.SVGAttributes { children?: never; color?: string; }