@icongo/vv
Version:
Vivid Icons
30 lines • 1.03 kB
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 VVServer = 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: "M11 14h26v7H11v-7Zm0 14h26v7H11v-7Z",
style: {
fillRule: "evenodd",
fill: "#ff6e6e"
}
}), /*#__PURE__*/_jsx("path", {
d: "M11 7h26v7H11V7Zm0 14h26v7H11v-7Zm0 14h26v7H11v-7Z",
style: {
fill: "#0c0058",
fillRule: "evenodd"
}
}), /*#__PURE__*/_jsx("path", {
d: "M14.5 37a1.5 1.5 0 1 1-1.5 1.5 1.5 1.5 0 0 1 1.5-1.5Zm0-7a1.5 1.5 0 1 1-1.5 1.5 1.5 1.5 0 0 1 1.5-1.5Zm0-7a1.5 1.5 0 1 1-1.5 1.5 1.5 1.5 0 0 1 1.5-1.5Zm0-7a1.5 1.5 0 1 1-1.5 1.5 1.5 1.5 0 0 1 1.5-1.5Zm0-7a1.5 1.5 0 1 1-1.5 1.5A1.5 1.5 0 0 1 14.5 9Z",
style: {
fill: "#fff",
fillRule: "evenodd"
}
})]
}));
export { VVServer };