UNPKG

491 BJavaScriptView Raw
1import * as React from "react";
2
3function ChartPieIcon(props) {
4 return /*#__PURE__*/React.createElement("svg", Object.assign({
5 xmlns: "http://www.w3.org/2000/svg",
6 viewBox: "0 0 20 20",
7 fill: "currentColor",
8 "aria-hidden": "true"
9 }, props), /*#__PURE__*/React.createElement("path", {
10 d: "M2 10a8 8 0 018-8v8h8a8 8 0 11-16 0z"
11 }), /*#__PURE__*/React.createElement("path", {
12 d: "M12 2.252A8.014 8.014 0 0117.748 8H12V2.252z"
13 }));
14}
15
16export default ChartPieIcon;
\No newline at end of file