UNPKG

@meronex/icons

Version:

SVG React icons of popular icon packs using ES6 imports

6 lines (4 loc) 649 B
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":"M11.5 0.5l-3.5 3 4.5 3 3.5-3z"}},{"tag":"path","attr":{"fill":"#000000","d":"M8 3.5l-3.5-3-4.5 3 3.5 3z"}},{"tag":"path","attr":{"fill":"#000000","d":"M12.5 6.5l3.5 3-4.5 2.5-3.5-3z"}},{"tag":"path","attr":{"fill":"#000000","d":"M8 9l-4.5-2.5-3.5 3 4.5 2.5z"}},{"tag":"path","attr":{"fill":"#000000","d":"M11.377 13.212l-3.377-2.895-3.377 2.895-2.123-1.179v1.467l5.5 2.5 5.5-2.5v-1.467z"}}],"content":"\n"})(props); };