Files
vercel_dashboard_example/.pnpm-store/v11/files/ef/dd6df21da50c6de8d1567e7b10a1146ea65a7b8e43ca49569125dd8da2f6b6625964091cdea427f31f31b51eaf9a05cc7e686398b5b5c4df0894c317edab80
T
2026-05-12 14:53:15 +00:00

4 lines
240 B
Plaintext

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