UNPKG

react-native-unicons

Version:
9 lines (8 loc) 462 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgVerticalDistributeBottom(props) { return (<Svg viewBox="0 0 24 24" width={24} height={24} {...props}> <Path d="M21 18h-1v-5a1 1 0 00-1-1H5a1 1 0 00-1 1v5H3a1 1 0 000 2h18a1 1 0 000-2zm-3 0H6v-4h12zM3 10h18a1 1 0 000-2h-2V5a1 1 0 00-1-1H6a1 1 0 00-1 1v3H3a1 1 0 000 2zm4-4h10v2H7z" fill="currentColor"/> </Svg>); } export default SvgVerticalDistributeBottom;