@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
17 lines (16 loc) • 544 B
JavaScript
//#region virtual:tablet--landscape/32.js
const TabletLandscape32 = require("../utils-BpydAK29.cjs").createSVGComponent("TabletLandscape32", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 32,
"height": 32
}, [{
"elem": "path",
"attrs": { "d": "M24 13H26V19H24z" }
}, {
"elem": "path",
"attrs": { "d": "M30,7V25a2.0023,2.0023,0,0,1-2,2H4a2.002,2.002,0,0,1-2-2V7A2.0023,2.0023,0,0,1,4,5H28A2.0027,2.0027,0,0,1,30,7ZM4,25H28V7H4Z" }
}]);
//#endregion
module.exports = TabletLandscape32;