UNPKG

react-native-unicons

Version:
9 lines (8 loc) 452 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgVerticalDistributionTop(props) { return (<Svg viewBox="0 0 24 24" width={24} height={24} {...props}> <Path d="M3 6h1v5a1 1 0 001 1h14a1 1 0 001-1V6h1a1 1 0 000-2H3a1 1 0 000 2zm3 0h12v4H6zm15 8H3a1 1 0 000 2h2v3a1 1 0 001 1h12a1 1 0 001-1v-3h2a1 1 0 000-2zm-4 4H7v-2h10z" fill="currentColor"/> </Svg>); } export default SvgVerticalDistributionTop;