import { jsx } from "react/jsx-runtime"; import { e as createSvgIcon } from "../server-entry.mjs"; const TrendingDownIcon = createSvgIcon( /* @__PURE__ */ jsx("path", { d: "m16 18 2.29-2.29-4.88-4.88-4 4L2 7.41 3.41 6l6 6 4-4 6.3 6.29L22 12v6h-6z" }), "TrendingDownOutlined" ); const TrendingFlatIcon = createSvgIcon( /* @__PURE__ */ jsx("path", { d: "m22 12-4-4v3H3v2h15v3l4-4z" }), "TrendingFlatOutlined" ); const TrendingUpIcon = createSvgIcon( /* @__PURE__ */ jsx("path", { d: "m16 6 2.29 2.29-4.88 4.88-4-4L2 16.59 3.41 18l6-6 4 4 6.3-6.29L22 12V6h-6z" }), "TrendingUpOutlined" ); export { TrendingUpIcon as T, TrendingFlatIcon as a, TrendingDownIcon as b }; //# sourceMappingURL=TrendingUp-58bc999b.mjs.map