@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 927 B
JavaScript
var GenIcon = require('../lib').GenIcon
module.exports = function (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 256 193","version":"1.1","preserveAspectRatio":"xMidYMid","fill":"currentColor"},"child":[{"tag":"g","attr":{"fill":"#DD3835"},"child":[{"tag":"path","attr":{"d":"M62.2594273,192.231662 L93.1619166,192.231662 L102.705332,159.511379 L150.422412,159.511379 L159.965828,192.231662 L192.68611,192.231662 L128.154442,0 L62.2594273,192.231662 L62.2594273,192.231662 Z M128.154442,83.6185008 L144.514583,136.334512 L111.7943,136.334512 L128.154442,83.6185008 L128.154442,83.6185008 Z M255.854434,154.512447 L252.673296,141.333444 L185.414936,134.516719 L194.049456,157.693586 L255.854434,154.512447 L255.854434,154.512447 Z M70.439498,136.334512 L3.18113862,143.151238 L0,156.330241 L62.2594273,159.511379 L70.439498,136.334512 L70.439498,136.334512 Z"}}],"content":"\n\t"}],"content":"\n"})(props);
};