import React from 'react';
import { I18nManager } from 'react-native';
import Svg, { G, Path } from 'react-native-svg';
import { IconProps } from './utils/base';
export const CurveLineLeftUp = (props: IconProps) => (
);
export const ArrowShareLeft = (props: IconProps) => ;