react-icons-kit
Version:
React Icons Kit using various Svg Icon set
17 lines (16 loc) • 363 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.egg = void 0;
var egg = {
"viewBox": "0 0 512 512",
"children": [{
"name": "path",
"attribs": {
"d": "M256,32C192,32,96,165.2,96,288.9C96,412.6,160,480,256,480s160-67.4,160-191.1C416,165.2,320,32,256,32z"
},
"children": []
}]
};
exports.egg = egg;
;