@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 929 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: 16,
height: 16,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconPin16Filled",
"aria-hidden": "true",
...l,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M11.657 1.845c-.675-.655-1.798-.552-2.334.214l-2.04 2.914-2.35.387c-1.219.201-1.696 1.654-.822 2.503l1.545 1.5-3.62 3.515a.483.483 0 0 0 0 .697c.198.193.52.193.718 0l3.619-3.515 1.55 1.506c.874.849 2.37.386 2.577-.798l.4-2.283 2.999-1.981a1.452 1.452 0 0 0 .22-2.267z",
clipRule: "evenodd"
}
)
}
);
}
const r = t(n);
export {
r as default
};
//# sourceMappingURL=IconPin16Filled.es.js.map