@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 871 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: 24,
height: 24,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconBookmark24",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "m12 15.495.867.614L18.5 20.1V5A1.5 1.5 0 0 0 17 3.5H7A1.5 1.5 0 0 0 5.5 5v15.1l5.633-3.99zm0 1.838 5.633 3.99c.993.704 2.367-.006 2.367-1.224V5a3 3 0 0 0-3-3H7a3 3 0 0 0-3 3v15.1c0 1.217 1.374 1.927 2.367 1.223z",
clipRule: "evenodd"
}
)
}
);
}
const a = o(r);
export {
a as default
};
//# sourceMappingURL=IconBookmark24.es.js.map