UNPKG

lucide-solid

Version:

A Lucide icon library package for Solid applications

21 lines (19 loc) 637 B
/** * @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/cloud-alert.tsx import Icon from "../Icon"; var iconNode = [ ["path", { d: "M12 12v4", key: "tww15h" }], ["path", { d: "M12 20h.01", key: "zekei9" }], ["path", { d: "M17 18h.5a1 1 0 0 0 0-9h-1.79A7 7 0 1 0 7 17.708", key: "xsb5ju" }] ]; var CloudAlert = (props) => <Icon {...props} iconNode={iconNode} name="cloud-alert" />; var cloud_alert_default = CloudAlert; export { cloud_alert_default as default }; //# sourceMappingURL=cloud-alert.jsx.map