@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 810 B
JavaScript
var GenIcon = require('../lib').GenIcon
module.exports = function (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 256 165","version":"1.1","preserveAspectRatio":"xMidYMid","fill":"currentColor"},"child":[{"tag":"g","attr":{},"child":[{"tag":"path","attr":{"d":"M131.432,57.982 L165.033,98.549 L193.433,49.893 C191.257,43.128 175.321,0 122.827,0 C72.016,0 48.66,45.484 54.396,81.134 C49.59,77.128 2.131,79.803 0,120.881 L92.94,120.881 L131.432,57.982 Z M212.2216,51.8738 L162.3696,137.4758 L126.3096,96.9098 L102.7236,138.0908 L1.8856,138.0908 C10.7446,166.9218 46.2016,164.7258 46.2016,164.7258 L180.1936,164.7258 C180.1936,164.7258 256.0006,166.7738 256.0006,105.7198 C256.0006,66.7068 230.5836,55.1468 212.2216,51.8738 Z","fill":"#2D9EEB"}}],"content":"\n "}],"content":"\n"})(props);
};