UNPKG

@meronex/icons

Version:

SVG React icons of popular icon packs using ES6 imports

6 lines (4 loc) 521 B
var GenIcon = require('../lib').GenIcon module.exports = function (props) { return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 256 233","version":"1.1","preserveAspectRatio":"xMidYMid","fill":"currentColor"},"child":[{"tag":"g","attr":{},"child":[{"tag":"path","attr":{"d":"M128.100709,0 L0,232.152701 L256,232.152701 L128.100709,0 Z M117.224233,46.875045 L210.479938,218.817559 L22.5586154,218.817559 L117.224233,46.875045 Z","fill":"#000000","fillRule":"nonzero"}}],"content":"\n "}],"content":"\n"})(props); };