UNPKG

@icongo/vv

Version:
32 lines (31 loc) 1.34 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.VVIndustry = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var VVIndustry = function VVIndustry(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 24v17H7V19h4v-6l8-8v14h5v5h7.326l2.388-11.8h3.643L39.745 24H41Z", style: { fillRule: "evenodd", fill: "#ff6e6e" } }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M34 39v-5h5v5h-5Zm0-12h5v5h-5v-5Zm-7.812-16c-1-1.677 1.633-5.308 6.124-3.529a11.823 11.823 0 0 0 3.674 1.4V11a13.26 13.26 0 0 1-4.9-1.176A4.185 4.185 0 0 0 26.188 11ZM17 36h5v5h-5v-5Zm0-7h5v5h-5v-5Zm0-7h5v5h-5v-5Zm-6-9 8-8v3l-8 8v-3Zm3 14H9v-5h5v5Zm0 7H9v-5h5v5Zm0 7H9v-5h5v5Zm17-9h-5v-5h5v5Zm0 7h-5v-5h5v5Z", style: { fill: "#0c0058", fillRule: "evenodd" } })] })); }; exports.VVIndustry = VVIndustry;