@frontify/fondue
Version:
Design system of Frontify
29 lines (28 loc) • 734 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: 24,
height: 24,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconBookmark24Filled",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
d: "M4 5a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3v15.1c0 1.217-1.374 1.927-2.367 1.223L12 17.333l-5.633 3.99C5.374 22.027 4 21.317 4 20.1z"
}
)
}
);
}
const s = o(r);
export {
s as default
};
//# sourceMappingURL=IconBookmark24Filled.es.js.map