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

27 lines
604 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 WavesArrowUp = [
["path", { d: "M12 2v8" }],
[
"path",
{
d: "M2 15c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1"
}
],
[
"path",
{
d: "M2 21c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1"
}
],
["path", { d: "m8 6 4-4 4 4" }]
];
export { WavesArrowUp as default };
//# sourceMappingURL=waves-arrow-up.mjs.map