import type { SVGProps } from 'react'; const SvgNodes = (props: SVGProps) => ( ); export default SvgNodes;