UNPKG

react-native-unicons

Version:
9 lines (8 loc) 387 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgVerticalAlignTop(props) { return (<Svg viewBox="0 0 24 24" width={24} height={24} {...props}> <Path d="M21 2H3a1 1 0 000 2h3v17a1 1 0 001 1h6a1 1 0 001-1v-5h3a1 1 0 001-1V4h3a1 1 0 000-2zm-9 18H8V4h4zm4-6h-2V4h2z" fill="currentColor"/> </Svg>); } export default SvgVerticalAlignTop;