UNPKG

@meronex/icons

Version:

SVG React icons of popular icon packs using ES6 imports

6 lines (4 loc) 1.63 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":"M236.2183,256 L19.7813,256 C8.8563,256 0.0003,247.143 0.0003,236.218 L0.0003,19.782 C0.0003,8.857 8.8563,0 19.7813,0 L236.2183,0 C247.1433,0 256.0003,8.857 256.0003,19.782 L256.0003,236.218 C256.0003,247.143 247.1433,256 236.2183,256","fill":"#906ECA"}},{"tag":"path","attr":{"d":"M155.3156,88.2493 C141.7476,74.7803 119.0736,77.9653 109.7406,94.6513 L95.5206,119.3993 C95.0436,120.2283 95.0596,121.2513 95.5616,122.0663 L110.5356,146.3543 L88.1476,132.9373 L56.3176,189.3743 C51.8776,197.2463 60.6166,205.9693 68.4806,201.5143 L92.7206,187.7823 L84.6776,172.0883 L100.5776,181.1583 C101.6646,181.7793 102.9986,181.7823 104.0886,181.1683 L153.5526,153.3203 L140.3726,129.0743 C140.3726,129.0743 162.5016,141.7543 167.6886,144.6783 C180.2246,133.9093 181.4526,114.1953 169.1606,101.9933 L155.3156,88.2493 Z M199.6836,88.9224 C196.6116,87.0384 192.5956,85.8724 188.1116,85.0654 L196.2796,65.6084 C197.3626,63.0274 194.8126,60.4124 192.2056,61.4304 L173.0686,68.9034 C172.9156,65.6224 171.2156,61.6754 168.8606,57.4454 C167.5816,53.9614 162.6246,54.0414 161.4596,57.5664 C160.1426,64.3744 157.6046,71.6504 154.2966,79.2214 C162.2016,85.9224 170.2246,93.7544 178.4146,103.2154 C186.3116,100.0504 193.6466,97.5394 199.6056,96.6284 C203.3596,95.4604 203.4136,90.1654 199.6836,88.9224 Z","fill":"#FFFFFF"}}],"content":"\n\t"}],"content":"\n"})(props); };