lucide-react-native
Version:
A Lucide icon library package for React Native applications.
22 lines (18 loc) • 781 B
JavaScript
/**
* @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.
*/
import createLucideIcon from '../createLucideIcon.mjs';
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" }]
]);
export { MicSignal as default };
//# sourceMappingURL=mic-signal.mjs.map