persona-community-5/.pnpm-store/v3/files/eb/5abc06be7d8c15a58e55ee632a57b22fe924eee0c1a86891afd7647fba59e63ae466c11313007e8727dbf7631e969ad515c323aa764bb3c64736628b07c310
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
469 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 Clock2 = createLucideIcon("Clock2", [
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
["polyline", { points: "12 6 12 12 16 10", key: "1g230d" }]
]);
export { Clock2 as default };
//# sourceMappingURL=clock-2.js.map