persona-community-5/.pnpm-store/v3/files/44/5a5e0a0d8ffc5d521f1b6b9263b5248038c1a20d2eff353b52c7b2f974f4230466cbc3fc0c90aaf48e1dd93ca6cba0d7783ebb033e2f6a76c7ecaf8a5ebed8
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 Clock4 = createLucideIcon("Clock4", [
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
["polyline", { points: "12 6 12 12 16 14", key: "68esgv" }]
]);
export { Clock4 as default };
//# sourceMappingURL=clock-4.js.map