UNPKG

@icongo/vv

Version:
24 lines 726 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 VVGraphPie = 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", { d: "M24 24h18c-.32 9.671-8.233 18-17.981 18A18.019 18.019 0 0 1 6 23.981C6 14.233 14.329 6.32 24 6v18Z", style: { fillRule: "evenodd", fill: "#ff6e6e" } }), /*#__PURE__*/_jsx("path", { d: "M26 6a17.773 17.773 0 0 1 16 16H26V6Z", style: { fill: "#0c0058", fillRule: "evenodd" } })] })); export { VVGraphPie };