@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
26 lines (23 loc) • 786 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 bearFace = [
["path", { d: "m6 7 .5.5", key: "1mues1" }],
["path", { d: "m18 7-.5.5", key: "1hegvp" }],
[
"path",
{
d: "M20.8 4.2c-1.6-1.6-4.1-1.6-5.7 0l-1 1a13.6 13.6 0 0 0-4.2 0l-1-1a4 4 0 0 0-5.8 5.55A7 7 0 0 0 2 13.5C2 18.2 6.5 22 12 22s10-3.8 10-8.5a7 7 0 0 0-1.1-3.8c1.5-1.6 1.5-4-.1-5.5",
key: "10jti9"
}
],
["path", { d: "M10 12v-.5", key: "r6sbf9" }],
["path", { d: "M14 12v-.5", key: "soy5sh" }],
["path", { d: "M14 16h-4", key: "l5u338" }],
["path", { d: "M12 16v2", key: "z66u1j" }]
];
export { bearFace as default };
//# sourceMappingURL=bear-face.js.map