Sha256: eed683ffd281864fe8a75d872364299fe5ba17c473f43054aee158aed02d9a3e
Contents?: true
Size: 469 Bytes
Versions: 2
Compression:
Stored size: 469 Bytes
Contents
declare type IconCircleProps = { aria?: { [key: string]: string; }; className?: string; dark?: boolean; data?: { [key: string]: string; }; icon: string; id?: string; size?: "base" | "xs" | "sm" | "md" | "lg" | "xl"; variant?: "default" | "royal" | "blue" | "purple" | "teal" | "red" | "yellow" | "orange" | "green"; }; declare const IconCircle: (props: IconCircleProps) => JSX.Element; export default IconCircle;
Version data entries
2 entries across 2 versions & 1 rubygems