@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 806 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as o } from "react";
function r(t) {
return /* @__PURE__ */ e(
"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: "IconBookmark16",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "m8 10.25.6.45L13 14V3a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v11l4.4-3.3zm0 1.25 4.4 3.3A1 1 0 0 0 14 14V3a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v11a1 1 0 0 0 1.6.8z",
clipRule: "evenodd"
}
)
}
);
}
const n = o(r);
export {
n as default
};
//# sourceMappingURL=IconBookmark16.es.js.map