@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 2.4 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":"polygon","attr":{"fill":"#1D6A80","points":"0 255.829 256 255.829 256 85.921 0 85.921"}},{"tag":"polygon","attr":{"fill":"#83C2C6","points":"0 86.528 256 86.528 256 0 0 0"}},{"tag":"path","attr":{"d":"M62.5494,90.1401 C58.7564,94.3071 55.0734,98.5401 51.9404,102.1861 C51.1854,103.0641 51.1224,104.3421 51.7854,105.2921 C55.0404,111.7291 60.1034,116.5931 63.8294,122.2541 C66.8164,128.6821 62.8624,134.9291 65.4894,139.4621 C67.9084,143.6391 71.8934,143.6581 77.9944,149.5891 C82.2074,154.9931 87.8084,169.0021 94.8904,181.4181 C98.9344,195.8971 102.9124,210.1731 104.8644,218.2271 C104.9274,218.4881 105.0474,218.7321 105.2164,218.9421 L114.8584,230.9121 C125.0564,230.0951 134.6974,229.1201 142.0804,227.4981 L148.6504,221.6961 L166.4004,219.9041 C171.4544,211.0051 175.1044,202.6661 179.2684,191.8231 C182.7844,183.5521 188.6314,176.2751 189.8874,169.4481 C190.8634,164.1371 188.3304,160.8531 187.7334,155.0501 C188.0764,151.9151 188.9394,148.0481 189.1844,143.2721 C189.3664,139.7301 188.6294,135.8081 188.2454,131.0721 L202.3254,125.9521 C203.5624,124.8851 203.8184,119.9781 204.4984,116.8731 C207.6504,107.3411 209.9754,99.2421 209.4934,96.0001 C202.1544,92.2021 196.5224,88.4051 190.8904,87.8081 L191.1464,86.8691 L190.7794,86.5281 L188.8424,85.9301 L66.0764,85.9301 L64.8024,86.5281 C64.1274,87.7281 63.3864,88.9461 62.5494,90.1401","fill":"#5CCEEF"}},{"tag":"path","attr":{"d":"M186.4533,83.8823 C184.4053,81.4933 182.9813,77.9213 180.3233,74.2173 C177.7423,70.6203 172.7243,63.9183 168.8323,58.3673 C165.2483,53.2563 162.9443,49.2793 162.0483,48.8953 L151.2103,50.6873 L149.4183,46.1653 L147.5413,46.6773 L140.3733,26.1113 C135.7633,24.3443 131.1553,23.1943 126.5493,22.5273 C121.8383,26.1903 116.2243,31.5443 110.8483,37.6603 C104.9603,45.1123 101.7453,48.9523 98.2183,51.9963 C94.6913,58.1973 91.3633,65.7913 88.9173,68.1813 C84.9543,69.1083 76.9933,74.4233 69.3133,78.5283 C69.1293,78.6263 68.9713,78.7643 68.8483,78.9323 C67.6203,80.9703 66.3963,83.6963 64.8033,86.5273 L190.7793,86.5273 L188.7573,84.6503 C188.0273,84.7263 187.3643,84.4393 186.4533,83.8823","fill":"#FFFFFF"}}],"content":"\n\t"}],"content":"\n"})(props);
};