@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 732 B
JavaScript
var GenIcon = require('../lib').GenIcon
module.exports = function (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 256 277","version":"1.1","preserveAspectRatio":"xMidYMid","fill":"currentColor"},"child":[{"tag":"g","attr":{},"child":[{"tag":"path","attr":{"d":"M63.0169512,260.486819 L2.76878549,223.491685 L63.0169512,187.62086 L63.0169512,260.486819 Z M93.8462294,276.77889 L93.8462294,172.754406 L0,115.90552 L65.3199394,77.3743388 L156.861014,133.326337 L156.861014,237.856283 L93.8462294,276.77889 Z M184.778518,263.985715 L184.778518,119.229375 L57.5162107,41.8610902 L128.239398,0 L256,74.0487631 L256,221.170234 L184.778518,263.985715 Z","fill":"#5CE500"}}],"content":"\n "}],"content":"\n"})(props);
};