@frontify/fondue
Version:
Design system of Frontify
29 lines (28 loc) • 723 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: 12,
height: 12,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconBookmark12Filled",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
d: "M1 1.5A1.5 1.5 0 0 1 2.5 0h7A1.5 1.5 0 0 1 11 1.5v9.452a1 1 0 0 1-1.615.788L6 9.1l-3.385 2.64A1 1 0 0 1 1 10.952z"
}
)
}
);
}
const a = o(r);
export {
a as default
};
//# sourceMappingURL=IconBookmark12Filled.es.js.map