Files
igny8/frontend/node_modules/@heroicons/react/24/solid/ChevronDoubleRightIcon.d.ts
IGNY8 VPS (Salman) ca5bf13c74 buid node modules
2025-11-13 14:02:26 +00:00

4 lines
272 B
TypeScript

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