| 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", "fillRule": "evenodd", "clipPath": "url(#pie-chart-single_clip0_1644_114)", "clipRule": "evenodd" }, "children": [{ "tag": "path", "attrs": { "d": "M7.40023 2.22624C4.47633 2.5265 2.19561 4.99701 2.19561 8.00023C2.19561 11.206 4.79442 13.8048 8.00023 13.8048C11.0034 13.8048 13.474 11.5241 13.7742 8.60023H9.60023C8.3852 8.60023 7.40023 7.61525 7.40023 6.40023V2.22624ZM0.995605 8.00023C0.995605 4.13168 4.13168 0.995605 8.00023 0.995605C8.3316 0.995605 8.60023 1.26423 8.60023 1.59561V6.40023C8.60023 6.95251 9.04794 7.40023 9.60023 7.40023H14.4049C14.7362 7.40023 15.0049 7.66886 15.0049 8.00023C15.0049 11.8688 11.8688 15.0049 8.00023 15.0049C4.13168 15.0049 0.995605 11.8688 0.995605 8.00023Z" } }, { "tag": "path", "attrs": { "d": "M9.56654 1.40506C9.72053 1.29203 9.91914 1.25907 10.1014 1.3163C12.2805 2.00072 13.9997 3.71989 14.6841 5.899C14.7413 6.08125 14.7083 6.27986 14.5953 6.43384C14.4823 6.58783 14.3027 6.67879 14.1116 6.67879H10.0216C9.635 6.67879 9.3216 6.36539 9.3216 5.97879V1.88873C9.3216 1.69771 9.41256 1.5181 9.56654 1.40506ZM10.5216 2.77012V5.47879H13.2303C12.6601 4.29855 11.7018 3.34027 10.5216 2.77012Z" } }] }, { "tag": "defs", "attrs": {}, "children": [{ "tag": "clipPath", "attrs": { "id": "pie-chart-single_clip0_1644_114" }, "children": [{ "tag": "path", "attrs": { "fill": "#fff", "d": "M0 0H16V16H0z" } }] }] }], "defIds": ["pie-chart-single_clip0_1644_114"] };
- export var PieChartSingle = forwardRef(function (props, ref) {
- return createElement(IconBase, Object.assign({}, props, {
- id: 'pie-chart-single',
- ref: ref,
- icon: element,
- }));
- });
- PieChartSingle.displayName = 'PieChartSingle';
- export default PieChartSingle;
- //# sourceMappingURL=pie-chart-single.js.map
|