react-icons-kit
Version:
React Icons Kit using various Svg Icon set
25 lines (24 loc) • 557 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_open_in_full_twotone = void 0;
var ic_open_in_full_twotone = {
"viewBox": "0 0 24 24",
"children": [{
"name": "rect",
"attribs": {
"fill": "none",
"height": "24",
"width": "24"
},
"children": []
}, {
"name": "polygon",
"attribs": {
"points": "21,11 21,3 13,3 16.29,6.29 6.29,16.29 3,13 3,21 11,21 7.71,17.71 17.71,7.71"
},
"children": []
}]
};
exports.ic_open_in_full_twotone = ic_open_in_full_twotone;
;