@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 723 B
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(1 2)"},"child":[{"tag":"path","attr":{"d":"m5.53718227 1.54888175c-2.41169541 1.37786775-4.03718227 3.9746666-4.03718227 6.95111825 0 4.418278 3.581722 8 8 8m4-1c2.2866288-1.4081018 4-4.1175492 4-7 0-4.418278-3.581722-8-8-8"}},{"tag":"path","attr":{"d":"m5.5 1.5v5h-5.5","transform":"matrix(1 0 0 -1 0 8)"}},{"tag":"path","attr":{"d":"m19 10.5v5h-5.5","transform":"matrix(-1 0 0 1 32.5 0)"}}]}]})(props);
};