@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
28 lines (27 loc) • 824 B
JavaScript
//#region virtual:edge-device/16.js
const EdgeDevice16 = require("../utils-BpydAK29.cjs").createSVGComponent("EdgeDevice16", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 16,
"height": 16
}, [
{
"elem": "path",
"attrs": { "d": "M9 21H23V23H9z" }
},
{
"elem": "path",
"attrs": { "d": "M11,14a2,2,0,1,0,2,2A1.9806,1.9806,0,0,0,11,14Z" }
},
{
"elem": "path",
"attrs": { "d": "M21,14a2,2,0,1,0,2,2A1.9806,1.9806,0,0,0,21,14Z" }
},
{
"elem": "path",
"attrs": { "d": "M28,8H18.4141l2.0722-2.0723A2.04,2.04,0,0,0,21,6a2,2,0,1,0-2-2,2.0412,2.0412,0,0,0,.0723.5137L15.5859,8H4a2.0025,2.0025,0,0,0-2,2V26a2.0025,2.0025,0,0,0,2,2H28a2.0025,2.0025,0,0,0,2-2V10A2.0025,2.0025,0,0,0,28,8ZM4,26V10H28V26Z" }
}
]);
//#endregion
module.exports = EdgeDevice16;