UNPKG

@meronex/icons

Version:

SVG React icons of popular icon packs using ES6 imports

6 lines (4 loc) 1.11 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":"g","attr":{},"child":[{"tag":"path","attr":{"d":"M0.06,131.957001 C2.15101102,200.818222 58.6317898,256 128,256 C198.692,256 256,198.692 256,128 C256,57.308 198.692,0 128,0 C58.6317898,0 2.15101102,55.1817785 0.06,124.042999 L0.06,131.957001 L0.06,131.957001 Z","fill":"#D46A59"}},{"tag":"path","attr":{"d":"M227.187,128 C227.187,182.779 182.779,227.187 128,227.187 C73.22,227.187 28.813,182.779 28.813,128 C28.813,73.221 73.22,28.813 128,28.813 C182.779,28.813 227.187,73.221 227.187,128 L227.187,128 Z","fill":"#D04F41"}},{"tag":"path","attr":{"id":"path-1","d":"M85.738,206.945 L24.35,85.206 L66.167,71.947 L98.677,144.744 L103.139,66.593 L139.474,59.58 L173.004,131.102 L176.017,52.532 L213.418,45.174 L202.709,184.266 L163.569,192.043 L129.785,122.051 L125.068,199.692 L85.738,206.945 L85.738,206.945 Z","fill":"#ffffff"}}],"content":"\n "}],"content":"\n"})(props); };