16 lines
430 B
JavaScript
16 lines
430 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 WavesHorizontal = [
|
|
["path", { d: "M2 12q2.5 2 5 0t5 0 5 0 5 0" }],
|
|
["path", { d: "M2 19q2.5 2 5 0t5 0 5 0 5 0" }],
|
|
["path", { d: "M2 5q2.5 2 5 0t5 0 5 0 5 0" }]
|
|
];
|
|
|
|
export { WavesHorizontal as default };
|
|
//# sourceMappingURL=waves-horizontal.mjs.map
|