| 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 17 17", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "stroke": "currentColor", "d": "M5.21243 5.62036L11.8791 12.287M5.21243 12.287L11.8791 5.62036", "strokeLinecap": "round", "strokeLinejoin": "round", "strokeWidth": 1.33 } }] };
- export var CloseSmallSingle = forwardRef(function (props, ref) {
- return createElement(IconBase, Object.assign({}, props, {
- id: 'close-small-single',
- ref: ref,
- icon: element,
- }));
- });
- CloseSmallSingle.displayName = 'CloseSmallSingle';
- export default CloseSmallSingle;
- //# sourceMappingURL=close-small-single.js.map
|