import { IconComponent } from "./Icon"; import { COLORS } from '@/utils/Colors'; const Time: IconComponent = ({ size = 18, filled, color = 'default' }) => ( ); export default Time;