lucide-react-native
Version:
A Lucide icon library package for React Native applications.
24 lines (20 loc) • 833 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 MicAudioLines = createLucideIcon("MicAudioLines", [
["path", { d: "M10 3v2.341", key: "d00509" }],
["path", { d: "M12 17v4", key: "1riwvh" }],
["path", { d: "M14 5v.341", key: "72nt6x" }],
["path", { d: "M18 5v13", key: "123xd1" }],
["path", { d: "M2 10v3", key: "1fnikh" }],
["path", { d: "M22 10v3", key: "154ddg" }],
["path", { d: "M6 6v11", key: "11sgs0" }],
["path", { d: "M9 21h6", key: "1udhl7" }],
["rect", { width: "4", height: "8", x: "10", y: "9", rx: "2", key: "1d9qhd" }]
]);
export { MicAudioLines as default };
//# sourceMappingURL=mic-audio-lines.mjs.map