react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 493 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_functions_outline = void 0;
var ic_functions_outline = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0V0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M18 4H6v2l6.5 6L6 18v2h12v-3h-7l5-5-5-5h7V4z"
},
"children": []
}]
};
exports.ic_functions_outline = ic_functions_outline;
;