// 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": "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 } }] }; export var SolveSingle = forwardRef(function (props, ref) { return createElement(IconBase, Object.assign({}, props, { id: 'solve-single', ref: ref, icon: element, })); }); SolveSingle.displayName = 'SolveSingle'; export default SolveSingle; //# sourceMappingURL=solve-single.js.map