@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
24 lines (21 loc) • 647 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 cheese = [
[
"path",
{
d: "M21 19v-7c-1-6-7-9-7-9l-2.1 1.5a2 2 0 0 1-3 2.2L3 11v9c0 .6.4 1 1 1h3a2 2 0 0 1 4 0h8",
key: "1eyc4g"
}
],
["path", { d: "M9 12H3", key: "1fo4ml" }],
["path", { d: "M9 12c0-.8 1.3-1.5 3-1.5s3 .7 3 1.5a3 3 0 1 1-6 0", key: "11t6s9" }],
["path", { d: "M21 12h-6", key: "bt1uis" }],
["circle", { cx: "19", cy: "19", r: "2", key: "17f5cg" }]
];
export { cheese as default };
//# sourceMappingURL=cheese.js.map