@frontify/fondue
Version:
Design system of Frontify
34 lines (33 loc) • 1.26 kB
JavaScript
import { jsx as e, jsxs as i } from "react/jsx-runtime";
import { memo as n } from "react";
function t(l) {
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: "IconMagnifierPlus12",
"aria-hidden": "true",
...l,
children: /* @__PURE__ */ i("g", { fill: "none", children: [
/* @__PURE__ */ e("g", { clipPath: "url(#MagnifierPlus12)", children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M5.5 10a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9m4.203-.952a5.5 5.5 0 1 0-.655.655q.036.088.108.16l1.77 1.77a.5.5 0 1 0 .706-.708l-1.77-1.77a.5.5 0 0 0-.16-.107M6 3.5a.5.5 0 0 0-1 0V5H3.5a.5.5 0 0 0 0 1H5v1.5a.5.5 0 0 0 1 0V6h1.5a.5.5 0 0 0 0-1H6z",
clipRule: "evenodd"
}
) }),
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "MagnifierPlus12", children: /* @__PURE__ */ e("path", { fill: "#fff", d: "M0 0h12v12H0z" }) }) })
] })
}
);
}
const c = n(t);
export {
c as default
};
//# sourceMappingURL=IconMagnifierPlus12.es.js.map