| 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": { "fill": "currentColor", "clipPath": "url(#renew-single_clip0_910_206)" }, "children": [{ "tag": "path", "attrs": { "d": "M11.1243 8.35326C11.4404 8.45255 11.6162 8.78934 11.5169 9.10548 11.0475 10.6002 9.6514 11.6855 8.00028 11.6855 7.1079 11.6855 6.29002 11.3685 5.65267 10.8411 5.62065 11.1423 5.36575 11.377 5.05605 11.377 4.72468 11.377 4.45605 11.1083 4.45605 10.777V8.92568C4.45605 8.62943 4.67228 8.37752 4.96511 8.33262 5.25794 8.28771 5.53971 8.46325 5.62848 8.74589 5.94538 9.75482 6.88829 10.4855 8.00028 10.4855 9.11226 10.4855 10.0552 9.75482 10.3721 8.74589 10.4714 8.42975 10.8082 8.25396 11.1243 8.35326zM8.00028 4.31445C6.34916 4.31445 4.95309 5.39981 4.48363 6.89449 4.38433 7.21063 4.56012 7.54742 4.87626 7.64671 5.1924 7.74601 5.52918 7.57022 5.62848 7.25408 5.94538 6.24515 6.88829 5.51445 8.00028 5.51445 9.11226 5.51445 10.0552 6.24515 10.3721 7.25408 10.4608 7.53672 10.7426 7.71226 11.0354 7.66735 11.3283 7.62245 11.5445 7.37054 11.5445 7.07429V5.223C11.5445 4.89163 11.2759 4.623 10.9445 4.623 10.6348 4.623 10.3799 4.85764 10.3479 5.15885 9.71054 4.63149 8.89266 4.31445 8.00028 4.31445z" } }, { "tag": "path", "attrs": { "d": "M0.899902 8.00002C0.899902 4.0788 4.07868 0.900024 7.9999 0.900024C11.9211 0.900024 15.0999 4.0788 15.0999 8.00002C15.0999 11.9212 11.9211 15.1 7.9999 15.1C4.07868 15.1 0.899902 11.9212 0.899902 8.00002ZM7.9999 2.10002C4.74142 2.10002 2.0999 4.74154 2.0999 8.00002C2.0999 11.2585 4.74142 13.9 7.9999 13.9C11.2584 13.9 13.8999 11.2585 13.8999 8.00002C13.8999 4.74154 11.2584 2.10002 7.9999 2.10002Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] }, { "tag": "defs", "attrs": {}, "children": [{ "tag": "clipPath", "attrs": { "id": "renew-single_clip0_910_206" }, "children": [{ "tag": "path", "attrs": { "fill": "#fff", "d": "M0 0H16V16H0z" } }] }] }], "defIds": ["renew-single_clip0_910_206"] };
- export var RenewSingle = forwardRef(function (props, ref) {
- return createElement(IconBase, Object.assign({}, props, {
- id: 'renew-single',
- ref: ref,
- icon: element,
- }));
- });
- RenewSingle.displayName = 'RenewSingle';
- export default RenewSingle;
- //# sourceMappingURL=renew-single.js.map
|