UNPKG

@masaischool/lotus

Version:

Masai UI component library designed to work seamlessly with Chakra UI

9 lines (8 loc) 233 B
/// <reference types="react" /> interface Props { color?: string; boxSize?: string; fillColor?: string; } export declare const ClockCircleOutline: (props: Props) => JSX.Element; export default ClockCircleOutline;