react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 515 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_call_missed_outline = void 0;
var ic_call_missed_outline = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0V0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M19.59 7L12 14.59 6.41 9H11V7H3v8h2v-4.59l7 7 9-9L19.59 7z"
},
"children": []
}]
};
exports.ic_call_missed_outline = ic_call_missed_outline;
;