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