@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 942 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: 24,
height: 24,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconPin24Filled",
"aria-hidden": "true",
...l,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M17.303 3.692a2.508 2.508 0 0 0-3.84.361l-2.72 3.989-3.737.632c-1.603.272-2.23 2.235-1.08 3.382l2.476 2.469-.011.01L3.21 19.7a.747.747 0 0 0 0 1.06.753.753 0 0 0 1.062 0l5.18-5.165.01-.011 2.456 2.447c1.15 1.147 3.118.521 3.39-1.077l.635-3.726 4-2.712a2.492 2.492 0 0 0 .362-3.83z",
clipRule: "evenodd"
}
)
}
);
}
const c = t(n);
export {
c as default
};
//# sourceMappingURL=IconPin24Filled.es.js.map