UNPKG

@icongo/li

Version:
30 lines (29 loc) 1.13 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIChartPieChart = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIChartPieChart = function LIChartPieChart(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 1C3.7 1 1 3.7 1 7s2.7 6 6 6c1.733 0 3.3-.733 4.367-1.9L7 7V1z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#448aff", d: "M13 7c0-3.3-2.7-6-6-6v6h6z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#3f51b5", d: "m7 7 4.367 4.1C12.367 10.033 13 8.6 13 7H7z" })] })); }; exports.LIChartPieChart = LIChartPieChart;