UNPKG

react-native-unicons

Version:
9 lines (8 loc) 399 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgVerticalAlignBottom(props) { return (<Svg viewBox="0 0 24 24" width={24} height={24} {...props}> <Path d="M21 20h-3V9a1 1 0 00-1-1h-3V3a1 1 0 00-1-1H7a1 1 0 00-1 1v17H3a1 1 0 000 2h18a1 1 0 000-2zm-9 0H8V4h4zm4 0h-2V10h2z" fill="currentColor"/> </Svg>); } export default SvgVerticalAlignBottom;