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