@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
22 lines (19 loc) • 533 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 golfDriver = [
["circle", { cx: "6", cy: "9", r: "2", key: "1x7ecr" }],
["path", { d: "M6 11v2", key: "dh4kw5" }],
[
"path",
{
d: "m22 2-9.3 14.1c-.4.6-1 .9-1.7.9H4a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h2c1.6 0 3.1-.7 4.1-2.1l2.6-3.8",
key: "162yko"
}
]
];
export { golfDriver as default };
//# sourceMappingURL=golf-driver.js.map