lucide-react
Version:
A Lucide icon library package for React applications.
33 lines (29 loc) • 959 B
JavaScript
/**
* @license lucide-react v1.46.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createLucideIcon from '../createLucideIcon.mjs';
const __iconData = {
name: "panda",
size: 24,
node: [
["path", { d: "M11.25 17.25h1.5L12 18z", key: "1wmwwj" }],
["path", { d: "m15 12 2 2", key: "k60wz4" }],
["path", { d: "M17.902 6.599a8 8 0 0 0-.5-.5", key: "1hpval" }],
[
"path",
{
d: "M2 14.5C2 19.47 6.48 22 12 22s10-2.53 10-7.5a10 10 0 0 0-1.3-4.83 4.5 4.5 0 1 0-7.05-5.5 8 8 0 0 0-3.3 0 4.5 4.5 0 1 0-7.04 5.5A10 10 0 0 0 2 14.5",
key: "fsvxqb"
}
],
["path", { d: "M6.099 6.599a8 8 0 0 1 .5-.5", key: "1mh6nx" }],
["path", { d: "m9 12-2 2", key: "326nkw" }]
]
};
__iconData.node;
const Panda = createLucideIcon(__iconData);
export { __iconData, Panda as default };
//# sourceMappingURL=panda.mjs.map