@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
25 lines (22 loc) • 691 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 bowling = [
["path", { d: "M9 10h.01", key: "qbtxuw" }],
["path", { d: "M6 13h.01", key: "11u803" }],
["path", { d: "M10 14h.01", key: "ssrbsk" }],
["path", { d: "M11.09 6.07a8 8 0 1 0 .32 15.81", key: "awu32r" }],
["path", { d: "M16 9h4", key: "6lmw2d" }],
[
"path",
{
d: "M15 5c0 1.5 1 2 1 4 0 2.5-2 4.5-2 7 0 2.6 1.9 6 1.9 6H20s2-3.4 2-6c0-2.5-2-4.5-2-7 0-2 1-2.5 1-4a3 3 0 1 0-6 0",
key: "slqao2"
}
]
];
export { bowling as default };
//# sourceMappingURL=bowling.js.map