@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
48 lines (47 loc) • 849 B
JavaScript
//#region virtual:switcher/24.js
const Switcher24 = require("../utils-BpydAK29.cjs").createSVGComponent("Switcher24", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 24,
"height": 24
}, [
{
"elem": "path",
"attrs": { "d": "M14 4H18V8H14z" }
},
{
"elem": "path",
"attrs": { "d": "M4 4H8V8H4z" }
},
{
"elem": "path",
"attrs": { "d": "M24 4H28V8H24z" }
},
{
"elem": "path",
"attrs": { "d": "M14 14H18V18H14z" }
},
{
"elem": "path",
"attrs": { "d": "M4 14H8V18H4z" }
},
{
"elem": "path",
"attrs": { "d": "M24 14H28V18H24z" }
},
{
"elem": "path",
"attrs": { "d": "M14 24H18V28H14z" }
},
{
"elem": "path",
"attrs": { "d": "M4 24H8V28H4z" }
},
{
"elem": "path",
"attrs": { "d": "M24 24H28V28H24z" }
}
]);
//#endregion
module.exports = Switcher24;