@ama-pt/agora-design-system
Version:
Ágora Design system
10 lines (9 loc) • 727 B
JavaScript
import l from "react";
const i = (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: "M16 6.00003C16 5.59557 15.7563 5.23093 15.3827 5.07615C15.009 4.92137 14.5789 5.00692 14.2929 5.29292L8.29287 11.2929C7.90235 11.6834 7.90251 12.3168 8.29304 12.7073L14.2929 18.7071C14.5789 18.9931 15.009 19.0787 15.3827 18.9239C15.7563 18.7691 16 18.4045 16 18V6.00003Z" }));
};
export {
i as default
};
//# sourceMappingURL=solid-arrow-left-CyI5Jp34.mjs.map