@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.04 kB
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as c } from "react";
function o(t) {
return /* @__PURE__ */ e(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconAnchor20",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M10 5.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2m2.5-1a2.5 2.5 0 0 1-1.75 2.386V9.5h1.5a.75.75 0 0 1 0 1.5h-1.5v3.7c1.703-.233 3.039-1.241 3.558-2.488a.75.75 0 0 1 1.385.576c-.777 1.866-2.696 3.18-4.942 3.422v.29a.75.75 0 0 1-1.5 0v-.29c-2.247-.242-4.166-1.556-4.943-3.422a.75.75 0 0 1 1.385-.576c.519 1.247 1.855 2.255 3.557 2.488V11h-1.5a.75.75 0 0 1 0-1.5h1.5V6.886A2.501 2.501 0 1 1 12.5 4.5",
clipRule: "evenodd"
}
)
}
);
}
const l = c(o);
export {
l as default
};
//# sourceMappingURL=IconAnchor20.es.js.map