@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
23 lines (20 loc) • 603 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 hockey = [
["circle", { cx: "17", cy: "19", r: "3", key: "m9grcf" }],
[
"path",
{
d: "M2.8 13a5.95 5.95 0 1 0 10.4 6l8.5-14a1.94 1.94 0 1 0-3.4-2L9.7 17a1.88 1.88 0 1 1-3.4-2 1.94 1.94 0 1 0-3.5-2",
key: "1wqrwi"
}
],
["path", { d: "m20.6 6.8-3.3-2.1", key: "ti4ez2" }],
["path", { d: "m15.2 8.1 3.3 2.1", key: "2lrn57" }]
];
export { hockey as default };
//# sourceMappingURL=hockey.js.map