UNPKG

lucide-react-native

Version:

A Lucide icon library package for React Native applications

20 lines (15 loc) 590 B
/** * @license lucide-react-native v0.501.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ 'use strict'; var createLucideIcon = require('../createLucideIcon.js'); const BluetoothSearching = createLucideIcon("BluetoothSearching", [ ["path", { d: "m7 7 10 10-5 5V2l5 5L7 17", key: "1q5490" }], ["path", { d: "M20.83 14.83a4 4 0 0 0 0-5.66", key: "k8tn1j" }], ["path", { d: "M18 12h.01", key: "yjnet6" }] ]); module.exports = BluetoothSearching; //# sourceMappingURL=bluetooth-searching.js.map