iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 772 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 ChartPieSliceThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M100 109.5v-72a4 4 0 00-5.33-3.77 100 100 0 00-65 112.5A4 4 0 0035.6 149L98 113a4 4 0 002-3.5zm-8-2.31l-55.33 31.92A92 92 0 0192 43.34zM128 28a4 4 0 00-4 4v94.12l-80.8 47.06a4 4 0 00-1.43 5.49A100 100 0 10128 28zm0 192a92.47 92.47 0 01-77.22-42L130 131.88a4 4 0 002-3.46V36.09A92 92 0 01128 220z" }));
exports.default = ChartPieSliceThin;