@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
17 lines (16 loc) • 546 B
JavaScript
//#region virtual:chip/32.js
const Chip32 = require("../utils-BpydAK29.cjs").createSVGComponent("Chip32", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 32,
"height": 32
}, [{
"elem": "path",
"attrs": { "d": "M11,11V21H21V11Zm8,8H13V13h6Z" }
}, {
"elem": "path",
"attrs": { "d": "M30,13V11H26V8a2,2,0,0,0-2-2H21V2H19V6H13V2H11V6H8A2,2,0,0,0,6,8v3H2v2H6v6H2v2H6v3a2,2,0,0,0,2,2h3v4h2V26h6v4h2V26h3a2,2,0,0,0,2-2V21h4V19H26V13ZM24,24H8V8H24Z" }
}]);
//#endregion
module.exports = Chip32;