import React from 'react'; import { Svg, Path } from 'react-native-svg'; const XIconBottom = ({ size = 8, color = "white", strokeWidth = 1, rotation = 0 }) => ( ); export default XIconBottom;