@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
19 lines (16 loc) • 584 B
JavaScript
/**
* @license @lucide/lab v0.1.2 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
const skis = [
["path", { d: "m2 4 3-1", key: "xqn5we" }],
["path", { d: "m3 2 7 20", key: "d5po3n" }],
["path", { d: "M10 2 3 22", key: "13bmm1" }],
["path", { d: "m2 20 3 1", key: "10lztc" }],
["path", { d: "M22 22V6c0-2.2-2-4-2-4s-2 1.8-2 4c0-2.2-2-4-2-4s-2 1.8-2 4v16Z", key: "e400m4" }],
["path", { d: "M18 6v16", key: "33nz89" }]
];
export { skis as default };
//# sourceMappingURL=skis.js.map