@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 1.78 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":"path","attr":{"fillRule":"evenodd","clipRule":"evenodd","d":"M84.01,79.998L84.01,79.998c-0.001-1.679-1.362-3.043-3.042-3.043H19.033h0\n\t\tc-1.68,0-3.042,1.364-3.042,3.043h0v3.871h0l0,0c0,1.681,1.362,3.042,3.042,3.042h0h61.935c1.681,0,3.042-1.361,3.042-3.042l0,0h0\n\t\tV79.998z"}},{"tag":"path","attr":{"fillRule":"evenodd","clipRule":"evenodd","d":"M24.619,38.433l-0.017-0.017L24.6,38.418c-0.572-0.491-1.306-0.798-2.118-0.798\n\t\tc-1.779,0-3.219,1.424-3.26,3.193h-0.08v29.238h0.103c0.155,1.659,1.536,2.965,3.237,2.965c0.012,0,0.024-0.003,0.036-0.004v0.004\n\t\th54.963V72.94c0.013,0,0.024,0.004,0.037,0.004c1.675,0,3.041-1.268,3.229-2.893h0.037v-0.37l0-0.005c0,0,0-0.003,0-0.005V41.42\n\t\tc0.046-0.219,0.073-0.446,0.073-0.679c0-1.803-1.463-3.266-3.267-3.266c-0.776,0-1.479,0.282-2.04,0.733l-0.009-0.009l-0.091,0.091\n\t\tc-0.112,0.097-0.215,0.201-0.312,0.312l-6.881,6.881L52.405,29.631l-0.031,0.031c-0.596-0.633-1.435-1.033-2.373-1.033\n\t\tc-0.94,0-1.781,0.402-2.377,1.037l-0.035-0.035L31.702,45.516l-6.766-6.767C24.837,38.637,24.732,38.532,24.619,38.433z\n\t\t M72.973,46.827v0.095h-0.095L72.973,46.827z"}},{"tag":"circle","attr":{"fillRule":"evenodd","clipRule":"evenodd","cx":"22.348","cy":"27.13","r":"6.042"}},{"tag":"circle","attr":{"fillRule":"evenodd","clipRule":"evenodd","cx":"77.348","cy":"27.13","r":"6.042"}},{"tag":"circle","attr":{"fillRule":"evenodd","clipRule":"evenodd","cx":"50.348","cy":"19.13","r":"6.042"}}],"content":"\n"}],"content":"\n"})(props);
};