UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

24 lines (20 loc) 697 B
/** * @license lucide-react v1.46.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ import createLucideIcon from '../createLucideIcon.mjs'; const __iconData = { name: "bluetooth-connected", size: 24, node: [ ["path", { d: "m7 7 10 10-5 5V2l5 5L7 17", key: "1q5490" }], ["line", { x1: "18", x2: "21", y1: "12", y2: "12", key: "1rsjjs" }], ["line", { x1: "3", x2: "6", y1: "12", y2: "12", key: "11yl8c" }] ] }; __iconData.node; const BluetoothConnected = createLucideIcon(__iconData); export { __iconData, BluetoothConnected as default }; //# sourceMappingURL=bluetooth-connected.mjs.map