@ama-pt/agora-design-system
Version:
Ágora Design system
17 lines (16 loc) • 1.56 kB
JavaScript
import l from "react";
const L = (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: "M19.3711 11L18.595 8.89121H15.3831L14.6189 11H12.995L16.1234 3H17.8666L20.995 11H19.3711ZM17.4607 5.61088C17.4288 5.50674 17.3811 5.36541 17.3174 5.18689C17.2537 5.00837 17.19 4.82613 17.1263 4.64017C17.0706 4.44677 17.0268 4.28684 16.995 4.16039C16.9552 4.30916 16.9035 4.48024 16.8398 4.67364C16.7841 4.86704 16.7283 5.04928 16.6726 5.22036C16.6248 5.39145 16.585 5.52162 16.5532 5.61088L15.801 7.66388H18.201L17.4607 5.61088ZM6.2825 20.71C6.3725 20.8 6.4825 20.88 6.6125 20.93C6.8525 21.03 7.1325 21.03 7.3725 20.93C7.4925 20.88 7.6025 20.81 7.7025 20.71L10.7025 17.71C11.0925 17.32 11.0925 16.69 10.7025 16.3C10.3125 15.91 9.6825 15.91 9.2925 16.3L8.0025 17.59L8.0025 4.00001C8.0025 3.45001 7.5525 3.00001 7.0025 3.00001C6.4525 3.00001 6.0025 3.45001 6.0025 4.00001L6.0025 17.59L4.7125 16.3C4.5125 16.1 4.2625 16.01 4.0025 16.01C3.7425 16.01 3.4925 16.11 3.2925 16.3C2.9025 16.69 2.9025 17.32 3.2925 17.71L6.2825 20.71ZM13.995 21H19.7989V19.7899H15.7205L19.6869 13.9748V13H14.107V14.2101H17.9726L13.995 20.0252V21Z"
}
));
};
export {
L as default
};
//# sourceMappingURL=solid-sort-alpha-down-CPkM5mtz.mjs.map