react-icons-kit
Version:
React Icons Kit using various Svg Icon set
30 lines (29 loc) • 603 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.mail = void 0;
var mail = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"
},
"children": []
}, {
"name": "polyline",
"attribs": {
"points": "22,6 12,13 2,6"
},
"children": []
}],
"attribs": {
"fill": "none",
"stroke": "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round"
}
};
exports.mail = mail;
;