UNPKG

@icongo/fc

Version:
21 lines 704 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 FCPieChart = props => /*#__PURE__*/_jsxs("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 48 48" }, props, { children: [/*#__PURE__*/_jsx("path", { fill: "#00BCD4", d: "M24 6C14.1 6 6 14.1 6 24s8.1 18 18 18c5.2 0 9.9-2.2 13.1-5.7L24 24V6z" }), /*#__PURE__*/_jsx("path", { fill: "#448AFF", d: "M42 24c0-9.9-8.1-18-18-18v18h18z" }), /*#__PURE__*/_jsx("path", { fill: "#3F51B5", d: "m24 24 13.1 12.3c3-3.2 4.9-7.5 4.9-12.3H24z" })] })); export { FCPieChart };