UNPKG

@icongo/li

Version:
22 lines 728 B
import _extends from "@babel/runtime/helpers/extends"; import { jsx as _jsx } from "react/jsx-runtime"; import { jsxs as _jsxs } from "react/jsx-runtime"; var LIChartPieChart = props => /*#__PURE__*/_jsxs("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-hidden": "true", viewBox: "0 0 14 14" }, props, { children: [/*#__PURE__*/_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__*/_jsx("path", { fill: "#448aff", d: "M13 7c0-3.3-2.7-6-6-6v6h6z" }), /*#__PURE__*/_jsx("path", { fill: "#3f51b5", d: "m7 7 4.367 4.1C12.367 10.033 13 8.6 13 7H7z" })] })); export { LIChartPieChart };