@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 915 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as t } from "react";
function n(l) {
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: "IconPin32Filled",
"aria-hidden": "true",
...l,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M22.604 4.931a3 3 0 0 0-4.602.435l-3.784 5.565-4.23.719c-2.402.408-3.342 3.356-1.62 5.079l2.767 2.766-.022.022-6.807 6.807a1 1 0 1 0 1.414 1.414l6.807-6.807.021-.022 2.723 2.723c1.723 1.722 4.671.782 5.08-1.62l.717-4.23 5.566-3.784a3 3 0 0 0 .435-4.602z",
clipRule: "evenodd"
}
)
}
);
}
const c = t(n);
export {
c as default
};
//# sourceMappingURL=IconPin32Filled.es.js.map