UNPKG

676 BJavaScriptView Raw
1const React = require("react");
2
3function ChartPieIcon(props) {
4 return /*#__PURE__*/React.createElement("svg", Object.assign({
5 xmlns: "http://www.w3.org/2000/svg",
6 fill: "none",
7 viewBox: "0 0 24 24",
8 stroke: "currentColor",
9 "aria-hidden": "true"
10 }, props), /*#__PURE__*/React.createElement("path", {
11 strokeLinecap: "round",
12 strokeLinejoin: "round",
13 strokeWidth: 2,
14 d: "M11 3.055A9.001 9.001 0 1020.945 13H11V3.055z"
15 }), /*#__PURE__*/React.createElement("path", {
16 strokeLinecap: "round",
17 strokeLinejoin: "round",
18 strokeWidth: 2,
19 d: "M20.488 9H15V3.512A9.025 9.025 0 0120.488 9z"
20 }));
21}
22
23module.exports = ChartPieIcon;
\No newline at end of file