UNPKG

lucide-react-native

Version:

A Lucide icon library package for React Native applications.

24 lines (19 loc) 792 B
/** * @license lucide-react-native v1.31.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 MicSignal = createLucideIcon("MicSignal", [ ["path", { d: "M12 17v4", key: "1riwvh" }], ["path", { d: "M18 11a6 6 0 00-3-5.197", key: "1lvu40" }], ["path", { d: "M2 11a10 10 0 015-8.662", key: "bida4p" }], ["path", { d: "M22 11a10 10 0 00-5-8.662", key: "idvinr" }], ["path", { d: "M6 11a6 6 0 013-5.197", key: "17n2ii" }], ["path", { d: "M9 21h6", key: "1udhl7" }], ["rect", { x: "10", y: "9", width: "4", height: "8", rx: "2", key: "1l8p2f" }] ]); module.exports = MicSignal; //# sourceMappingURL=mic-signal.js.map