UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

30 lines (26 loc) 908 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: "audio-lines-off", size: 24, node: [ ["path", { d: "M10 10v11", key: "tkf9cx" }], ["path", { d: "M10 3v1.35", key: "1rsffz" }], ["path", { d: "M14 14v1", key: "hsexio" }], ["path", { d: "M14 8v.35", key: "isohmc" }], ["path", { d: "M18 5v7.35", key: "1b0cqo" }], ["path", { d: "M2 10v3", key: "1fnikh" }], ["path", { d: "m2 2 20 20", key: "1ooewy" }], ["path", { d: "M22 10v3", key: "154ddg" }], ["path", { d: "M6 6v11", key: "11sgs0" }] ] }; __iconData.node; const AudioLinesOff = createLucideIcon(__iconData); export { __iconData, AudioLinesOff as default }; //# sourceMappingURL=audio-lines-off.mjs.map