@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
40 lines (39 loc) • 794 B
JavaScript
//#region virtual:list--dropdown/24.js
const ListDropdown24 = require("../utils-BpydAK29.cjs").createSVGComponent("ListDropdown24", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 24,
"height": 24
}, [
{
"elem": "path",
"attrs": { "d": "M26,6V2H2V12h9V30H30V6ZM4,10V4H24V6H11v4ZM28,28H13V8H28Z" }
},
{
"elem": "path",
"attrs": { "d": "M15 11H17V13H15z" }
},
{
"elem": "path",
"attrs": { "d": "M19 11H26V13H19z" }
},
{
"elem": "path",
"attrs": { "d": "M15 17H17V19H15z" }
},
{
"elem": "path",
"attrs": { "d": "M19 17H26V19H19z" }
},
{
"elem": "path",
"attrs": { "d": "M15 23H17V25H15z" }
},
{
"elem": "path",
"attrs": { "d": "M19 23H26V25H19z" }
}
]);
//#endregion
module.exports = ListDropdown24;