generated from MuhammadIqbalMaulana/UAS-SIG
22 lines
558 B
JavaScript
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
|