UNPKG

@meronex/icons

Version:

SVG React icons of popular icon packs using ES6 imports

6 lines (4 loc) 2 kB
var GenIcon = require('../lib').GenIcon module.exports = function (props) { return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 256 256","version":"1.1","preserveAspectRatio":"xMidYMid","fill":"currentColor"},"child":[{"tag":"defs","attr":{},"child":[{"tag":"linearGradient","attr":{"x1":"0%","y1":"50.000318%","x2":"100%","y2":"50.000318%","id":"linearGradient-1"},"child":[{"tag":"stop","attr":{"stopColor":"#FFFFFF","stopOpacity":"0","offset":"0%"}},{"tag":"stop","attr":{"stopColor":"#FFFFFF","offset":"100%"}}],"content":"\n "}],"content":"\n "},{"tag":"g","attr":{},"child":[{"tag":"path","attr":{"d":"M127.926222,0 C198.578363,0 255.849924,57.2640012 255.849924,127.899765 C255.849924,198.539309 198.578363,255.799531 127.926222,255.799531 C57.2753396,255.80079 0,198.540569 0,127.899765 C0,57.2640012 57.2753396,0 127.926222,0 L127.926222,0 Z","fill":"#24373E"}},{"tag":"path","attr":{"d":"M127.923702,46.9636872 C172.632306,46.9636872 208.873638,83.2037598 208.873638,127.899765 C208.873638,172.60207 172.632306,208.837103 127.923702,208.837103 C83.2188777,208.837103 46.9762854,172.60207 46.9762854,127.899765 C46.9762854,83.2037598 83.2188777,46.9636872 127.923702,46.9636872 L127.923702,46.9636872 Z","fill":"#E5D4C4"}},{"tag":"path","attr":{"d":"M127.926222,79.7430256 C154.528647,79.7430256 176.098079,101.303639 176.098079,127.902285 C176.098079,154.499671 154.528647,176.062804 127.926222,176.062804 C101.325056,176.062804 79.7581435,154.500931 79.7581435,127.902285 C79.7581435,101.303639 101.325056,79.7430256 127.926222,79.7430256 L127.926222,79.7430256 Z","fill":"#8FB1BE"}},{"tag":"path","attr":{"d":"M132.050883,0 C247.3247,9.03797124 255.849924,118.868093 255.849924,118.868093 C255.849924,118.868093 175.766746,74.6558597 125.58547,75.5478145 C75.6019869,72.567073 1.25982314,109.341311 1.25982314,109.341311 C1.25982314,109.341311 16.1471532,1.47903237 132.050883,0","opacity":"0.25","fill":"url(#linearGradient-1)"}}],"content":"\n\t"}],"content":"\n"})(props); };