react-icons-kit
Version:
React Icons Kit using various Svg Icon set
31 lines (30 loc) • 668 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_chat_bubble_twotone = void 0;
var ic_chat_bubble_twotone = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0V0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M4 18l2-2h14V4H4z",
"opacity": ".3"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H6l-2 2V4h16v12z"
},
"children": []
}]
};
exports.ic_chat_bubble_twotone = ic_chat_bubble_twotone;
;