@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
25 lines (22 loc) • 655 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 iceSkate = [
["path", { d: "M11 2v9", key: "44sqy" }],
["path", { d: "M11 7 8 8", key: "zbks1s" }],
[
"path",
{
d: "M11 3 4 5v11a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2 3.08 3.08 0 0 0-1.8-2.8L11 11l-3 1",
key: "nc3tzf"
}
],
["path", { d: "M7 18v4", key: "1py7xm" }],
["path", { d: "M15 18v4", key: "1obqtg" }],
["path", { d: "M4 22h12c2.1 0 3.9-1.1 5-2.7", key: "1la23u" }]
];
export { iceSkate as default };
//# sourceMappingURL=ice-skate.js.map