UNPKG

@meronex/icons

Version:

SVG React icons of popular icon packs using ES6 imports

6 lines (4 loc) 481 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":"M20,2H8C6.896,2,6,2.896,6,4v12c0,1.104,0.896,2,2,2h12c1.104,0,2-0.896,2-2V4C22,2.896,21.104,2,20,2z M13.067,14.481 l-3.274-3.274l1.414-1.414l1.726,1.726l4.299-5.159l1.537,1.281L13.067,14.481z"}},{"tag":"path","attr":{"d":"M4,22h11v-2H4V8H2v12C2,21.103,2.897,22,4,22z"}}]})(props); };