@ama-pt/agora-design-system
Version:
Ágora Design system
10 lines (9 loc) • 732 B
JavaScript
import l from "react";
const r = (e) => {
const t = { ...e };
return delete t.alt, delete t.title, /* @__PURE__ */ l.createElement("svg", { width: "24", height: "24", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...t, role: "img" }, e.title && /* @__PURE__ */ l.createElement("title", null, e.title), /* @__PURE__ */ l.createElement("path", { d: "M9.70711 5.29292C9.42111 5.00692 8.99099 4.92137 8.61732 5.07615C8.24364 5.23093 8 5.59557 8 6.00003V18C8 18.4045 8.24364 18.7691 8.61732 18.9239C8.99099 19.0787 9.42111 18.9931 9.70711 18.7071L15.7071 12.7071C16.0976 12.3166 16.0976 11.6834 15.7071 11.2929L9.70711 5.29292Z" }));
};
export {
r as default
};
//# sourceMappingURL=solid-arrow-right-qKB7Du8n.mjs.map