on-line-single.js 1.4 KB

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 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "g", "attrs": { "clipPath": "url(#on-line-single_clip0_910_349)" }, "children": [{ "tag": "path", "attrs": { "stroke": "currentColor", "d": "M4.5865 11.6499C3.36983 11.6499 1.6665 11.1024 1.6665 8.9124C1.6665 6.3574 4.2215 5.8099 4.9515 5.8099C5.3165 4.5324 6.0465 2.5249 8.9665 2.5249C11.5215 2.5249 12.6165 3.9849 12.9815 5.2624C12.9815 5.2624 16.2665 5.6274 16.2665 8.7299C16.2665 10.9199 14.8065 11.6499 13.3465 11.6499M6.7767 11.6497L8.9667 13.4747L11.8867 9.82466", "strokeLinecap": "round", "strokeLinejoin": "round", "strokeWidth": 1.2 } }] }, { "tag": "defs", "attrs": {}, "children": [{ "tag": "clipPath", "attrs": { "id": "on-line-single_clip0_910_349" }, "children": [{ "tag": "path", "attrs": { "fill": "#fff", "d": "M0 0H16V16H0z", "transform": "translate(.97)" } }] }] }], "defIds": ["on-line-single_clip0_910_349"] };
  5. export var OnLineSingle = forwardRef(function (props, ref) {
  6. return createElement(IconBase, Object.assign({}, props, {
  7. id: 'on-line-single',
  8. ref: ref,
  9. icon: element,
  10. }));
  11. });
  12. OnLineSingle.displayName = 'OnLineSingle';
  13. export default OnLineSingle;
  14. //# sourceMappingURL=on-line-single.js.map