@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 776 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as n } from "react";
function r(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: "IconMagnifier20",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M16.51 9.51a7 7 0 1 1-14 0 7 7 0 0 1 14 0m-1.543 6.518a8.5 8.5 0 1 1 1.06-1.06l2.667 2.665a.75.75 0 1 1-1.06 1.06z",
clipRule: "evenodd"
}
)
}
);
}
const l = n(r);
export {
l as default
};
//# sourceMappingURL=IconMagnifier20.es.js.map