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