@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 1.27 kB
JavaScript
var GenIcon = require('../lib').GenIcon
module.exports = function (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 256 232","version":"1.1","preserveAspectRatio":"xMidYMid","fill":"currentColor"},"child":[{"tag":"g","attr":{},"child":[{"tag":"polygon","attr":{"fill":"#FDB300","points":"127.9998 0.0002 55.8548 7.6282 -0.0002 82.6072 127.9998 231.6622 255.9998 82.6072 200.1458 7.6282"}},{"tag":"polygon","attr":{"fill":"#EB6C00","points":"0 82.6076 128 231.6616 51.846 82.6076"}},{"tag":"polygon","attr":{"fill":"#EB6C00","points":"204.1533 82.6076 128.0003 231.6616 255.9993 82.6076"}},{"tag":"polygon","attr":{"fill":"#FDAD00","points":"51.8463 82.6076 128.0003 231.6616 204.1543 82.6076"}},{"tag":"polygon","attr":{"fill":"#FDD231","points":"55.8548 7.6282 51.8458 82.6072 127.9998 0.0002"}},{"tag":"polygon","attr":{"fill":"#FDD231","points":"204.1533 82.6076 200.1453 7.6276 128.0003 0.0006"}},{"tag":"polygon","attr":{"fill":"#FDAD00","points":"204.1542 82.6076 255.9992 82.6076 200.1452 7.6276"}},{"tag":"polygon","attr":{"fill":"#FDAD00","points":"0 82.6076 51.846 82.6076 55.855 7.6276"}},{"tag":"polygon","attr":{"fill":"#FEEEB7","points":"127.9998 0.0002 51.8458 82.6072 204.1538 82.6072"}}],"content":"\n\t"}],"content":"\n"})(props);
};