UNPKG

@meronex/icons

Version:

SVG React icons of popular icon packs using ES6 imports

6 lines (4 loc) 870 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","transform":"matrix(0 -1 1 0 2 19)"},"child":[{"tag":"path","attr":{"d":"m3.5 4.38378906v-1.89752528c0-1.1045695.8954305-2 2-2h4c1.1045695 0 2 .8954305 2 2v12.01373622c0 1.1045695-.8954305 2-2 2h-4c-1.1045695 0-2-.8954305-2-2v-2","stroke":"#2a2e3b","strokeLinecap":"round","strokeLinejoin":"round"}},{"tag":"path","attr":{"d":"m1.5 4.5h5.0013251v8h-5.0013251c-.55228475 0-1-.4477153-1-1v-6c0-.55228475.44771525-1 1-1zm11.5 0h2.5c.5522847 0 1 .44771525 1 1v6c0 .5522847-.4477153 1-1 1h-2.5","stroke":"#2a2e3b","strokeLinecap":"round","strokeLinejoin":"round"}},{"tag":"circle","attr":{"cx":"9","cy":"14","fill":"#2a2e3b","r":"1"}}]}]})(props); };