lucide-solid
Version:
A Lucide icon library package for Solid applications
20 lines (18 loc) • 531 B
JSX
/**
* @license lucide-solid v0.488.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/gauge.tsx
import Icon from "../Icon";
var iconNode = [
["path", { d: "m12 14 4-4", key: "9kzdfg" }],
["path", { d: "M3.34 19a10 10 0 1 1 17.32 0", key: "19p75a" }]
];
var Gauge = (props) => <Icon {...props} iconNode={iconNode} name="gauge" />;
var gauge_default = Gauge;
export {
gauge_default as default
};
//# sourceMappingURL=gauge.jsx.map