UNPKG

@meronex/icons

Version:

SVG React icons of popular icon packs using ES6 imports

6 lines (4 loc) 1.72 kB
var GenIcon = require('../lib').GenIcon module.exports = function (props) { return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 256 257","version":"1.1","preserveAspectRatio":"xMidYMid","fill":"currentColor"},"child":[{"tag":"g","attr":{},"child":[{"tag":"g","attr":{},"child":[{"tag":"path","attr":{"d":"M214.570715,131.720728 C214.570715,149.203237 209.384009,165.456165 200.552253,179.125102 L230.062178,205.364468 C246.221483,183.943558 255.920811,157.373391 255.920811,128.468894 C255.920811,99.7266773 246.327589,73.2875825 230.324322,51.9228465 L198.061885,80.7025128 C208.40409,95.0767421 214.570715,112.659115 214.570715,131.720728","fill":"#7A797A"}},{"tag":"path","attr":{"d":"M196.102046,185.360384 C180.086296,205.938688 155.151409,219.233134 127.05831,219.233134 C78.7239497,219.233134 39.5459048,180.048847 39.5459048,131.720728 C39.5459048,83.386368 78.7239497,44.208323 127.05831,44.208323 C153.584786,44.208323 177.302577,56.0547352 193.349534,74.6981669 L225.630696,45.9060175 C202.162566,18.1686857 167.141376,0.517656381 127.969573,0.517656381 C57.30304,0.517656381 0.0183344762,57.8023619 0.0183344762,128.468894 C0.0183344762,199.135427 57.30304,256.420133 127.969573,256.420133 C166.991579,256.420133 201.869214,238.900175 225.337344,211.356331 L196.102046,185.360384","fill":"#343334"}}],"content":"\n\t\t"},{"tag":"path","attr":{"d":"M162.491441,132.625749 C162.491441,152.2491 146.581797,168.158744 126.958446,168.158744 C107.328853,168.158744 91.4254507,152.2491 91.4254507,132.625749 C91.4254507,112.996157 107.328853,97.0927543 126.958446,97.0927543 C146.581797,97.0927543 162.491441,112.996157 162.491441,132.625749","fill":"#474547"}}],"content":"\n\t"}],"content":"\n"})(props); };