@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 783 B
JavaScript
var GenIcon = require('../lib').GenIcon
module.exports = function (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 256 291","version":"1.1","preserveAspectRatio":"xMidYMid","fill":"currentColor"},"child":[{"tag":"g","attr":{},"child":[{"tag":"path","attr":{"d":"M128,0 L0,72.6981402 L0,217.911302 L128,290.609442 L256,217.911302 L256,72.6981402 L128,0 L128,0 Z M184.949928,148.32618 L149.058655,167.736767 L149.058655,170.300429 L184.949928,170.300429 L184.949928,198.317597 L70.8669528,198.317597 L70.8669528,170.300429 L106.758226,170.300429 L106.758226,167.553648 L70.8669528,148.32618 L70.8669528,113.533619 L128,144.297568 L184.949928,113.533619 L184.949928,148.32618 L184.949928,148.32618 Z","fill":"#FF0200"}}],"content":"\n "}],"content":"\n"})(props);
};