UNPKG

@meronex/icons

Version:

SVG React icons of popular icon packs using ES6 imports

6 lines (4 loc) 419 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":"M0 3l5-2v12l-5 2z"}},{"tag":"path","attr":{"fill":"#000000","d":"M6 0.5l5 3v11.5l-5-2.5z"}},{"tag":"path","attr":{"fill":"#000000","d":"M12 3.5l4-3v12l-4 3z"}}],"content":"\n"})(props); };