close-small-single.js 844 B

1234567891011121314
  1. // This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
  2. import { createElement, forwardRef } from 'react';
  3. import { IconBase } from '../icon';
  4. 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 } }] };
  5. export var CloseSmallSingle = forwardRef(function (props, ref) {
  6. return createElement(IconBase, Object.assign({}, props, {
  7. id: 'close-small-single',
  8. ref: ref,
  9. icon: element,
  10. }));
  11. });
  12. CloseSmallSingle.displayName = 'CloseSmallSingle';
  13. export default CloseSmallSingle;
  14. //# sourceMappingURL=close-small-single.js.map