| 1234567891011121314 |
- // 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": "g", "attrs": { "clipPath": "url(#off-line-single_clip0_910_343)" }, "children": [{ "tag": "path", "attrs": { "stroke": "currentColor", "d": "M3.61971 11.6499C2.40304 11.6499 0.699707 11.1024 0.699707 8.9124C0.699707 6.3574 3.25471 5.8099 3.98471 5.8099C4.34971 4.5324 5.07971 2.5249 7.99971 2.5249C10.5547 2.5249 11.6497 3.9849 12.0147 5.2624C12.0147 5.2624 15.2997 5.6274 15.2997 8.7299C15.2997 10.9199 13.8397 11.6499 12.3797 11.6499M9.82471 9.82466L6.17471 13.4747M6.17471 9.82466L9.82471 13.4747", "strokeLinecap": "round", "strokeLinejoin": "round", "strokeWidth": 1.2 } }] }, { "tag": "defs", "attrs": {}, "children": [{ "tag": "clipPath", "attrs": { "id": "off-line-single_clip0_910_343" }, "children": [{ "tag": "path", "attrs": { "fill": "#fff", "d": "M0 0H16V16H0z" } }] }] }], "defIds": ["off-line-single_clip0_910_343"] };
- export var OffLineSingle = forwardRef(function (props, ref) {
- return createElement(IconBase, Object.assign({}, props, {
- id: 'off-line-single',
- ref: ref,
- icon: element,
- }));
- });
- OffLineSingle.displayName = 'OffLineSingle';
- export default OffLineSingle;
- //# sourceMappingURL=off-line-single.js.map
|