infinity-forge
Version:
5 lines (4 loc) • 339 B
TypeScript
import { IIcon } from '../interfaces.js';
export declare function IconClockFilled({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
export declare function IconClockNotFilled({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
export declare function IconClock({ color }: IIcon): import("react/jsx-runtime").JSX.Element;