@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 854 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: 12,
height: 12,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconBookmark12",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "m6 7.832.615.48L10 10.952V1.5a.5.5 0 0 0-.5-.5h-7a.5.5 0 0 0-.5.5v9.452l3.385-2.64zM6 9.1l3.385 2.64A1 1 0 0 0 11 10.952V1.5A1.5 1.5 0 0 0 9.5 0h-7A1.5 1.5 0 0 0 1 1.5v9.452a1 1 0 0 0 1.615.788z",
clipRule: "evenodd"
}
)
}
);
}
const n = o(r);
export {
n as default
};
//# sourceMappingURL=IconBookmark12.es.js.map