@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 395 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":"M12 12.765L17.592 3.328 14.316 3.328 12 7.33 12 7.332 9.688 3.328 6.408 3.328z"}},{"tag":"path","attr":{"d":"M18.461 3.332L12 14.235 5.539 3.332 1.992 3.332 12 20.672 22.008 3.332z"}}]})(props);
};