@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 866 B
JavaScript
var GenIcon = require('../lib').GenIcon
module.exports = function (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 256 179","version":"1.1","preserveAspectRatio":"xMidYMid","fill":"currentColor"},"child":[{"tag":"g","attr":{},"child":[{"tag":"path","attr":{"d":"M225.82768,170.581452 L212.544874,169.790991 L182.974285,89.7589745 L147.755271,130.978751 L133.820488,134.456778 L62.4712855,178.65028 L76.3135418,133.604429 L76.3496947,133.399154 L39.8361632,138.526733 L80.260944,60.7153594 L118.620355,35.5505173 L-1.42108547e-14,0 L164.052858,19.2314836 L164.009965,47.5900327 L169.623463,49.2346815 L210.976208,61.3226049 L223.081288,151.425338 L256,129.991594 L225.82768,170.581452","fill":"#B5D118","transform":"translate(128.000000, 89.325140) scale(1, -1) translate(-128.000000, -89.325140) "}}],"content":"\n "}],"content":"\n"})(props);
};