UNPKG

@zh5/react-native-remix-icon

Version:
9 lines (8 loc) 659 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; const SvgExchangeFundsFill = props => ( <Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}> <Path d="M5.378 4.514a9.962 9.962 0 0 1 6.627-2.511c5.523 0 10 4.477 10 10a9.954 9.954 0 0 1-1.793 5.715l-2.707-5.715h2.5A8 8 0 0 0 6.279 6.416l-.9-1.902Zm13.253 14.978a9.962 9.962 0 0 1-6.626 2.51c-5.523 0-10-4.476-10-10 0-2.124.663-4.094 1.793-5.714l2.707 5.715h-2.5A8 8 0 0 0 17.73 17.59l.901 1.902Zm-5.212-4.66-2.828-2.83-2.829 2.83-1.414-1.415 4.243-4.242 2.828 2.828 2.828-2.829 1.415 1.415-4.243 4.242Z" /> </Svg> ); export default SvgExchangeFundsFill;