@frontify/fondue
Version:
Design system of Frontify
29 lines (28 loc) • 735 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: 32,
height: 32,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconBookmark32Filled",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
d: "M6 7a4 4 0 0 1 4-4h12a4 4 0 0 1 4 4v19.468c0 1.554-1.696 2.514-3.029 1.715L16 24l-6.971 4.183c-1.333.8-3.029-.16-3.029-1.715z"
}
)
}
);
}
const s = o(r);
export {
s as default
};
//# sourceMappingURL=IconBookmark32Filled.es.js.map