@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
23 lines (20 loc) • 635 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 hatTop = [
["ellipse", { cx: "12", cy: "5", rx: "7", ry: "3", key: "28783h" }],
["path", { d: "M5 5c0 1 1 4 1 6v4c0 1.7 2.7 3 6 3s6-1.3 6-3v-4c0-2 1-5 1-6", key: "1ei7r3" }],
["path", { d: "M18 11c0 1.7-2.7 3-6 3s-6-1.3-6-3", key: "1wjc2z" }],
[
"path",
{
d: "M6 11.2C3.6 12.3 2 14 2 16c0 3.3 4.5 6 10 6s10-2.7 10-6c0-2-1.6-3.7-4-4.8",
key: "gb7psd"
}
]
];
export { hatTop as default };
//# sourceMappingURL=hat-top.js.map