UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

30 lines (26 loc) 940 B
/** * @license lucide-react v1.46.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 __iconData = { name: "mic-audio-lines", size: 24, node: [ ["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" }] ] }; __iconData.node; const MicAudioLines = createLucideIcon(__iconData); export { __iconData, MicAudioLines as default }; //# sourceMappingURL=mic-audio-lines.mjs.map