react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 550 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_fullscreen_exit_outline = void 0;
var ic_fullscreen_exit_outline = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0V0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M5 16h3v3h2v-5H5v2zm3-8H5v2h5V5H8v3zm6 11h2v-3h3v-2h-5v5zm2-11V5h-2v5h5V8h-3z"
},
"children": []
}]
};
exports.ic_fullscreen_exit_outline = ic_fullscreen_exit_outline;
;