UNPKG

react-native-unicons

Version:
9 lines (8 loc) 449 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgSort(props) { return (<Svg viewBox="0 0 24 24" width={24} height={24} {...props}> <Path d="M16.29 14.29L12 18.59l-4.29-4.3a1 1 0 00-1.42 1.42l5 5a1 1 0 001.42 0l5-5a1 1 0 00-1.42-1.42zM7.71 9.71L12 5.41l4.29 4.3a1 1 0 001.42 0 1 1 0 000-1.42l-5-5a1 1 0 00-1.42 0l-5 5a1 1 0 001.42 1.42z" fill="currentColor"/> </Svg>); } export default SvgSort;