UNPKG

@icongo/vv

Version:
32 lines (31 loc) 1.22 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.VVChat = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var VVChat = function VVChat(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 48 48" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M24 39.765A18.556 18.556 0 0 1 13.924 37.1L7 44V23.882l.012.006C7.011 23.791 7 23.7 7 23.6 7 14.369 13.247 8 24 8s17 6.652 17 15.882-6.247 15.883-17 15.883Z", style: { fillRule: "evenodd", fill: "#ff6e6e" } }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M31.994 20.99a3 3 0 1 1-3 3 3 3 0 0 1 3-3ZM24 21a3 3 0 1 1-3 3 3 3 0 0 1 3-3Zm-8 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3Z", style: { fill: "#0c0058", fillRule: "evenodd" } })] })); }; exports.VVChat = VVChat;