@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 764 B
JavaScript
var GenIcon = require('../lib').GenIcon
module.exports = function (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 256 174","version":"1.1","preserveAspectRatio":"xMidYMid","fill":"currentColor"},"child":[{"tag":"g","attr":{},"child":[{"tag":"path","attr":{"d":"M128.5942,0 L129.9872,3.076 L130.1812,170.901 L128.5942,173.994 L0.0002,173.994 L20.9412,3.674 C21.1992,1.576 22.9812,0 25.0952,0 L128.5942,0 Z","fill":"#FF4F4F"}},{"tag":"path","attr":{"d":"M128.5942,0 L128.5942,173.994 L256.0002,173.994 L235.0592,3.674 C234.8012,1.576 233.0192,0 230.9052,0 L128.5942,0 Z","fill":"#F92727"}},{"tag":"polygon","attr":{"fill":"#000000","points":"197.0511 105.538 191.4351 105.538 191.3461 0 196.0711 0"}}],"content":"\n\t"}],"content":"\n"})(props);
};