@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
36 lines (35 loc) • 822 B
JavaScript
//#region virtual:collapse-categories/16.js
const CollapseCategories16 = require("../utils-BpydAK29.cjs").createSVGComponent("CollapseCategories16", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 16,
"height": 16
}, [
{
"elem": "path",
"attrs": { "d": "M14 25H28V27H14z" }
},
{
"elem": "path",
"attrs": { "d": "M7.17 26 4.59 28.58 6 30 10 26 6 22 4.58 23.41 7.17 26z" }
},
{
"elem": "path",
"attrs": { "d": "M14 15H28V17H14z" }
},
{
"elem": "path",
"attrs": { "d": "M7.17 16 4.59 18.58 6 20 10 16 6 12 4.58 13.41 7.17 16z" }
},
{
"elem": "path",
"attrs": { "d": "M14 5H28V7H14z" }
},
{
"elem": "path",
"attrs": { "d": "M7.17 6 4.59 8.58 6 10 10 6 6 2 4.58 3.41 7.17 6z" }
}
]);
//#endregion
module.exports = CollapseCategories16;