UNPKG

@meronex/icons

Version:

SVG React icons of popular icon packs using ES6 imports

6 lines (4 loc) 708 B
var GenIcon = require('../lib').GenIcon module.exports = function (props) { return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 21 21","fill":"currentColor"},"child":[{"tag":"g","attr":{"fill":"none","fillRule":"evenodd","stroke":"#2a2e3b","strokeLinecap":"round","strokeLinejoin":"round","transform":"translate(2 3)"},"child":[{"tag":"path","attr":{"d":"m9.5.5h-7c-1.1045695 0-2 .8954305-2 2v7c0 1.1045695.8954305 2 2 2h7c1.1045695 0 2-.8954305 2-2v-7c0-1.1045695-.8954305-2-2-2z","transform":"matrix(0 1 -1 0 12 0)"}},{"tag":"path","attr":{"d":"m11.5 15.5h2c1.1045695 0 2-.8954305 2-2v-7c0-1.1045695-.8954305-2-2-2h-7c-1.1045695 0-2 .8954305-2 2v2","transform":"matrix(0 1 -1 0 20 0)"}}]}]})(props); };