UNPKG

@icongo/vv

Version:
32 lines 873 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 VVBadge = props => /*#__PURE__*/_jsxs("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", id: "prefix__badge", width: "1em", height: "1em", viewBox: "0 0 48 48" }, props, { children: [/*#__PURE__*/_jsx("defs", { children: /*#__PURE__*/_jsx("style", { children: ".prefix__vi-primary{fill:#ff6e6e;fill-rule:evenodd}" }) }), /*#__PURE__*/_jsx("path", { d: "M17.012 29v14L24 36l6.988 7V29H17.012Z", className: "prefix__vi-primary" }), /*#__PURE__*/_jsx("circle", { cx: 24, cy: 19, r: 14, style: { fill: "#0c0058" } }), /*#__PURE__*/_jsx("circle", { cx: 24, cy: 19, r: 6, className: "prefix__vi-primary" })] })); export { VVBadge };