import * as React from 'react'; import { IconBaseProps } from '../../iconbase'; /** * Defines valid properties in TimesCircleIcon component. In addition to these, all properties of SVGSVGElement can be used in this component. * @group Properties */ export interface TimesCircleIconProps extends IconBaseProps {} /** * **YoYui - TimesCircleIcon** * * [Live Demo](https://yoyui.orcado.dev/icons/) * --- --- * ![YoYui](https://yoyui.orcado.dev/images/logo-100.png) * * @group Component */ export declare class TimesCircleIcon extends React.Component {}