@ama-pt/agora-design-system
Version:
Ágora Design system
17 lines (16 loc) • 895 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: "M22.9037 2.42809C23.0847 2.04616 23.0059 1.59173 22.7071 1.2929C22.4083 0.994066 21.9538 0.915353 21.5719 1.09627L1.57191 10.57C1.1902 10.7508 0.963244 11.1519 1.00486 11.5722C1.04648 11.9925 1.3477 12.3414 1.75746 12.4438L9.59643 14.4036L11.5562 22.2425C11.6586 22.6523 12.0075 22.9535 12.4278 22.9951C12.8481 23.0368 13.2492 22.8098 13.4301 22.4281L22.9037 2.42809Z"
}
));
};
export {
n as default
};
//# sourceMappingURL=solid-plane-DBfQUeU0.mjs.map