import Svg, { Path, type SvgProps } from 'react-native-svg'; const SvgClock = (props: SvgProps) => ( ); export default SvgClock;