@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.1 kB
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as l } from "react";
function n(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: "IconPin32",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "m19.944 16.128-.705.48-.142.84-.719 4.23a1 1 0 0 1-1.693.54l-6.903-6.903a1 1 0 0 1 .54-1.694l4.23-.718.84-.143.48-.704 3.784-5.566a1 1 0 0 1 1.534-.145l4.464 4.465a1 1 0 0 1-.144 1.534zM9.987 11.65l4.23-.719 3.785-5.565a3 3 0 0 1 4.602-.435l4.465 4.465a3 3 0 0 1-.435 4.602l-5.566 3.784-.718 4.23c-.408 2.402-3.357 3.342-5.079 1.62l-2.723-2.723-.021.022-6.807 6.807a1 1 0 0 1-1.414-1.414l6.807-6.807.022-.022-2.767-2.766c-1.722-1.723-.782-4.671 1.62-5.08",
clipRule: "evenodd"
}
)
}
);
}
const c = l(n);
export {
c as default
};
//# sourceMappingURL=IconPin32.es.js.map