| 1234567891011121314 |
- // This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
- import { createElement, forwardRef } from 'react';
- import { IconBase } from '../icon';
- var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 20 21", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M8.49778 5.00963C8.48513 4.56774 8.47881 4.3468 8.56086 4.17746C8.63301 4.02856 8.75124 3.90689 8.89802 3.83052C9.06494 3.74365 9.28597 3.74365 9.72805 3.74365H10.272C10.714 3.74365 10.9351 3.74365 11.102 3.83052C11.2488 3.9069 11.367 4.02856 11.4392 4.17746C11.5212 4.3468 11.5149 4.56775 11.5022 5.00964L11.2644 13.3173C11.2524 13.737 11.2464 13.9468 11.1609 14.1065C11.0857 14.2471 10.9687 14.3609 10.826 14.432C10.6639 14.5129 10.454 14.5129 10.0342 14.5129H9.96582C9.54601 14.5129 9.33611 14.5129 9.17397 14.432C9.0313 14.3609 8.91426 14.2471 8.83904 14.1065C8.75357 13.9468 8.74756 13.737 8.73555 13.3173L8.49778 5.00963Z" } }, { "tag": "rect", "attrs": { "width": 2.46, "height": 2.46, "x": 8.77, "y": 15.28, "fill": "currentColor", "rx": 0.77 } }] };
- export var WarnSingle = forwardRef(function (props, ref) {
- return createElement(IconBase, Object.assign({}, props, {
- id: 'warn-single',
- ref: ref,
- icon: element,
- }));
- });
- WarnSingle.displayName = 'WarnSingle';
- export default WarnSingle;
- //# sourceMappingURL=warn-single.js.map
|