infinity-forge
Version:
9 lines • 1.01 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LupaIcon = LupaIcon;
var jsx_runtime_1 = require("react/jsx-runtime");
function LupaIcon(_a) {
var color = _a.color;
return ((0, jsx_runtime_1.jsx)("svg", { viewBox: '0 0 28 28', children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("path", { fill: color, d: 'M11.168 19.916A8.707 8.707 0 0 1 4.97 17.35a8.703 8.703 0 0 1-2.566-6.19c0-2.34.912-4.54 2.566-6.188a8.707 8.707 0 0 1 6.197-2.566c2.34 0 4.541.91 6.196 2.566a8.703 8.703 0 0 1 2.566 6.189c0 2.34-.911 4.541-2.566 6.189a8.707 8.707 0 0 1-6.196 2.566zm16.504 6.058l-7.786-7.859a11.133 11.133 0 0 0 2.442-6.962C22.328 4.993 17.335 0 11.168 0 5 0 .007 5 .007 11.16S5 22.315 11.167 22.315c2.669 0 5.11-.933 7.035-2.493l7.735 7.807c.233.248.554.372.867.372.299 0 .598-.11.824-.328.481-.46.496-1.217.044-1.698z' }) }) }) }) }));
}
//# sourceMappingURL=icon-Lupa.js.map