Files
vercel_dashboard_example/.pnpm-store/v11/files/0f/0f91c5c4ec923a0f168fd770e706f3e15744ecc9a4a678d0a9fd6c3c8050a29f8e594af56b37014811c48a6ee3b0b05f8bdcfac3951475abc2656ef1726c30
T
2026-05-12 14:53:15 +00:00

5 lines
285 B
Plaintext

import * as React from 'react';
/** @deprecated */
declare const ArrowSmallRightIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
export default ArrowSmallRightIcon;