@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 1.21 kB
JavaScript
var GenIcon = require('../lib').GenIcon
module.exports = function (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 256 124","version":"1.1","preserveAspectRatio":"xMidYMid","fill":"currentColor"},"child":[{"tag":"g","attr":{"fill":"#6FB643"},"child":[{"tag":"path","attr":{"d":"M120.429511,36.0206222 C120.429511,36.0206222 120.429511,2.2016 154.249244,2.2016 L255.7056,2.2016 C255.7056,2.2016 255.7056,36.0206222 221.886578,36.0206222 L120.429511,36.0206222"}},{"tag":"path","attr":{"d":"M120.429511,79.2334222 C120.429511,79.2334222 120.429511,45.4144 154.249244,45.4144 L204.977067,45.4144 C204.977067,45.4144 204.977067,79.2334222 171.157333,79.2334222 L120.429511,79.2334222"}},{"tag":"path","attr":{"d":"M120.429511,122.446222 C120.429511,122.446222 120.429511,88.6279111 154.249244,88.6279111 L171.157333,88.6279111 C171.157333,88.6279111 171.157333,122.446222 137.339733,122.446222 L120.429511,122.446222"}},{"tag":"path","attr":{"d":"M109.075911,96.0547556 L109.075911,123.034311 L0.32,123.034311 L70.3800889,27.4666667 L10.2357333,27.4666667 L10.2357333,0.485688889 L123.692089,0.485688889 L53.9555556,96.0547556 L109.075911,96.0547556"}}],"content":"\n\t"}],"content":"\n"})(props);
};