@ama-pt/agora-design-system
Version:
Ágora Design system
10 lines (9 loc) • 725 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: "M6.00003 8C5.59557 8 5.23093 8.24364 5.07615 8.61732C4.92137 8.99099 5.00692 9.42111 5.29292 9.70711L11.2929 15.7071C11.6834 16.0976 12.3166 16.0976 12.7071 15.7071L18.7071 9.70711C18.9931 9.42111 19.0787 8.99099 18.9239 8.61732C18.7691 8.24364 18.4045 8 18 8H6.00003Z" }));
};
export {
i as default
};
//# sourceMappingURL=solid-arrow-down-CX5JrUuD.mjs.map