@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
40 lines (39 loc) • 723 B
JavaScript
//#region virtual:gui/16.js
const Gui16 = require("../utils-BpydAK29.cjs").createSVGComponent("Gui16", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 16,
"height": 16
}, [
{
"elem": "circle",
"attrs": {
"cx": "20",
"cy": "8",
"r": "1"
}
},
{
"elem": "circle",
"attrs": {
"cx": "23",
"cy": "8",
"r": "1"
}
},
{
"elem": "circle",
"attrs": {
"cx": "26",
"cy": "8",
"r": "1"
}
},
{
"elem": "path",
"attrs": { "d": "M28,4H4A2.0023,2.0023,0,0,0,2,6V26a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V6A2.0023,2.0023,0,0,0,28,4Zm0,2v4H4V6ZM4,12h6V26H4Zm8,14V12H28V26Z" }
}
]);
//#endregion
module.exports = Gui16;