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

22 lines
558 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 SlidersVertical = [
["path", { d: "M10 8h4" }],
["path", { d: "M12 21v-9" }],
["path", { d: "M12 8V3" }],
["path", { d: "M17 16h4" }],
["path", { d: "M19 12V3" }],
["path", { d: "M19 21v-5" }],
["path", { d: "M3 14h4" }],
["path", { d: "M5 10V3" }],
["path", { d: "M5 21v-7" }]
];
export { SlidersVertical as default };
//# sourceMappingURL=sliders-vertical.mjs.map