react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 545 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_call_missed_outgoing_twotone = void 0;
var ic_call_missed_outgoing_twotone = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M19 10.41V15h2V7h-8v2h4.59L12 14.59 4.41 7 3 8.41l9 9z"
},
"children": []
}]
};
exports.ic_call_missed_outgoing_twotone = ic_call_missed_outgoing_twotone;
;