UNPKG

@meronex/icons

Version:

SVG React icons of popular icon packs using ES6 imports

6 lines (4 loc) 557 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":"M5 12v-12h-2v12h-2.5l3.5 3.5 3.5-3.5h-2.5z"}},{"tag":"path","attr":{"fill":"#000000","d":"M7 9h9v2h-9v-2z"}},{"tag":"path","attr":{"fill":"#000000","d":"M7 6h7v2h-7v-2z"}},{"tag":"path","attr":{"fill":"#000000","d":"M7 3h5v2h-5v-2z"}},{"tag":"path","attr":{"fill":"#000000","d":"M7 0h3v2h-3v-2z"}}],"content":"\n"})(props); };