UNPKG

@meronex/icons

Version:

SVG React icons of popular icon packs using ES6 imports

6 lines (4 loc) 1.77 kB
var GenIcon = require('../lib').GenIcon module.exports = function (props) { return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 256 298","version":"1.1","preserveAspectRatio":"xMidYMid","fill":"currentColor"},"child":[{"tag":"defs","attr":{},"child":[{"tag":"linearGradient","attr":{"x1":"6.6069535%","y1":"50%","x2":"83.9040052%","y2":"50%","id":"linearGradient-1"},"child":[{"tag":"stop","attr":{"stopColor":"#1E8D55","offset":"0%"}},{"tag":"stop","attr":{"stopColor":"#134225","offset":"100%"}}],"content":"\n "},{"tag":"linearGradient","attr":{"x1":"93.6030228%","y1":"14.6915785%","x2":"17.9768594%","y2":"86.4523281%","id":"linearGradient-2"},"child":[{"tag":"stop","attr":{"stopColor":"#1E8D55","offset":"0%"}},{"tag":"stop","attr":{"stopColor":"#134225","offset":"100%"}}],"content":"\n "},{"tag":"linearGradient","attr":{"x1":"7.49886712%","y1":"25.8899785%","x2":"73.3555182%","y2":"50%","id":"linearGradient-3"},"child":[{"tag":"stop","attr":{"stopColor":"#1E8D55","offset":"0%"}},{"tag":"stop","attr":{"stopColor":"#134225","offset":"100%"}}],"content":"\n "}],"content":"\n "},{"tag":"g","attr":{},"child":[{"tag":"path","attr":{"d":"M1.24271845,0.828893204 L220.790058,0.828893204 L221.359223,4.50485437 L157.359223,68.3495146 L31.8968544,68.3495146 L1.24271845,0.828893204","fill":"url(#linearGradient-1)"}},{"tag":"path","attr":{"d":"M100.038835,227.417476 L4.03883495,226.796117 L0.413825243,223.68932 L220.790058,0.828893204 L253.100738,67.5206214 L100.038835,227.417476 Z","fill":"url(#linearGradient-2)"}},{"tag":"path","attr":{"d":"M220.37499,223.68932 L0.413825243,223.68932 L34.7961165,297.009709 L255.586175,297.009709 L220.37499,223.68932","fill":"url(#linearGradient-3)"}}],"content":"\n\t"}],"content":"\n"})(props); };