react-icons-kit
Version:
React Icons Kit using various Svg Icon set
43 lines (42 loc) • 758 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.voicemail = void 0;
var voicemail = {
"viewBox": "0 0 24 24",
"children": [{
"name": "circle",
"attribs": {
"cx": "5.5",
"cy": "11.5",
"r": "4.5"
},
"children": []
}, {
"name": "circle",
"attribs": {
"cx": "18.5",
"cy": "11.5",
"r": "4.5"
},
"children": []
}, {
"name": "line",
"attribs": {
"x1": "5.5",
"y1": "16",
"x2": "18.5",
"y2": "16"
},
"children": []
}],
"attribs": {
"fill": "none",
"stroke": "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round"
}
};
exports.voicemail = voicemail;
;