import type { JSX, SVGProps } from 'react'; type SVGWebComponent = (props: SVGProps) => JSX.Element;