UNPKG

@zh5/react-native-remix-icon

Version:
9 lines (8 loc) 423 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; const SvgArrowRightDoubleFill = props => ( <Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}> <Path d="m19.164 12-6.207-6.207-1.414 1.414L16.336 12l-4.793 4.793 1.414 1.414L19.164 12Zm-5.65 0L7.307 5.793 5.893 7.207 10.686 12l-4.793 4.793 1.414 1.414L13.514 12Z" /> </Svg> ); export default SvgArrowRightDoubleFill;