UNPKG

react-native-unicons

Version:
9 lines (8 loc) 463 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgListUiAlt(props) { return (<Svg viewBox="0 0 24 24" width={24} height={24} {...props}> <Path d="M3.5 6a1 1 0 101 1 1 1 0 00-1-1zm4 2h14a1 1 0 000-2h-14a1 1 0 000 2zm0 3a1 1 0 101 1 1 1 0 00-1-1zm4 5a1 1 0 101 1 1 1 0 00-1-1zm10-5h-10a1 1 0 000 2h10a1 1 0 000-2zm0 5h-6a1 1 0 000 2h6a1 1 0 000-2z" fill="currentColor"/> </Svg>); } export default SvgListUiAlt;