| 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 17", "width": "1em", "height": "1em" }, "children": [{ "tag": "g", "attrs": { "fill": "currentColor", "clipPath": "url(#restore-single_clip0_1247_2)" }, "children": [{ "tag": "path", "attrs": { "d": "M7.41252 10.6196C7.64683 10.3852 7.64683 10.0053 7.41252 9.77103L6.77012 9.12863H9.67836C9.89927 9.12863 10.0784 9.30772 10.0784 9.52863V11.1953C10.0784 11.5267 10.347 11.7953 10.6784 11.7953C11.0097 11.7953 11.2784 11.5267 11.2784 11.1953V9.52863C11.2784 8.64497 10.562 7.92863 9.67836 7.92863H6.77012L7.41252 7.28623C7.64683 7.05191 7.64683 6.67201 7.41252 6.4377C7.1782 6.20338 6.79831 6.20338 6.56399 6.4377L4.89732 8.10437C4.66301 8.33868 4.66301 8.71858 4.89732 8.95289L6.56399 10.6196C6.79831 10.8539 7.1782 10.8539 7.41252 10.6196Z" } }, { "tag": "path", "attrs": { "d": "M2.06678 3.37926C2.0668 1.94333 3.23085 0.779297 4.66678 0.779297H9.44256C10.1796 0.779297 10.8821 1.09213 11.3751 1.63999L13.2659 3.74079C13.6955 4.21822 13.9333 4.83779 13.9333 5.4801V12.7126C13.9333 14.1486 12.7692 15.3126 11.3333 15.3126H4.66665C3.2307 15.3126 2.06663 14.1486 2.06665 12.7126L2.06678 3.37926ZM4.66678 1.9793C3.89359 1.9793 3.26679 2.60609 3.26678 3.37928L3.26665 12.7126C3.26664 13.4858 3.89344 14.1126 4.66665 14.1126H11.3333C12.1065 14.1126 12.7333 13.4858 12.7333 12.7126V5.4801C12.7333 5.44882 12.7322 5.41764 12.7302 5.3866H10.7985C9.91488 5.3866 9.19853 4.67026 9.19853 3.78661V1.9793H4.66678ZM10.4832 2.44275L12.0526 4.1866H10.7985C10.5776 4.1866 10.3985 4.00752 10.3985 3.78661V2.35649C10.4279 2.38389 10.4561 2.41266 10.4832 2.44275Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] }, { "tag": "defs", "attrs": {}, "children": [{ "tag": "clipPath", "attrs": { "id": "restore-single_clip0_1247_2" }, "children": [{ "tag": "rect", "attrs": { "width": 16, "height": 16, "y": 0.05, "fill": "#fff", "rx": 4 } }] }] }], "defIds": ["restore-single_clip0_1247_2"] };
- export var RestoreSingle = forwardRef(function (props, ref) {
- return createElement(IconBase, Object.assign({}, props, {
- id: 'restore-single',
- ref: ref,
- icon: element,
- }));
- });
- RestoreSingle.displayName = 'RestoreSingle';
- export default RestoreSingle;
- //# sourceMappingURL=restore-single.js.map
|