@frontify/fondue
Version:
Design system of Frontify
34 lines (33 loc) • 1.42 kB
JavaScript
import { jsx as a, jsxs as l } from "react/jsx-runtime";
import { memo as e } from "react";
function o(t) {
return /* @__PURE__ */ a(
"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: "IconFocalPoint12",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ l("g", { fill: "none", children: [
/* @__PURE__ */ a("g", { clipPath: "url(#FocalPoint12)", children: /* @__PURE__ */ a(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M2.917 1.917a1 1 0 0 0-1 1v1.378a.5.5 0 1 1-1 0V2.917a2 2 0 0 1 2-2h1.378a.5.5 0 1 1 0 1zm7.166 2.378V2.917a1 1 0 0 0-1-1H7.704a.5.5 0 1 1 0-1h1.38a2 2 0 0 1 2 2v1.378a.5.5 0 0 1-1 0m-1 5.788h-1.38a.5.5 0 1 0 0 1h1.38a2 2 0 0 0 2-2V7.704a.5.5 0 0 0-1 0v1.38a1 1 0 0 1-1 1m-7.166-1a1 1 0 0 0 1 1h1.378a.5.5 0 1 1 0 1H2.917a2 2 0 0 1-2-2v-1.38a.5.5 0 1 1 1 0zm4.08-2.46a.625.625 0 1 0 0-1.25.625.625 0 0 0 0 1.25",
clipRule: "evenodd"
}
) }),
/* @__PURE__ */ a("defs", { children: /* @__PURE__ */ a("clipPath", { id: "FocalPoint12", children: /* @__PURE__ */ a("path", { fill: "#fff", d: "M0 0h12v12H0z" }) }) })
] })
}
);
}
const r = e(o);
export {
r as default
};
//# sourceMappingURL=IconFocalPoint12.es.js.map