@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 878 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: 20,
height: 20,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconBookmark20",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "m10 13.014.886.649 4.614 3.38V3.5a1 1 0 0 0-1-1h-9a1 1 0 0 0-1 1v13.542l4.614-3.38zm0 1.859 4.614 3.38c.99.725 2.386.017 2.386-1.21V3.5A2.5 2.5 0 0 0 14.5 1h-9A2.5 2.5 0 0 0 3 3.5v13.542c0 1.228 1.395 1.936 2.386 1.21z",
clipRule: "evenodd"
}
)
}
);
}
const a = o(r);
export {
a as default
};
//# sourceMappingURL=IconBookmark20.es.js.map