@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 2.16 kB
JavaScript
var GenIcon = require('../lib').GenIcon
module.exports = function (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 256 490","version":"1.1","preserveAspectRatio":"xMidYMid","fill":"currentColor"},"child":[{"tag":"g","attr":{},"child":[{"tag":"path","attr":{"d":"M21,165.75 L0,172.606 L21.75,175.125 L21,165.75","fill":"#3C4929"}},{"tag":"path","attr":{"d":"M19.955,206.806 L128,213.714 L236.045,206.806 L128,185.75 L19.955,206.806","fill":"#3C4929"}},{"tag":"path","attr":{"d":"M234.5,175.125 L256,172.606 L234.5,166.875 L234.5,175.125","fill":"#3C4929"}},{"tag":"path","attr":{"d":"M157.387,352.929 L213.993,366.325 L157.237,383.441 L157.387,352.929","fill":"#B7CA9D"}},{"tag":"path","attr":{"d":"M19.955,92.221 L19.955,54.019 L128,0 L128.482,0.405 L128.234,48.901 L128,49.003 L127.595,50.12 L68.497,73.976 L67.955,158.013 L99.407,152.723 L128,147.002 L128,490.03 L95.631,473.853 L95.631,428.082 L67.277,416.744 L67.277,202.069 L19.955,206.806 L19.955,168.611 L0,172.606 L0,100.198 L19.955,92.221","fill":"#4B612C"}},{"tag":"path","attr":{"d":"M99.408,152.727 L67.277,159.151 L67.277,73.28 L99.408,83.298 L99.408,152.727","fill":"#759C3E"}},{"tag":"path","attr":{"d":"M183.925,27.959 L236.031,54.019 L236.031,92.221 L256,100.198 L256,172.6 L236.031,168.611 L236.031,206.806 L210.59,204.268 L188.709,202.069 L188.709,245.008 L236.045,245.008 L236.045,284.292 L214.048,286.266 L214.048,325.877 L160.356,336.549 L160.356,382.319 L213.926,366.42 L214.048,406.8 L160.356,428.082 L160.356,473.853 L128,490.03 L128,147.002 L156.572,152.712 L187.155,156.75 L187.155,73.966 L128.817,51.468 L128,49.003 L128,0 L183.925,27.959","fill":"#759C3E"}},{"tag":"path","attr":{"d":"M160.356,61.941 L128,49.01 L67.277,73.28 L99.408,83.298 L160.356,61.941","fill":"#3C4929"}},{"tag":"path","attr":{"d":"M67.277,73.28 L128,49.01 L140.775,54.114 L160.356,61.941 L188.709,73.294 L187.194,74.835 L158.318,83.826 L156.578,83.298 L128,73.28 L99.408,83.298 L67.277,73.28","fill":"#3C4929"}},{"tag":"path","attr":{"d":"M156.578,83.298 L188.709,73.294 L188.709,159.158 L156.578,152.712 L156.578,83.298","fill":"#4B612C"}}],"content":"\n\t"}],"content":"\n"})(props);
};