@ama-pt/agora-design-system
Version:
Ágora Design system
10 lines (9 loc) • 808 B
JavaScript
import l from "react";
const a = (e) => {
const t = { ...e };
return delete t.alt, delete t.title, /* @__PURE__ */ l.createElement("svg", { width: "24", height: "32", viewBox: "0 0 24 32", xmlns: "http://www.w3.org/2000/svg", ...t, role: "img" }, e.title && /* @__PURE__ */ l.createElement("title", null, e.title), /* @__PURE__ */ l.createElement("path", { d: "M0.923077 1.8889e-05C0.413276 1.8889e-05 0 0.415793 0 0.928677V31.0713C0 31.4212 0.195426 31.7413 0.505561 31.8996C0.815697 32.0578 1.18791 32.0273 1.46846 31.8206L12 24.0614L22.5315 31.8206C22.8121 32.0273 23.1843 32.0578 23.4944 31.8996C23.8046 31.7413 24 31.4212 24 31.0713L24 0.928677C24 0.415793 23.5867 1.8889e-05 23.0769 1.8889e-05H0.923077Z" }));
};
export {
a as default
};
//# sourceMappingURL=solid-bookmark-card-Cx3XFRpC.mjs.map