@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
32 lines (31 loc) • 774 B
JavaScript
//#region virtual:container-registry/16.js
const ContainerRegistry16 = require("../utils-BpydAK29.cjs").createSVGComponent("ContainerRegistry16", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 16,
"height": 16
}, [
{
"elem": "path",
"attrs": { "d": "M17,13V6H8V22H24V13ZM10,8h5v5H10Zm0,7h5v5H10Zm12,5H17V15h5Z" }
},
{
"elem": "path",
"attrs": { "d": "M28,11H19V2h9ZM21,9h5V4H21Z" }
},
{
"elem": "path",
"attrs": { "d": "M28,20H26v2h2v6H4V22H6V20H4a2.0024,2.0024,0,0,0-2,2v6a2.0024,2.0024,0,0,0,2,2H28a2.0024,2.0024,0,0,0,2-2V22A2.0024,2.0024,0,0,0,28,20Z" }
},
{
"elem": "circle",
"attrs": {
"cx": "7",
"cy": "25",
"r": "1"
}
}
]);
//#endregion
module.exports = ContainerRegistry16;