@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 256","version":"1.1","preserveAspectRatio":"xMidYMid","fill":"currentColor"},"child":[{"tag":"g","attr":{},"child":[{"tag":"rect","attr":{"fill":"#222222","x":"0","y":"0","width":"256","height":"256"}},{"tag":"path","attr":{"d":"M114.4064,35.2768 L91.8272,99.81952 L23.332864,100.00896 L78.84288,141.0304 L58.89536,207.26272 L114.9696,167.56224 L172.55424,209.71008 L151.4752,140.84096 L206.42304,99.81952 L138.11712,100.00896 L114.4064,35.2768","fill":"#E08524"}},{"tag":"path","attr":{"d":"M117.22752,34.335744 L139.99616,45.061632 L159.001088,96.998912 L140.184064,96.998912 L117.22752,34.340352","fill":"#466770"}},{"tag":"path","attr":{"d":"M156.3392,142.23872 L178.825728,153.28256 L233.246208,113.764864 L210.75968,101.789696 L156.3392,142.23872","fill":"#304A51"}},{"tag":"path","attr":{"d":"M156.30848,142.19776 L178.825728,153.233408 L200.114688,222.071808 L176.829952,210.22976 L156.30848,142.20032","fill":"#466770"}},{"tag":"path","attr":{"d":"M62.09536,209.61792 L114.9696,171.795968 L133.504512,185.532416 L83.5456,220.532224 L62.094336,209.618432","fill":"#304A51"}}],"content":"\n\t"}],"content":"\n"})(props);
};