@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 887 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as a } from "react";
function l(t) {
return /* @__PURE__ */ e(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconMagnifierPlus20",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M9.5 16.5a7 7 0 1 0 0-14 7 7 0 0 0 0 14m6.517-1.543a8.5 8.5 0 1 0-1.06 1.06l2.676 2.677a.75.75 0 0 0 1.06-1.06zM8.75 10.25v2a.75.75 0 0 0 1.5 0v-2h2a.75.75 0 0 0 0-1.5h-2v-2a.75.75 0 0 0-1.5 0v2h-2a.75.75 0 0 0 0 1.5z",
clipRule: "evenodd"
}
)
}
);
}
const s = a(l);
export {
s as default
};
//# sourceMappingURL=IconMagnifierPlus20.es.js.map