iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 742 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const PieChart2 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm-.75 1.533v8.156l-5.767 5.768A8.5 8.5 0 0111.25 3.533zM6.543 18.517l5.656-5.655 7.564 2.606A8.502 8.502 0 0112 20.5a8.466 8.466 0 01-5.457-1.983zm13.708-4.467l-7.501-2.585V3.533A8.5 8.5 0 0120.25 14.05z", fill: "#323544" }));
exports.default = PieChart2;