@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 561 B
JavaScript
var GenIcon = require('../lib').GenIcon
module.exports = function (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 256 250","version":"1.1","preserveAspectRatio":"xMidYMid","fill":"currentColor"},"child":[{"tag":"g","attr":{},"child":[{"tag":"path","attr":{"d":"M256,0 L128.001,106.493 L0,0 L0,249.817 L128.001,143.325 L256,249.817 L256,0 Z M150.135,124.908 L227.687,60.387 L227.687,189.429 L150.135,124.908 Z M28.313,60.387 L105.866,124.908 L28.313,189.429 L28.313,60.387 Z","fill":"#333333"}}],"content":"\n "}],"content":"\n"})(props);
};