@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 542 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":{"d":"M20.839 3.969a6.5 6.5 0 0 1 .34 8.825l.013.014-.069.068a6 6 0 0 0-8.247 8.248L12 22l-9.192-9.192.013-.014A6.5 6.5 0 0 1 12 3.641a6.5 6.5 0 0 1 8.838.328zM19 14v3h3v2h-3.001L19 22h-2l-.001-3H14v-2h3v-3h2z"}}],"content":"\n "}],"content":"\n"})(props);
};