@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 3.7 kB
JavaScript
var GenIcon = require('../lib').GenIcon
module.exports = function (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 256 298","version":"1.1","preserveAspectRatio":"xMidYMid","fill":"currentColor"},"child":[{"tag":"g","attr":{},"child":[{"tag":"polyline","attr":{"fill":"#00B46F","points":"192 112.384 256 150.326857 256 224.768 192 261.248 128 224.768 128 150.345143"}},{"tag":"polyline","attr":{"fill":"#2294D9","points":"128 0 192 37.9428571 192 112.384 128 148.864 64 112.384 64 37.9611429"}},{"tag":"polyline","attr":{"fill":"#2294D9","points":"192 37.9428571 256 75.8857143 256 150.336 192 186.816 128 150.336 128 75.8857143"}},{"tag":"polyline","attr":{"fill":"#F85551","points":"64 37.9428571 128 75.8857143 128 150.336 64 186.816 0 150.336 0 75.8857143"}},{"tag":"polyline","attr":{"fill":"#F85551","points":"64 112.384 128 150.326857 128 224.768 64 261.248 0 224.768 0 150.345143"}},{"tag":"polyline","attr":{"fill":"#00B46F","points":"128 148.873143 192 186.816 192 261.257143 128 297.737143 64 261.257143 64 186.816"}},{"tag":"path","attr":{"d":"M192,37.9428571 L128,75.8857143 L64,37.9428571 L128,0 L192,37.9428571 Z M256,75.8857143 L192,113.846857 L128,75.904 L192,37.9611429 L256,75.904 L256,75.8857143 Z","fill":"#30B2E9"}},{"tag":"polyline","attr":{"fill":"#00AB64","points":"128 223.305143 128 148.882286 64 186.825143 64 261.248"}},{"tag":"polyline","attr":{"fill":"#00CE8E","points":"192 186.816 128 223.296 64 186.816 128 148.873143"}},{"tag":"polygon","attr":{"fill":"#00C783","points":"128 223.305143 64 186.825143 128 148.882286"}},{"tag":"polygon","attr":{"fill":"#2CAEE7","points":"128 75.8857143 64 37.9428571 128 0"}},{"tag":"polyline","attr":{"fill":"#FB716C","points":"128 75.8857143 64 113.846857 0 75.904 64 37.9611429"}},{"tag":"polyline","attr":{"fill":"#1F8ED6","points":"256 150.336 192 186.816 128 148.873143 192 113.856"}},{"tag":"polygon","attr":{"fill":"#F64743","points":"63.0125714 260.626286 0 224.146286 63.0125714 186.185143 63.0125714 260.626286"}},{"tag":"polyline","attr":{"fill":"#F96560","points":"64 113.846857 64 37.9611429 128 75.904 128 148.864"}},{"tag":"polyline","attr":{"fill":"#B71D1D","points":"128 148.873143 128 75.8857143 64 113.846857 64 186.806857"}},{"tag":"polygon","attr":{"fill":"#B21A1A","points":"128 148.873143 64 113.856 128 75.8857143"}},{"tag":"polygon","attr":{"fillOpacity":"0.2","fill":"#10161A","style":{"mixBlendMode":" soft-light"},"points":"256 224.768 192 186.825143 256 150.345143 256 224.768"}},{"tag":"path","attr":{"d":"M192,261.257143 L192,186.816 L128,223.296 L128,297.746286 L192,261.266286 L192,261.257143 Z M256,224.777143 L256,150.336 L192,186.816 L192,261.257143 L256,224.777143 Z","fill":"#007233"}},{"tag":"polygon","attr":{"fill":"#00682C","points":"256 224.768 192 186.825143 256 150.345143 256 224.768"}},{"tag":"polyline","attr":{"fill":"#0759BA","points":"256 150.336 256 75.8857143 192 113.846857 192 186.806857"}},{"tag":"polygon","attr":{"fill":"#0860BF","points":"256 150.336 192 113.856 256 75.8857143"}},{"tag":"path","attr":{"d":"M0,75.8857143 L64,112.384 L128,75.904 L65.4628571,114.578286 L64,186.514286 C64,186.541714 64,186.514286 64,186.514286 L62.5371429,114.56 L0,75.8857143 Z","fill":"#FEBCB7","opacity":"0.78"}},{"tag":"polyline","attr":{"fill":"#4EDCF8","opacity":"0.78","points":"128 75.8857143 192 112.384 256 75.904 193.462857 114.578286 192 186.806857 190.537143 114.578286"}},{"tag":"path","attr":{"d":"M64,186.816 L128,221.851429 L192,186.816 L129.462857,224.027429 L128,297.691429 C128,297.718857 128,297.691429 128,297.691429 L126.537143,224.036571 L64,186.825143 L64,186.816 Z","fill":"#00F3C9","opacity":"0.78"}}],"content":"\n\t"}],"content":"\n"})(props);
};