@anoki/fse-ui
Version:
FSE UI components library
43 lines (42 loc) • 1.11 kB
JavaScript
import { j as o } from "./index.es278.js";
import { createColorClasses as m } from "./index.es352.js";
import { clsx as p } from "./index.es280.js";
const f = ({
width: l = 24,
height: e = 24,
className: i,
color: r = "primary",
fillColor: t = "#0066CC",
onClick: a,
decorative: s = !1,
ariaLabel: n = "Position"
}) => {
const C = m({ color: r });
return /* @__PURE__ */ o.jsx(
"svg",
{
viewBox: "0 0 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
className: p(i, C),
width: l,
height: e,
onClick: a,
"aria-hidden": s,
"aria-label": s ? void 0 : n,
children: /* @__PURE__ */ o.jsx(
"path",
{
fillRule: "evenodd",
clipRule: "evenodd",
d: "M12 2C8.13 2 5 5.13 5 9C5 14.25 12 22 12 22C12 22 19 14.25 19 9C19 5.13 15.87 2 12 2ZM12 11.5C10.62 11.5 9.5 10.38 9.5 9C9.5 7.62 10.62 6.5 12 6.5C13.38 6.5 14.5 7.62 14.5 9C14.5 10.38 13.38 11.5 12 11.5Z",
fill: t
}
)
}
);
};
export {
f as Position
};
//# sourceMappingURL=index.es211.js.map