@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 510 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":"path","attr":{"d":"M2.6 13.083l3.452 1.511L16 9.167l-6 7 8.6 3.916c.128.057.265.084.4.084.181 0 .36-.049.52-.146.278-.169.457-.463.479-.788l1-15c.023-.354-.142-.693-.435-.893-.292-.199-.667-.229-.989-.079l-17 8C2.219 11.429 1.995 11.788 2 12.18 2.006 12.572 2.24 12.925 2.6 13.083zM8 22.167L12.776 19.851 8 17.623z"}}]})(props);
};