@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 762 B
JavaScript
var GenIcon = require('../lib').GenIcon
module.exports = function (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 256 228","version":"1.1","preserveAspectRatio":"xMidYMid","fill":"currentColor"},"child":[{"tag":"defs","attr":{},"child":[{"tag":"linearGradient","attr":{"x1":"100.929941%","y1":"181.283245%","x2":"41.7687834%","y2":"100%","id":"linearGradient-1"},"child":[{"tag":"stop","attr":{"stopColor":"#FFFFFF","offset":"0%"}},{"tag":"stop","attr":{"stopColor":"#000000","offset":"100%"}}],"content":"\n "}],"content":"\n "},{"tag":"g","attr":{},"child":[{"tag":"polygon","attr":{"fill":"url(#linearGradient-1)","fillRule":"nonzero","points":"128 0 256 227.093496 0 227.093496"}}],"content":"\n "}],"content":"\n"})(props);
};