UNPKG

react-native-remix-icon

Version:
16 lines (15 loc) 396 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; const SvgDragMove2Fill = props => ( <Svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" width={24} height={24} {...props} > <Path d="M18 11V8l4 4-4 4v-3h-5v5h3l-4 4-4-4h3v-5H6v3l-4-4 4-4v3h5V6H8l4-4 4 4h-3v5z" /> </Svg> ); export default SvgDragMove2Fill;