@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
26 lines (23 loc) • 664 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 hatBaseball = [
["path", { d: "M12 3v1", key: "1asbbs" }],
[
"path",
{ d: "M12 14c2.8 0 5.5.3 8 .9V12a8 8 0 0 0-16 0v2.9c2.5-.6 5.2-.9 8-.9", key: "f2b449" }
],
["path", { d: "M9 14.1V10h6v4.1", key: "17vz4k" }],
[
"path",
{
d: "M2.3 18A2 2 0 0 0 4 21h.4l1.6-.4a26.44 26.44 0 0 1 12 0l1.6.4h.4a2 2 0 0 0 1.7-3l-1.8-3.2a39.9 39.9 0 0 0-15.8 0Z",
key: "xo2dry"
}
]
];
export { hatBaseball as default };
//# sourceMappingURL=hat-baseball.js.map