25 lines
557 B
JavaScript
25 lines
557 B
JavaScript
/**
|
|
* @license lucide v0.331.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
|
|
import defaultAttributes from '../defaultAttributes.js';
|
|
|
|
const AudioLines = [
|
|
"svg",
|
|
defaultAttributes,
|
|
[
|
|
["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.js.map
|