import React from "react"; import Svg, { Path } from "react-native-svg"; const FolderIcon = ({ size = 200 }) => ( ); export default FolderIcon;