UNPKG

mycrossword

Version:
6 lines (5 loc) 192 B
interface ChevronRightIconProps { className?: string; } export default function ChevronRightIcon({ className }: ChevronRightIconProps): import("react/jsx-runtime").JSX.Element; export {};