@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 875 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: 32,
height: 32,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconMagnifier32",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M24 14.5a9.5 9.5 0 1 1-19 0 9.5 9.5 0 0 1 19 0m-2.106 8.808c-2 1.68-4.578 2.692-7.394 2.692C8.149 26 3 20.851 3 14.5S8.149 3 14.5 3 26 8.149 26 14.5c0 2.816-1.012 5.395-2.692 7.394l4.4 4.399a1 1 0 0 1-1.415 1.414z",
clipRule: "evenodd"
}
)
}
);
}
const a = n(r);
export {
a as default
};
//# sourceMappingURL=IconMagnifier32.es.js.map