@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 1.22 kB
JavaScript
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":"50%","y1":"0%","x2":"50%","y2":"99.3024554%","id":"linearGradient-1"},"child":[{"tag":"stop","attr":{"stopColor":"#404040","stopOpacity":"0.3","offset":"0%"}},{"tag":"stop","attr":{"stopColor":"#404040","stopOpacity":"0","offset":"100%"}}],"content":"\n "}],"content":"\n "},{"tag":"g","attr":{},"child":[{"tag":"path","attr":{"d":"M127.9829,174.9822 C102.1979,174.9822 81.2949,154.0792 81.2949,128.2942 C81.2949,102.5082 102.1979,81.6062 127.9829,81.6062 L255.9999,81.6062 L175.1379,0.0002 L127.9829,0.0002 C57.2999,0.0002 -0.0001,57.2992 -0.0001,127.9822 C-0.0001,198.6662 57.2999,255.9662 127.9829,255.9662 L127.9829,174.9822 Z","fill":"#DE564A"}},{"tag":"polygon","attr":{"fill":"#465B65","points":"174.671 255.966 256 255.966 256 81.606 174.671 81.606"}},{"tag":"polygon","attr":{"fill":"url(#linearGradient-1)","points":"256 81.6057 256 162.0527 174.671 81.6057"}}],"content":"\n\t\t"}],"content":"\n"})(props);
};