UNPKG

lucide-solid

Version:

A Lucide icon library package for Solid applications

17 lines (15 loc) 504 B
/** * @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/bluetooth.tsx import Icon from "../Icon"; var iconNode = [["path", { d: "m7 7 10 10-5 5V2l5 5L7 17", key: "1q5490" }]]; var Bluetooth = (props) => <Icon {...props} iconNode={iconNode} name="bluetooth" />; var bluetooth_default = Bluetooth; export { bluetooth_default as default }; //# sourceMappingURL=bluetooth.jsx.map