@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 468 B
JavaScript
var GenIcon = require('../lib').GenIcon
module.exports = function (props) {
return GenIcon({"tag":"svg","attr":{"version":"1.1","viewBox":"0 0 16 16","fill":"currentColor"},"child":[{"tag":"path","attr":{"fill":"#000000","d":"M6.844 10l-2.884 5h9.072l2.884-5z"}},{"tag":"path","attr":{"fill":"#000000","d":"M15.506 9l-4.619-8h-5.775l4.619 8z"}},{"tag":"path","attr":{"fill":"#000000","d":"M4.534 2l-4.534 7.856 2.888 5 4.534-7.856z"}}],"content":"\n"})(props);
};