@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
38 lines (35 loc) • 1.06 kB
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 penguin = [
[
"path",
{
d: "M17.9 15a5.87 5.87 0 0 0-1.7-3.3l-.2-.2c-.6-.6-1-1.5-1-2.5V5a3 3 0 1 0-6 0v4a3.74 3.74 0 0 1-1.2 2.8 6.2 6.2 0 0 0-1.7 3.3",
key: "aeweh8"
}
],
["path", { d: "M9 10c-2 4-4-1-7 2", key: "1i5awj" }],
["path", { d: "M9 8.9c3-1.9 6 0 6 0s-2 3.1-3 4c-1-.9-3-4-3-4", key: "1cijth" }],
["path", { d: "M15 10c2 4 4-1 7 2", key: "1dohmu" }],
[
"path",
{
d: "M2 19c0-1 1-1 1-2 0-.6.4-1 1-1 1 0 1-1 2-1 .4 0 .7.2.9.5L8.8 19a2 2 0 0 1-2.7 2.7l-3.5-1.9c-.4-.1-.6-.4-.6-.8",
key: "150xc0"
}
],
["path", { d: "M8.7 21a6.07 6.07 0 0 0 6.6 0", key: "k6k4be" }],
[
"path",
{
d: "M22 19c0-1-1-1-1-2 0-.6-.4-1-1-1-1 0-1-1-2-1-.4 0-.7.2-.9.5L15.2 19a2 2 0 0 0 2.7 2.7l3.5-1.9c.4-.1.6-.4.6-.8",
key: "1yj2bp"
}
]
];
export { penguin as default };
//# sourceMappingURL=penguin.js.map