UNPKG

@icongo/vv

Version:
40 lines (39 loc) 1.43 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.VVVideoRecording = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var VVVideoRecording = function VVVideoRecording(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: "M29.002 22H.011V.996h28.991z", style: { fillRule: "evenodd", fill: "#ff6e6e" }, transform: "translate(5 13)" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "m38.995 22-9.993-7.227v-6.55L38.995.996z", style: { fill: "#0c0058", fillRule: "evenodd" }, transform: "translate(5 13)" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M6.892 5.649c0 1.339-1.097 2.425-2.449 2.425-1.353 0-2.449-1.086-2.449-2.425 0-1.339 1.096-2.425 2.449-2.425 1.352 0 2.449 1.086 2.449 2.425Z", style: { fill: "#fff" }, transform: "translate(5 13)" })] })); }; exports.VVVideoRecording = VVVideoRecording;