1import type { SVGProps } from 'react'; 2 3export type TailwindSVG = SVGProps<SVGSVGElement> & { tw?: string };