@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 536 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(4 6)"},"child":[{"tag":"polyline","attr":{"points":"12.329 7.328 12.328 1.67 6.671 1.669","transform":"scale(1 -1) rotate(45 20.36 0)"}},{"tag":"line","attr":{"x1":"13.5","x2":".5","y1":"4.5","y2":"4.5"}}]}]})(props);
};