lucide-solid
Version:
A Lucide icon library package for Solid applications
17 lines (15 loc) • 487 B
JSX
/**
* @license lucide-solid v0.487.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/wifi-zero.tsx
import Icon from "../Icon";
var iconNode = [["path", { d: "M12 20h.01", key: "zekei9" }]];
var WifiZero = (props) => <Icon {...props} iconNode={iconNode} name="wifi-zero" />;
var wifi_zero_default = WifiZero;
export {
wifi_zero_default as default
};
//# sourceMappingURL=wifi-zero.jsx.map