UNPKG

react-native-unicons

Version:
9 lines (8 loc) 542 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgSortAmountUp(props) { return (<Svg data-name="Layer 1" viewBox="0 0 24 24" width={24} height={24} {...props}> <Path d="M5.71 6.29a1 1 0 00-.33-.21 1 1 0 00-.76 0 1 1 0 00-.33.21l-2 2a1 1 0 001.42 1.42l.29-.3V17a1 1 0 002 0V9.41l.29.3a1 1 0 001.42 0 1 1 0 000-1.42zM11 8h10a1 1 0 000-2H11a1 1 0 000 2zm10 8H11a1 1 0 000 2h10a1 1 0 000-2zm0-5H11a1 1 0 000 2h10a1 1 0 000-2z" fill="currentColor"/> </Svg>); } export default SvgSortAmountUp;