cross-single.js 729 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 20 20", "width": "1em", "height": "1em" }, "children": [{ "tag": "rect", "attrs": { "width": 12.59, "height": 3.7, "x": 3.7, "y": 8.15, "fill": "currentColor", "rx": 0.74 } }] };
  5. export var CrossSingle = forwardRef(function (props, ref) {
  6. return createElement(IconBase, Object.assign({}, props, {
  7. id: 'cross-single',
  8. ref: ref,
  9. icon: element,
  10. }));
  11. });
  12. CrossSingle.displayName = 'CrossSingle';
  13. export default CrossSingle;
  14. //# sourceMappingURL=cross-single.js.map