lucide-react-native
Version:
A Lucide icon library package for React Native applications.
26 lines (21 loc) • 844 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.
*/
'use strict';
var createLucideIcon = require('../createLucideIcon.js');
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" }]
]);
module.exports = MicAudioLines;
//# sourceMappingURL=mic-audio-lines.js.map