react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 517 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_get_app_outline = void 0;
var ic_get_app_outline = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0V0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M13 5v6h1.17L12 13.17 9.83 11H11V5h2m2-2H9v6H5l7 7 7-7h-4V3zm4 15H5v2h14v-2z"
},
"children": []
}]
};
exports.ic_get_app_outline = ic_get_app_outline;
;