UNPKG

@meronex/icons

Version:

SVG React icons of popular icon packs using ES6 imports

6 lines (4 loc) 515 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":"M15 0h1v8h-1v-8z"}},{"tag":"path","attr":{"fill":"#000000","d":"M0 8h1v8h-1v-8z"}},{"tag":"path","attr":{"fill":"#000000","d":"M5 11h11v2h-11v2.5l-3.5-3.5 3.5-3.5v2.5z"}},{"tag":"path","attr":{"fill":"#000000","d":"M11 5h-11v-2h11v-2.5l3.5 3.5-3.5 3.5z"}}],"content":"\n"})(props); };