@ama-pt/agora-design-system
Version:
Ágora Design system
10 lines (9 loc) • 787 B
JavaScript
import l from "react";
const C = (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: "M21.3 9.88L12.71 1.29C12.52 1.1 12.27 1 12 1H2C1.45 1 1 1.45 1 2V12C1 12.27 1.11 12.52 1.29 12.71L9.88 21.29C10.45 21.86 11.2 22.17 12 22.17C12.8 22.17 13.55 21.86 14.12 21.29L21.29 14.12C22.45 12.95 22.45 11.06 21.29 9.89L21.3 9.88ZM7.01 8C6.46 8 6.01 7.55 6.01 7C6.01 6.45 6.45 6 7.01 6C7.56 6 8.01 6.45 8.01 7C8.01 7.55 7.56 8 7.01 8Z" }));
};
export {
C as default
};
//# sourceMappingURL=solid-tag-DrTNDYKR.mjs.map