lucide-solid
Version:
A Lucide icon library package for Solid applications.
20 lines (18 loc) • 564 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-up.tsx
import Icon from "../Icon";
var iconNode = [
["path", { d: "M16 7h6v6", key: "box55l" }],
["path", { d: "m22 7-8.5 8.5-5-5L2 17", key: "1t1m79" }]
];
var TrendingUp = (props) => <Icon {...props} iconNode={iconNode} name="trending-up" />;
var trending_up_default = TrendingUp;
export {
trending_up_default as default
};
//# sourceMappingURL=trending-up.jsx.map