import React from 'react'; import Svg, { Path } from 'react-native-svg'; import { IconProps } from './utils/base'; export const Plus = ({ height, size, width, ...rest }: IconProps) => ( );