@icongo/vv
Version:
Vivid Icons
31 lines (30 loc) • 1.17 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.VVProcessor = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var VVProcessor = function VVProcessor(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: "M12 12h24v24H12z",
style: {
fill: "#ff6e6e"
}
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M16 16h16v16H16V16Zm-8 0h4v3H8v-3Zm0 6h4v3H8v-3Zm0 6h4v3H8v-3Zm28-12h4v3h-4v-3Zm0 6h4v3h-4v-3Zm0 6h4v3h-4v-3ZM32 8v4h-3V8h3Zm-6 0v4h-3V8h3Zm-6 0v4h-3V8h3Zm11 28v4h-3v-4h3Zm-6 0v4h-3v-4h3Zm-6 0v4h-3v-4h3Z",
style: {
fill: "#0c0058",
fillRule: "evenodd"
}
})]
}));
};
exports.VVProcessor = VVProcessor;