UNPKG

react-native-remix-icon

Version:
16 lines (15 loc) 403 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; const SvgSkipDownLine = props => ( <Svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" width={24} height={24} {...props} > <Path d="M12 10.086 7.207 5.293 5.793 6.707 12 12.914l6.207-6.207-1.414-1.414zM18 17H6v-2h12z" /> </Svg> ); export default SvgSkipDownLine;