@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
28 lines (27 loc) • 784 B
JavaScript
//#region virtual:list--boxes/32.js
const ListBoxes32 = require("../utils-BpydAK29.cjs").createSVGComponent("ListBoxes32", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 32,
"height": 32
}, [
{
"elem": "path",
"attrs": { "d": "M16 8H30V10H16z" }
},
{
"elem": "path",
"attrs": { "d": "M16 22H30V24H16z" }
},
{
"elem": "path",
"attrs": { "d": "M10,14H4a2.0023,2.0023,0,0,1-2-2V6A2.0023,2.0023,0,0,1,4,4h6a2.0023,2.0023,0,0,1,2,2v6A2.0023,2.0023,0,0,1,10,14ZM4,6v6h6.0012L10,6Z" }
},
{
"elem": "path",
"attrs": { "d": "M10,28H4a2.0023,2.0023,0,0,1-2-2V20a2.0023,2.0023,0,0,1,2-2h6a2.0023,2.0023,0,0,1,2,2v6A2.0023,2.0023,0,0,1,10,28ZM4,20v6h6.0012L10,20Z" }
}
]);
//#endregion
module.exports = ListBoxes32;