lucide-solid
Version:
A Lucide icon library package for Solid applications.
20 lines (18 loc) • 579 B
JSX
/**
* @license lucide-solid v0.536.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
// src/icons/trending-down.tsx
import Icon from "../Icon";
var iconNode = [
["path", { d: "M16 17h6v-6", key: "t6n2it" }],
["path", { d: "m22 17-8.5-8.5-5 5L2 7", key: "x473p" }]
];
var TrendingDown = (props) => <Icon {...props} iconNode={iconNode} name="trending-down" />;
var trending_down_default = TrendingDown;
export {
trending_down_default as default
};
//# sourceMappingURL=trending-down.jsx.map