@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
22 lines (19 loc) • 560 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 hatBowler = [
["path", { d: "M6 13c0 1.7 2.7 3 6 3s6-1.3 6-3v-3a6 6 0 0 0-12 0Z", key: "164rxb" }],
["path", { d: "M6 9c0 1.7 2.7 3 6 3s6-1.3 6-3", key: "ewm28i" }],
[
"path",
{
d: "M6 9.2C3.6 10.3 2 12 2 14c0 3.3 4.5 6 10 6s10-2.7 10-6c0-2-1.6-3.7-4-4.8",
key: "1urjt8"
}
]
];
export { hatBowler as default };
//# sourceMappingURL=hat-bowler.js.map