persona-community-5/.pnpm-store/v3/files/7d/d6f1d287233aa20f7c2a4618095f9aa02407ff8bb8669531deb3c5e19705ea855236bc96e0f07b0e1cfd4e720eae87e3faf14b10e43892b327a89a01b8ad8c
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

26 lines
770 B
Plaintext

/**
* @license lucide-react v0.395.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.js';
const Candy = createLucideIcon("Candy", [
["path", { d: "m9.5 7.5-2 2a4.95 4.95 0 1 0 7 7l2-2a4.95 4.95 0 1 0-7-7Z", key: "ue6khb" }],
["path", { d: "M14 6.5v10", key: "5xnk7c" }],
["path", { d: "M10 7.5v10", key: "1uew51" }],
[
"path",
{ d: "m16 7 1-5 1.37.68A3 3 0 0 0 19.7 3H21v1.3c0 .46.1.92.32 1.33L22 7l-5 1", key: "b9cp6k" }
],
[
"path",
{ d: "m8 17-1 5-1.37-.68A3 3 0 0 0 4.3 21H3v-1.3a3 3 0 0 0-.32-1.33L2 17l5-1", key: "5lney8" }
]
]);
export { Candy as default };
//# sourceMappingURL=candy.js.map