@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 1 kB
JavaScript
var GenIcon = require('../lib').GenIcon
module.exports = function (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 256 187","version":"1.1","preserveAspectRatio":"xMidYMid","fill":"currentColor"},"child":[{"tag":"g","attr":{},"child":[{"tag":"path","attr":{"d":"M121.474,45.3190339 C126.476,35.6540339 130.197,23.5620339 132.662,9.09003394 C74.323,-13.8199661 3.547,3.99803394 0,92.2030339 C0.947,174.104034 66.864,204.087034 139.855,175.583034 L175.817,49.5810339 L210.448,180.911034 C226.36,183.609034 241.622,183.897034 256,180.911034 L200.058,1.89803394 C183.365,-0.63196606 168.092,-0.63196606 154.24,1.89803394 L130.531,76.2200339 C138.49,78.6170339 147.723,79.4770339 155.838,81.0150339 L86.843,81.0150339 C84.637,93.5000339 84.787,105.264034 86.843,116.445034 L117.745,116.445034 L108.953,144.149034 C72.458,153.639034 46.485,140.353034 46.086,91.4040339 C47.251,44.7860339 72.109,27.7910339 121.474,45.3190339","fill":"#2C3345"}}],"content":"\n "}],"content":"\n"})(props);
};