@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 1.63 kB
JavaScript
var GenIcon = require('../lib').GenIcon
module.exports = function (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 256 278","version":"1.1","preserveAspectRatio":"xMidYMid","fill":"currentColor"},"child":[{"tag":"g","attr":{},"child":[{"tag":"path","attr":{"d":"M32.9272,44.703 L95.0732,8.823 C115.4482,-2.941 140.5522,-2.941 160.9272,8.823 L223.0732,44.703 C243.4482,56.467 256.0002,78.207 256.0002,101.735 L256.0002,175.595 C256.0002,199.123 243.4482,220.863 223.0732,232.627 L160.9272,268.507 C140.5522,280.271 115.4482,280.271 95.0732,268.507 L32.9272,230.526 C12.5522,218.762 0.0002,197.022 0.0002,173.494 L0.0002,101.735 C0.0002,78.207 12.5522,56.467 32.9272,44.703","fill":"#01B7D4"}},{"tag":"path","attr":{"d":"M181.2346,177.976 L139.7676,104.8 C133.6036,93.862 121.9066,94.293 117.7046,109.79 C114.0266,124.368 115.0286,138.206 113.9576,154.812 C113.9406,155.074 113.5856,155.137 113.4686,154.903 L76.4956,80.957 C79.4276,78.7 81.3246,75.165 81.3246,71.178 C81.3246,64.36 75.7976,58.833 68.9796,58.833 C62.1616,58.833 56.6346,64.36 56.6346,71.178 C56.6346,77.997 62.1616,83.524 68.9796,83.524 C69.4876,83.524 69.9846,83.484 70.4766,83.424 C86.0486,123.521 103.3946,170.252 109.5616,180.972 C113.6756,191.304 128.1796,188.036 128.4726,176.919 L130.0146,118.451 C130.0226,118.148 130.4386,118.069 130.5566,118.349 L160.3546,189.092 C158.6566,192.177 157.6876,195.72 157.6876,199.49 C157.6876,211.426 167.3636,221.102 179.2986,221.102 C191.2346,221.102 200.9106,211.426 200.9106,199.49 C200.9106,188.208 192.2616,178.956 181.2346,177.976","fill":"#FFFFFF"}}],"content":"\n\t"}],"content":"\n"})(props);
};