@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 966 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: 32,
height: 32,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconMagnifierPlus32",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M14.5 24a9.5 9.5 0 1 0 0-19 9.5 9.5 0 0 0 0 19m8.808-2.106c1.68-2 2.692-4.578 2.692-7.394C26 8.149 20.851 3 14.5 3S3 8.149 3 14.5 8.149 26 14.5 26c2.816 0 5.395-1.012 7.394-2.692l4.399 4.4a1 1 0 0 0 1.414-1.415zM13.5 15.5v3a1 1 0 1 0 2 0v-3h3a1 1 0 1 0 0-2h-3v-3a1 1 0 1 0-2 0v3h-3a1 1 0 1 0 0 2z",
clipRule: "evenodd"
}
)
}
);
}
const s = a(l);
export {
s as default
};
//# sourceMappingURL=IconMagnifierPlus32.es.js.map