lucide
Version:
A Lucide icon library package for web and javascript applications.
16 lines (13 loc) • 430 B
JavaScript
/**
* @license lucide v1.24.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