@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
21 lines (18 loc) • 491 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 beachBall = [
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
[
"path",
{
d: "M19.1 4.9c-1.6-1.6-6 .3-9.9 4.2C5.3 13 3.4 17.4 5 19c1.6 1.6 6-.3 9.9-4.2 3.8-3.9 5.7-8.3 4.2-9.9",
key: "1e1n8s"
}
]
];
export { beachBall as default };
//# sourceMappingURL=beach-ball.js.map