UNPKG

@meronex/icons

Version:

SVG React icons of popular icon packs using ES6 imports

6 lines (4 loc) 411 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":"M16 3H8C6.897 3 6 3.897 6 5v14c0 1.103.897 2 2 2h8c1.103 0 2-.897 2-2V5C18 3.897 17.103 3 16 3zM2 7v10c0 1.103.897 2 2 2V5C2.897 5 2 5.897 2 7zM20 5v14c1.103 0 2-.897 2-2V7C22 5.897 21.103 5 20 5z"}}]})(props); };