@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 889 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: 16,
height: 16,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconMagnifierPlus16",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M7.51 13.01a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11m4.936-1.27a6.5 6.5 0 1 0-.707.707l2.157 2.156a.5.5 0 0 0 .707-.707zM8.01 5.51a.5.5 0 0 0-1 0v1.5h-1.5a.5.5 0 0 0 0 1h1.5v1.5a.5.5 0 0 0 1 0v-1.5h1.5a.5.5 0 0 0 0-1h-1.5z",
clipRule: "evenodd"
}
)
}
);
}
const s = a(l);
export {
s as default
};
//# sourceMappingURL=IconMagnifierPlus16.es.js.map