Files
project_SIG/node_modules/lucide/dist/esm/icons/audio-lines.mjs
T
2026-06-11 02:31:09 +00:00

19 lines
449 B
JavaScript

/**
* @license lucide v1.17.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
const AudioLines = [
["path", { d: "M2 10v3" }],
["path", { d: "M6 6v11" }],
["path", { d: "M10 3v18" }],
["path", { d: "M14 8v7" }],
["path", { d: "M18 5v13" }],
["path", { d: "M22 10v3" }]
];
export { AudioLines as default };
//# sourceMappingURL=audio-lines.mjs.map