react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 448 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_get_app = void 0;
var ic_get_app = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z"
},
"children": []
}]
};
exports.ic_get_app = ic_get_app;
;