react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 623 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_work_outline_outline = void 0;
var ic_work_outline_outline = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0V0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M14 6V4h-4v2h4zM4 8v11h16V8H4zm16-2c1.11 0 2 .89 2 2v11c0 1.11-.89 2-2 2H4c-1.11 0-2-.89-2-2l.01-11c0-1.11.88-2 1.99-2h4V4c0-1.11.89-2 2-2h4c1.11 0 2 .89 2 2v2h4z"
},
"children": []
}]
};
exports.ic_work_outline_outline = ic_work_outline_outline;
;