@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 797 B
JavaScript
var GenIcon = require('../lib').GenIcon
module.exports = function (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 256 307","version":"1.1","preserveAspectRatio":"xMidYMid","fill":"currentColor"},"child":[{"tag":"g","attr":{},"child":[{"tag":"path","attr":{"d":"M122.434516,189.21698 L0,189.21698 L0,0 L11.1304106,0 C72.6036683,0 122.434516,49.8308482 122.434516,111.304106 L122.434516,189.21698 Z","fill":"#FEC514"}},{"tag":"path","attr":{"d":"M116.869311,306.086291 L122.434516,306.086291 L122.434516,189.21698 L0,189.21698 C0,253.762231 52.3240602,306.086291 116.869311,306.086291","fill":"#343741"}},{"tag":"polygon","attr":{"fill":"#00BFB3","points":"150.261099 306.086291 256 306.086291 256 189.21698 150.261099 189.21698"}}],"content":"\n "}],"content":"\n"})(props);
};