@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 1.09 kB
JavaScript
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 2)"},"child":[{"tag":"path","attr":{"d":"m.5 3.5v-1c0-1.1045695.8954305-2 2-2h1"}},{"tag":"path","attr":{"d":"m.5 16.5v-1c0-1.1045695.8954305-2 2-2h1","transform":"matrix(0 -1 1 0 -13 17)"}},{"tag":"path","attr":{"d":"m13.5 3.5v-1c0-1.1045695.8954305-2 2-2h1","transform":"matrix(-1 0 0 1 30 0)"}},{"tag":"path","attr":{"d":"m13.5 16.5v-1c0-1.1045695.8954305-2 2-2h1","transform":"matrix(0 -1 -1 0 30 30)"}},{"tag":"path","attr":{"d":"m5.5.5h2"}},{"tag":"path","attr":{"d":"m9.5.5h2"}},{"tag":"path","attr":{"d":"m5.5 16.5h2"}},{"tag":"path","attr":{"d":"m9.5 16.5h2"}},{"tag":"path","attr":{"d":"m16.5 5.498v2.002"}},{"tag":"path","attr":{"d":"m16.5 9.498v2.002"}},{"tag":"path","attr":{"d":"m.5 5.498v2.002"}},{"tag":"path","attr":{"d":"m.5 9.498v2.002"}}]}]})(props);
};