@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 535 B
JavaScript
var GenIcon = require('../lib').GenIcon
module.exports = function (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 21 21","fill":"currentColor"},"child":[{"tag":"g","attr":{"fill":"none","fillRule":"evenodd","stroke":"#2A2E3B","strokeLinecap":"round","strokeLinejoin":"round","transform":"translate(3 6)"},"child":[{"tag":"polyline","attr":{"points":"1.67 1.669 7.327 1.671 7.328 7.328","transform":"scale(-1 1) rotate(45 0 -6.364)"}},{"tag":"line","attr":{"x1":"13.5","x2":".5","y1":"4.5","y2":"4.5"}}]}]})(props);
};