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