@frontify/fondue
Version:
Design system of Frontify
29 lines (28 loc) • 750 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: 20,
height: 20,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconBookmark20Filled",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
d: "M3 3.5A2.5 2.5 0 0 1 5.5 1h9A2.5 2.5 0 0 1 17 3.5v13.542c0 1.228-1.395 1.936-2.386 1.21L10 14.873l-4.614 3.38c-.99.725-2.386.017-2.386-1.21z"
}
)
}
);
}
const c = o(r);
export {
c as default
};
//# sourceMappingURL=IconBookmark20Filled.es.js.map