persona-community-5/.pnpm-store/v3/files/87/2f73c4a0c6f23bdb92221bc60926b61f56093b9b5fd7a0468a559c589514a4cc967fe9b8f29a589161096ca5b034c40cd211a6dea22238153f9d087272ea5d
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
470 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 Clock1 = createLucideIcon("Clock1", [
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
["polyline", { points: "12 6 12 12 14.5 8", key: "12zbmj" }]
]);
export { Clock1 as default };
//# sourceMappingURL=clock-1.js.map