@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 752 B
JavaScript
var GenIcon = require('../lib').GenIcon
module.exports = function (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 256 178","version":"1.1","preserveAspectRatio":"xMidYMid","fill":"currentColor"},"child":[{"tag":"g","attr":{},"child":[{"tag":"path","attr":{"d":"M5.10597431e-08,63.22837 L119.833448,126.457752 L119.833448,177.201696 L5.10597431e-08,113.971145 L5.10597431e-08,63.22837 Z M119.833904,1.42108547e-14 L8.99445476,58.4829443 L57.0800284,83.8548476 L119.833904,50.7438069 L119.833904,1.42108547e-14 Z M136.167451,0 L136.167451,50.7438069 L207.914378,88.6005284 L136.167451,126.457251 L136.167451,177.201056 L256,113.971507 L256,63.2283663 L136.167451,0 Z","fill":"#0D83DD"}}],"content":"\n "}],"content":"\n"})(props);
};