import Svg, { Path, type SvgProps } from 'react-native-svg'; const SvgDesktop = (props: SvgProps) => ( ); export default SvgDesktop;