// 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 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M0.95036 4.8772L14.2411 0.352018C15.257 0.00613367 16.2078 1.01691 15.8004 2.00976L10.4949 14.942C10.0475 16.0326 8.47747 15.9545 8.14057 14.8248L6.66779 9.88634C6.55532 9.50917 6.27177 9.20701 5.9025 9.0708L0.92067 7.23326C-0.183935 6.82583 -0.164161 5.25667 0.95036 4.8772Z" } }] }; export var GoSingle = forwardRef(function (props, ref) { return createElement(IconBase, Object.assign({}, props, { id: 'go-single', ref: ref, icon: element, })); }); GoSingle.displayName = 'GoSingle'; export default GoSingle; //# sourceMappingURL=go-single.js.map