@icongo/vv
Version:
Vivid Icons
36 lines (35 loc) • 1.1 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.VVSwitchOff = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var VVSwitchOff = function VVSwitchOff(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: "M7 18h34v12H7z",
style: {
stroke: "#fff",
strokeLinecap: "round",
strokeWidth: 0,
fill: "#ff6e6e"
}
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M9 20h8v8H9z",
style: {
fill: "#0c0058",
stroke: "#fff",
strokeLinecap: "round",
strokeWidth: 0
}
})]
}));
};
exports.VVSwitchOff = VVSwitchOff;