go-single.js 931 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 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" } }] };
  5. export var GoSingle = forwardRef(function (props, ref) {
  6. return createElement(IconBase, Object.assign({}, props, {
  7. id: 'go-single',
  8. ref: ref,
  9. icon: element,
  10. }));
  11. });
  12. GoSingle.displayName = 'GoSingle';
  13. export default GoSingle;
  14. //# sourceMappingURL=go-single.js.map