react-icons-kit
Version:
React Icons Kit using various Svg Icon set
17 lines (16 loc) • 482 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.iosEmailOutline = void 0;
var iosEmailOutline = {
"viewBox": "0 0 512 512",
"children": [{
"name": "path",
"attribs": {
"d": "M64,128v256h384V128H64z M256,267.9L93.2,144h325.6L256,267.9z M80,368V154.1l115.1,87.6L127,319l2,2l78.9-69.6L256,288\r\n\tl48.1-36.6L383,321l2-2l-68.1-77.4L432,154.1V368H80z"
},
"children": []
}]
};
exports.iosEmailOutline = iosEmailOutline;
;