@ama-pt/agora-design-system
Version:
Ágora Design system
17 lines (16 loc) • 781 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: "M21.61 8.21L12.61 1.21C12.25 0.93 11.74 0.93 11.38 1.21L2.39 8.21C2.15 8.4 2 8.69 2 9V20C2 20.8 2.32 21.56 2.88 22.12C3.44 22.68 4.21 23 5 23H19C19.8 23 20.56 22.68 21.12 22.12C21.68 21.56 22 20.79 22 20V9C22 8.69 21.86 8.4 21.61 8.21ZM14 21H10V13H14V21Z"
}
));
};
export {
n as default
};
//# sourceMappingURL=solid-home-DbOM72CM.mjs.map