@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 1.12 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":"g","attr":{},"child":[{"tag":"circle","attr":{"fill":"#FFFFFF","cx":"128","cy":"128","r":"115.2"}},{"tag":"path","attr":{"d":"M128,256 C198.692448,256 256,198.692448 256,128 C256,57.307552 198.692448,0 128,0 C57.307552,0 0,57.307552 0,128 C0,198.692448 57.307552,256 128,256 L128,256 Z M128,230.4 C71.4460416,230.4 25.6,184.553958 25.6,128 C25.6,71.4460416 71.4460416,25.6 128,25.6 C184.553958,25.6 230.4,71.4460416 230.4,128 C230.4,184.553958 184.553958,230.4 128,230.4 L128,230.4 Z","fill":"#3C790A"}},{"tag":"path","attr":{"d":"M97.28,97.28 C97.28,66.56 158.72,58.88 156.16,92.16 C156.16,115.2 115.2,125.44 115.2,151.04 L115.2,168.96 L140.8,168.96 L140.8,158.72 C140.8,135.68 184.32,128 184.32,89.6 C179.2,33.28 69.12,33.28 69.12,97.28 L97.28,97.28 Z M115.2,179.2 L140.8,179.2 L140.8,204.8 L115.2,204.8 L115.2,179.2 Z","fill":"#3C790A"}}],"content":"\n\t"}],"content":"\n"})(props);
};