UNPKG

@icongo/li

Version:
30 lines (29 loc) 1.29 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIChartDoughnut = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIChartDoughnut = function LIChartDoughnut(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-hidden": "true", viewBox: "0 0 14 14" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#00bcd4", d: "M7 8.895c-1.042 0-1.895-.853-1.895-1.895S5.958 5.105 7 5.105V1C3.684 1 1 3.684 1 7s2.684 6 6 6c1.39 0 2.684-.474 3.726-1.295L8.2 8.485c-.347.252-.758.41-1.2.41z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#448aff", d: "M8.895 7H13c0-3.316-2.684-6-6-6v4.105A1.9 1.9 0 0 1 8.895 7z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#3f51b5", d: "M13 7H8.895c0 .6-.284 1.137-.727 1.484l2.527 3.221A5.94 5.94 0 0 0 13 7z" })] })); }; exports.LIChartDoughnut = LIChartDoughnut;