@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
17 lines (16 loc) • 521 B
JavaScript
//#region virtual:maximize/24.js
const Maximize24 = require("../utils-BpydAK29.cjs").createSVGComponent("Maximize24", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 24,
"height": 24
}, [{
"elem": "path",
"attrs": { "d": "M20 2 20 4 26.586 4 18 12.582 19.414 14 28 5.414 28 12 30 12 30 2 20 2z" }
}, {
"elem": "path",
"attrs": { "d": "M14 19.416 12.592 18 4 26.586 4 20 2 20 2 30 12 30 12 28 5.414 28 14 19.416z" }
}]);
//#endregion
module.exports = Maximize24;