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

4 lines
252 B
TypeScript

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