import type { SVGProps } from 'react'; export type TailwindSVG = SVGProps & { tw?: string };