@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 900 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: 24,
height: 24,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconMagnifierPlus24",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M11 18.5a7.5 7.5 0 1 0 0-15 7.5 7.5 0 0 0 0 15m6.872-1.688a9 9 0 1 0-1.06 1.06l2.898 2.898a.75.75 0 1 0 1.06-1.06zM10.25 11.75V14a.75.75 0 0 0 1.5 0v-2.25H14a.75.75 0 0 0 0-1.5h-2.25V8a.75.75 0 0 0-1.5 0v2.25H8a.75.75 0 0 0 0 1.5z",
clipRule: "evenodd"
}
)
}
);
}
const s = a(l);
export {
s as default
};
//# sourceMappingURL=IconMagnifierPlus24.es.js.map