@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 1.22 kB
JavaScript
var GenIcon = require('../lib').GenIcon
module.exports = function (props) {
return GenIcon({"tag":"svg","attr":{"version":"1.1","id":"Layer_1","x":"0px","y":"0px","viewBox":"0 0 100 100","enableBackground":"new 0 0 100 100","fill":"currentColor"},"child":[{"tag":"g","attr":{},"child":[{"tag":"circle","attr":{"cx":"32.961","cy":"81.02","r":"5.889"}},{"tag":"circle","attr":{"cx":"74.309","cy":"81.02","r":"5.889"}},{"tag":"path","attr":{"d":"M73.513,55.216c1.377,0,2.556-0.812,3.11-1.978l0.003,0.002l14.589-25.27l-0.018-0.01c0.214-0.449,0.344-0.946,0.344-1.477\n\t\tc0-1.907-1.545-3.452-3.452-3.452h0H73.513H44.929h-10.43v-6.488h0c0-1.907-1.545-3.452-3.452-3.452h0h0H12.186v0.028\n\t\tc-0.092-0.008-0.181-0.028-0.275-0.028c-1.763,0-3.202,1.327-3.41,3.035H8.459v3.452v0c0,1.907,1.545,3.452,3.452,3.452\n\t\tc0.094,0,0.183-0.021,0.275-0.028v0.028h12.373v43.733h0.001c0.005,1.902,1.548,3.442,3.451,3.442c0,0,0.001,0,0.002,0v0h59.254\n\t\tv-0.085c1.633-0.103,2.948-1.329,3.185-2.922h0.049v-0.49c0-0.006,0.002-0.012,0.002-0.018c0-0.006-0.002-0.012-0.002-0.018v-3.002\n\t\tc0-0.006,0.002-0.012,0.002-0.018c0-1.833-1.432-3.316-3.236-3.429v-0.022H34.498v-4.988H73.513z"}}],"content":"\n"}],"content":"\n"})(props);
};