@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
32 lines (31 loc) • 852 B
JavaScript
//#region virtual:tcp-ip-service/32.js
const TcpIpService32 = require("../utils-BpydAK29.cjs").createSVGComponent("TcpIpService32", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 32,
"height": 32
}, [
{
"elem": "path",
"attrs": { "d": "M16 28H30V30H16z" }
},
{
"elem": "path",
"attrs": { "d": "M27,26h-8c-1.1028,0-2-.8972-2-2v-5c0-1.1028,.8972-2,2-2h8c1.1028,0,2,.8972,2,2v5c0,1.1028-.8972,2-2,2Zm-8-7v5h8v-5h-8Z" }
},
{
"elem": "path",
"attrs": { "d": "M15,23h-5c-1.1028,0-2-.8972-2-2v-4h2v4h5v2Z" }
},
{
"elem": "path",
"attrs": { "d": "M2 13H16V15H2z" }
},
{
"elem": "path",
"attrs": { "d": "M13,11H5c-1.1028,0-2-.8972-2-2V4c0-1.1028,.8972-2,2-2H13c1.1028,0,2,.8972,2,2v5c0,1.1028-.8972,2-2,2ZM5,4v5H13V4H5Z" }
}
]);
//#endregion
module.exports = TcpIpService32;