@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 1.02 kB
JavaScript
var GenIcon = require('../lib').GenIcon
module.exports = function (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 256 174","version":"1.1","preserveAspectRatio":"xMidYMid","fill":"currentColor"},"child":[{"tag":"g","attr":{},"child":[{"tag":"path","attr":{"d":"M254.233662,4.15242981 C252.753011,2.03472572 250.490421,0.593369385 247.945359,0.14654063 C245.400296,-0.300288125 242.782043,0.284153498 240.668579,1.77084984 L1.73656873,169.047073 C3.55438069,171.649797 6.53025783,173.198883 9.70493837,173.194991 L9.71486162,173.204914 L246.265292,173.204914 C251.643693,173.204914 256,168.838685 256,163.460283 L256,9.57052424 C255.969427,7.62183394 255.354044,5.72728426 254.233662,4.13258331 M15.3115745,1.76092659 C12.3623314,-0.301248655 8.51599487,-0.568134478 5.31020914,1.06696168 C2.10442341,2.70205784 0.0622170858,5.97236768 0,9.57052424 L0,163.748057 L113.750213,70.5687412 L15.3214978,1.74108009","fill":"#7856FF","fillRule":"nonzero"}}],"content":"\n "}],"content":"\n"})(props);
};