UNPKG

@icongo/vv

Version:
37 lines (36 loc) 1.24 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.VVDoc = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var VVDoc = function VVDoc(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: "M11 7h26v34H11z", style: { fill: "#ff6e6e" } }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M16 7v11l3-3 3 3V7h-6Zm12 12h9v2h-9v-2Zm0 6h9v2h-9v-2Zm0 5h9v2h-9v-2Z", style: { fillRule: "evenodd", fill: "#0c0058" } }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M24.995 19.005v1.982h3.01v-1.982h-3.01Zm0 6.01V27h3.01v-1.984h-3.01Zm0 4.978v2.014h3.01v-2.014h-3.01Z", style: { fill: "#fff", fillRule: "evenodd" } })] })); }; exports.VVDoc = VVDoc;