UNPKG

@meronex/icons

Version:

SVG React icons of popular icon packs using ES6 imports

6 lines (4 loc) 912 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":"matrix(0 1 -1 0 17 3)"},"child":[{"tag":"g","attr":{"transform":"translate(6)"},"child":[{"tag":"path","attr":{"d":"m7.621 6.378.001 4.243-4.244-.001","transform":"matrix(-.70710678 .70710678 .70710678 .70710678 3.379263 -1.399737)"}},{"tag":"path","attr":{"d":"m.5.5h2c1.65685425 0 3 1.34314575 3 3v8"}}]},{"tag":"g","attr":{"transform":"matrix(-1 0 0 -1 9 13)"},"child":[{"tag":"path","attr":{"d":"m7.621 6.378.001 4.243-4.244-.001","transform":"matrix(-.70710678 .70710678 .70710678 .70710678 3.379263 -1.399737)"}},{"tag":"path","attr":{"d":"m.5.5h2c1.65685425 0 3 1.34314575 3 3v8"}}]}]}]})(props); };