persona-community-5/.pnpm-store/v3/files/c8/ebc2731b13df79b52012274f6706959711e614e3ae76f85082f0b911d0e9a9784d330affdaaa0446d74d70a223e8bb99dfa14918317743255c79e6454c3715
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

23 lines
701 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 Cannabis = createLucideIcon("Cannabis", [
["path", { d: "M12 22v-4", key: "1utk9m" }],
[
"path",
{
d: "M7 12c-1.5 0-4.5 1.5-5 3 3.5 1.5 6 1 6 1-1.5 1.5-2 3.5-2 5 2.5 0 4.5-1.5 6-3 1.5 1.5 3.5 3 6 3 0-1.5-.5-3.5-2-5 0 0 2.5.5 6-1-.5-1.5-3.5-3-5-3 1.5-1 4-4 4-6-2.5 0-5.5 1.5-7 3 0-2.5-.5-5-2-7-1.5 2-2 4.5-2 7-1.5-1.5-4.5-3-7-3 0 2 2.5 5 4 6",
key: "1mezod"
}
]
]);
export { Cannabis as default };
//# sourceMappingURL=cannabis.js.map