@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
36 lines (35 loc) • 794 B
JavaScript
//#region virtual:edge-service/24.js
const EdgeService24 = require("../utils-BpydAK29.cjs").createSVGComponent("EdgeService24", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 24,
"height": 24
}, [
{
"elem": "path",
"attrs": { "d": "M7 11H9V21H7z" }
},
{
"elem": "path",
"attrs": { "d": "M11 11H13V21H11z" }
},
{
"elem": "path",
"attrs": { "d": "M15 11H17V21H15z" }
},
{
"elem": "path",
"attrs": { "d": "M19 11H21V21H19z" }
},
{
"elem": "path",
"attrs": { "d": "M23 11H25V21H23z" }
},
{
"elem": "path",
"attrs": { "d": "M28,26H4a2.0023,2.0023,0,0,1-2-2V8A2.0023,2.0023,0,0,1,4,6H28a2.0023,2.0023,0,0,1,2,2V24A2.0023,2.0023,0,0,1,28,26ZM4,8V24H28V8Z" }
}
]);
//#endregion
module.exports = EdgeService24;