@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 635 B
JavaScript
var GenIcon = require('../lib').GenIcon
module.exports = function (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 256 297","version":"1.1","preserveAspectRatio":"xMidYMid","fill":"currentColor"},"child":[{"tag":"g","attr":{},"child":[{"tag":"path","attr":{"d":"M174.656,28.438 L125.717,0 L74.646,31.723 L124.267,59.137 L174.656,28.438 L174.656,28.438 Z M198.059,40.683 L147.52,71.424 L204.8,104.533 L204.8,192 L127.552,235.904 L51.2,192 L51.2,123.733 L0,98.304 L0,221.867 L125.717,296.533 L256,222.422 L256,74.155 L198.059,40.683 L198.059,40.683 Z","fill":"#2396F3"}}],"content":"\n "}],"content":"\n"})(props);
};