@icongo/vv
Version:
Vivid Icons
22 lines • 612 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 VVDesktop = 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: "M43 36H5V9h38v27Zm-12 7H17v-2h14v2Z",
style: {
fill: "#ff6e6e"
}
}), /*#__PURE__*/_jsx("path", {
d: "M8 33V12h32v21H8Zm11 3h10v3l2 2H17l2-2v-3Z",
style: {
fill: "#0c0058"
}
})]
}));
export { VVDesktop };