@frontify/fondue
Version:
Design system of Frontify
29 lines (28 loc) • 695 B
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { memo as o } from "react";
function r(e) {
return /* @__PURE__ */ t(
"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: "IconBookmark16Filled",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
d: "M2 3a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v11a1 1 0 0 1-1.6.8L8 11.5l-4.4 3.3A1 1 0 0 1 2 14z"
}
)
}
);
}
const s = o(r);
export {
s as default
};
//# sourceMappingURL=IconBookmark16Filled.es.js.map