@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
28 lines (25 loc) • 859 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 frogFace = [
["path", { d: "M6 7h.01", key: "dmwx2p" }],
["circle", { cx: "6", cy: "7", r: "4", key: "1ll67m" }],
["path", { d: "M14.4 5.3a10 10 0 0 0-4.8 0", key: "br48oe" }],
["circle", { cx: "18", cy: "7", r: "4", key: "18f4xa" }],
["path", { d: "M18 7h.01", key: "uqb172" }],
["path", { d: "M22 13.5C22 16 17.5 18 12 18S2 16 2 13.5", key: "12esi5" }],
["path", { d: "M10 14h.01", key: "ssrbsk" }],
["path", { d: "M14 14h.01", key: "uax65s" }],
[
"path",
{
d: "M3.1 9.75A7 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.75",
key: "hqvr1n"
}
]
];
export { frogFace as default };
//# sourceMappingURL=frog-face.js.map