import { Path, Svg } from "react-native-svg"; import { SVGIconProps } from "../types"; const IconAddSmall = ({ size, style, ...props }: SVGIconProps) => ( ); export default IconAddSmall;