@ama-pt/agora-design-system
Version:
Ágora Design system
10 lines (9 loc) • 826 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: "M2.00001 2C1.61069 2 1.25675 2.22596 1.0929 2.57912C0.929037 2.93229 0.985046 3.34845 1.23644 3.64573L9.00001 12.8261V19C9.00001 19.3788 9.21402 19.725 9.5528 19.8944L13.5528 21.8944C13.8628 22.0494 14.2309 22.0329 14.5257 21.8507C14.8206 21.6684 15 21.3466 15 21V12.8261L22.7636 3.64573C23.015 3.34845 23.071 2.93229 22.9071 2.57912C22.7433 2.22596 22.3893 2 22 2H2.00001Z" }));
};
export {
r as default
};
//# sourceMappingURL=solid-filter-CZP5ysMS.mjs.map