@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 1.9 kB
JavaScript
var GenIcon = require('../lib').GenIcon
module.exports = function (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 256 192","version":"1.1","preserveAspectRatio":"xMidYMid","fill":"currentColor"},"child":[{"tag":"defs","attr":{},"child":[{"tag":"radialGradient","attr":{"cx":"59.1702583%","cy":"15.5559933%","fx":"59.1702583%","fy":"15.5559933%","r":"47.5403908%","id":"radialGradient-1"},"child":[{"tag":"stop","attr":{"stopColor":"#EC3F3A","offset":"0%"}},{"tag":"stop","attr":{"stopColor":"#92268E","offset":"100%"}}],"content":"\n "}],"content":"\n "},{"tag":"g","attr":{},"child":[{"tag":"path","attr":{"d":"M154.414782,78.2873052 C155.848568,31.0218993 113.966313,-5.64339614 67.0498057,0.719353894 C35.7852092,4.95877868 10.7305906,26.8010549 2.63676792,56.8765068 C-5.34247572,86.521513 5.12137846,118.252684 29.5101999,137.056035 C52.0915626,154.463792 74.9237605,171.54536 97.6744112,188.73325 C102.885177,192.671259 107.364083,193.050093 111.311382,189.918266 C115.78203,186.373541 115.824352,181.911151 113.955991,176.927479 C110.529974,167.790058 107.300084,158.578315 103.859615,149.038319 C105.959199,148.108268 107.845108,147.35473 109.65876,146.456678 C137.886496,132.474937 153.463053,109.648933 154.414782,78.2873052 Z M222.394222,41.2276926 C202.322243,30.2384264 181.800207,30.2859096 160.831208,40.0127418 C175.22275,74.7105808 169.374057,112.800373 141.653153,141.860097 C147.80739,146.722997 153.896595,151.534284 160.147863,156.47357 C156.307917,163.884048 152.410165,171.320331 148.597056,178.798937 C146.723534,182.476821 146.572827,186.182576 149.700525,189.255565 C152.958286,192.456553 156.739395,192.416295 160.581406,190.211423 C182.17904,177.816241 204.070864,165.90002 225.307213,152.91233 C267.541463,127.080432 265.828971,65.0074902 222.394222,41.2276926 Z","fill":"url(#radialGradient-1)"}}],"content":"\n "}],"content":"\n"})(props);
};