persona-community-5/.pnpm-store/v3/files/40/8535c520b7098f1329e703df6111d803ce9ef969fc239088f2771853f09746e97a35b0c6b1f19ef47c786f4892c96c6f35d9e8df869420942a859f04d5c330
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

17 lines
484 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 Cylinder = createLucideIcon("Cylinder", [
["ellipse", { cx: "12", cy: "5", rx: "9", ry: "3", key: "msslwz" }],
["path", { d: "M3 5v14a9 3 0 0 0 18 0V5", key: "aqi0yr" }]
]);
export { Cylinder as default };
//# sourceMappingURL=cylinder.js.map