react-icons-kit
Version:
React Icons Kit using various Svg Icon set
16 lines (15 loc) • 429 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.windowMaximize = void 0;
var windowMaximize = {
"viewBox": "0 0 1792 1792",
"children": [{
"name": "path",
"attribs": {
"d": "M256 1408h1280v-768h-1280v768zM1792 288v1216q0 66-47 113t-113 47h-1472q-66 0-113-47t-47-113v-1216q0-66 47-113t113-47h1472q66 0 113 47t47 113z"
}
}]
};
exports.windowMaximize = windowMaximize;
;