UNPKG

@meronex/icons

Version:

SVG React icons of popular icon packs using ES6 imports

6 lines (4 loc) 415 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":"M19,3H5C3.346,3,2,4.346,2,6v12c0,1.654,1.346,3,3,3h14c1.654,0,3-1.346,3-3V6C22,4.346,20.654,3,19,3z M19,19H5 c-0.552,0-1-0.448-1-1v-6h2v4h2v-4h1v4h2v-4h1v4h2v-4h2v4h2v-4h2v6C20,18.552,19.552,19,19,19z"}}]})(props); };