UNPKG

@icongo/vv

Version:
35 lines (34 loc) 1.47 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.VVBuilding = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var VVBuilding = function VVBuilding(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: "M41 42H8V7h17v10.99h16V42Z", style: { fillRule: "evenodd", fill: "#ff6e6e", stroke: "#fff", strokeLinecap: "round", strokeWidth: 0 } }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M35.012 39v-2.99h3V39h-3Zm0-8.01h3v3.018h-3V30.99Zm0-4.992h3v2.989h-3V26Zm0-4.993h3V24h-3v-2.99Zm-5 15.005h3V39h-3v-2.99Zm0-5.021h3v3.018h-3V30.99Zm0-4.992h3v2.989h-3V26Zm0-4.993h3V24h-3v-2.99ZM25 18h2v24h-2V18ZM11.994 37h9.012v2.015h-9.012V37Zm0-5h9.012v2.015h-9.012v-2.021Zm0-5h9.012v2.015h-9.012v-2.023Zm0-5h9.012v2.015h-9.012v-2.024Zm0-5h9.012v2h-9.012v-2.011Zm0-5h9.012v2h-9.012v-2.013Z", style: { fill: "#0c0058", fillRule: "evenodd" } })] })); }; exports.VVBuilding = VVBuilding;