react-icons-kit
Version:
React Icons Kit using various Svg Icon set
61 lines (60 loc) • 1.36 kB
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.mailReply = void 0;
var mailReply = {
"viewBox": "0 0 12 16",
"children": [{
"name": "title",
"attribs": {},
"children": []
}, {
"name": "desc",
"attribs": {},
"children": []
}, {
"name": "defs",
"attribs": {},
"children": []
}, {
"name": "g",
"attribs": {
"id": "Octicons",
"stroke": "none",
"stroke-width": "1",
"fill": "none",
"fill-rule": "evenodd"
},
"children": [{
"name": "g",
"attribs": {
"id": "mail-reply",
"fill": "#000000"
},
"children": [{
"name": "g",
"attribs": {
"id": "mail-reply",
"fill": "#000000"
},
"children": [{
"name": "path",
"attribs": {
"d": "M6,2.5 L0,7 L6,11.5 L6,8.5 C7.73,8.5 11.14,9.45 12,12.88 C12,8.33 8.94,5.83 6,5.5 L6,2.5 L6,2.5 Z",
"id": "Shape"
},
"children": [{
"name": "path",
"attribs": {
"d": "M6,2.5 L0,7 L6,11.5 L6,8.5 C7.73,8.5 11.14,9.45 12,12.88 C12,8.33 8.94,5.83 6,5.5 L6,2.5 L6,2.5 Z",
"id": "Shape"
},
"children": []
}]
}]
}]
}]
}]
};
exports.mailReply = mailReply;
;