UNPKG

@meronex/icons

Version:

SVG React icons of popular icon packs using ES6 imports

6 lines (4 loc) 308 B
var GenIcon = require('../lib').GenIcon module.exports = function (props) { return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 24 24","fill":"currentColor"},"child":[{"tag":"path","attr":{"d":"M21 2L16 7 12 2 8 7 3 2 3 15 21 15zM5 21h14c1.104 0 2-.896 2-2v-2H3v2C3 20.104 3.896 21 5 21z"}}]})(props); };