solve-single.js 910 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": "circle", "attrs": { "cx": 8.73, "cy": 8.4, "r": 6.4, "stroke": "currentColor", "strokeWidth": 1.2 } }, { "tag": "path", "attrs": { "stroke": "currentColor", "d": "M6.02637 8.40356L8.02637 10.4036L12.0264 6.40356", "strokeLinecap": "round", "strokeLinejoin": "round", "strokeWidth": 1.2 } }] };
  5. export var SolveSingle = forwardRef(function (props, ref) {
  6. return createElement(IconBase, Object.assign({}, props, {
  7. id: 'solve-single',
  8. ref: ref,
  9. icon: element,
  10. }));
  11. });
  12. SolveSingle.displayName = 'SolveSingle';
  13. export default SolveSingle;
  14. //# sourceMappingURL=solve-single.js.map