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