@icongo/vv
Version:
Vivid Icons
28 lines • 713 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var VVSwitchOff = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
d: "M7 18h34v12H7z",
style: {
stroke: "#fff",
strokeLinecap: "round",
strokeWidth: 0,
fill: "#ff6e6e"
}
}), /*#__PURE__*/_jsx("path", {
d: "M9 20h8v8H9z",
style: {
fill: "#0c0058",
stroke: "#fff",
strokeLinecap: "round",
strokeWidth: 0
}
})]
}));
export { VVSwitchOff };