import * as React from "react"; import Svg, { Path, SvgProps } from "react-native-svg"; interface ClockIconProps extends SvgProps {} const ClockIcon: React.FC = (props) => ( ); export default ClockIcon;