@ama-pt/agora-design-system
Version:
Ágora Design system
17 lines (16 loc) • 849 B
JavaScript
import l from "react";
const n = (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",
{
fillRule: "evenodd",
clipRule: "evenodd",
d: "M8.61732 5.07615C8.99099 4.92137 9.42111 5.00692 9.70711 5.29292L15.7071 11.2929C16.0976 11.6834 16.0976 12.3166 15.7071 12.7071L9.70711 18.7071C9.42111 18.9931 8.99099 19.0787 8.61732 18.9239C8.24364 18.7691 8 18.4045 8 18V6.00003C8 5.59557 8.24364 5.23093 8.61732 5.07615ZM10 8.41424V15.5858L13.5858 12L10 8.41424Z"
}
));
};
export {
n as default
};
//# sourceMappingURL=line-arrow-right-CE4B5Ims.mjs.map