UNPKG

@frontify/fondue

Version:
34 lines (33 loc) 1.14 kB
import { jsx as e, jsxs as l } from "react/jsx-runtime"; import { memo as n } from "react"; function t(i) { return /* @__PURE__ */ e( "svg", { xmlns: "http://www.w3.org/2000/svg", width: 12, height: 12, className: "tw-flex tw-items-center tw-justify-center tw-fill-current", name: "IconMagnifier12", "aria-hidden": "true", ...i, children: /* @__PURE__ */ l("g", { fill: "none", children: [ /* @__PURE__ */ e("g", { clipPath: "url(#Magnifier12)", children: /* @__PURE__ */ e( "path", { fill: "currentColor", fillRule: "evenodd", d: "M10.354 5.677a4.677 4.677 0 1 1-9.354 0 4.677 4.677 0 0 1 9.354 0M9.322 10.03a5.677 5.677 0 1 1 .707-.707l1.603 1.602a.5.5 0 1 1-.707.707z", clipRule: "evenodd" } ) }), /* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "Magnifier12", children: /* @__PURE__ */ e("path", { fill: "#fff", d: "M0 0h12v12H0z" }) }) }) ] }) } ); } const f = n(t); export { f as default }; //# sourceMappingURL=IconMagnifier12.es.js.map