@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
24 lines (23 loc) • 554 B
JavaScript
//#region virtual:view--mode-1/24.js
const ViewMode_124 = require("../utils-BpydAK29.cjs").createSVGComponent("ViewMode_124", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 24,
"height": 24
}, [
{
"elem": "path",
"attrs": { "d": "M4 26H28V28H4z" }
},
{
"elem": "path",
"attrs": { "d": "M4 19H28V21H4z" }
},
{
"elem": "path",
"attrs": { "d": "M26,6v6H6V6H26m0-2H6A2,2,0,0,0,4,6v6a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6a2,2,0,0,0-2-2Z" }
}
]);
//#endregion
module.exports = ViewMode_124;