lucide-react
Version:
A Lucide icon library package for React applications.
29 lines (25 loc) • 907 B
JavaScript
/**
* @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-signal",
size: 24,
node: [
["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" }]
],
aliases: ["podcast"]
};
__iconData.node;
const MicSignal = createLucideIcon(__iconData);
export { __iconData, MicSignal as default };
//# sourceMappingURL=mic-signal.mjs.map