@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
17 lines (16 loc) • 456 B
JavaScript
//#region virtual:connection--usage/24.js
const ConnectionUsage24 = require("../utils-BpydAK29.cjs").createSVGComponent("ConnectionUsage24", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 24,
"height": 24
}, [{
"elem": "path",
"attrs": {
"stroke-width": "0",
"d": "m17,26V6c0-1.1046-.8954-2-2-2H4v2h11v20c0,1.1046.8954,2,2,2h11v-2h-11Z"
}
}]);
//#endregion
module.exports = ConnectionUsage24;