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_turned_in_not = void 0;
var ic_turned_in_not = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M17 3H7c-1.1 0-1.99.9-1.99 2L5 21l7-3 7 3V5c0-1.1-.9-2-2-2zm0 15l-5-2.18L7 18V5h10v13z"
},
"children": []
}]
};
exports.ic_turned_in_not = ic_turned_in_not;
;