@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 938 B
JavaScript
var GenIcon = require('../lib').GenIcon
module.exports = function (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 24 24","fill":"currentColor"},"child":[{"tag":"g","attr":{},"child":[{"tag":"path","attr":{"fill":"none","d":"M0 0h24v24H0z"}},{"tag":"path","attr":{"fillRule":"nonzero","d":"M10.817 4.454l.183.175a6 6 0 0 1 10.01 5.898 3.5 3.5 0 0 1 1.292 5.77L17.001 21.6l-3-3-3 3-8.485-8.485a6 6 0 0 1 8.302-8.661zm1.757 1.439l-.16.15L11.03 7.43 9.454 5.918l-.157-.137a4.001 4.001 0 0 0-5.208.11l-.16.153a4 4 0 0 0-.151 5.497l.15.16L11 18.77l1.585-1.586-.888-.888a3.5 3.5 0 1 1 4.95-4.95L17 11.7l.354-.353c.45-.45.994-.753 1.568-.906a4 4 0 0 0-.7-4.238l-.15-.16a4 4 0 0 0-5.498-.15zm.537 6.868a1.5 1.5 0 0 0-.103 2.008l.103.113 3.888 3.889 3.89-3.889a1.5 1.5 0 0 0 .103-2.007l-.103-.114a1.5 1.5 0 0 0-2.01-.101l-.113.103-1.768 1.763-1.766-1.765a1.5 1.5 0 0 0-2.121 0z"}}],"content":"\n "}],"content":"\n"})(props);
};