UNPKG

react-native-remix-icon

Version:
16 lines (15 loc) 476 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; const SvgBuilding2Line = props => ( <Svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" width={24} height={24} {...props} > <Path d="M3 19V5.7a1 1 0 0 1 .658-.94l9.671-3.516a.5.5 0 0 1 .671.47v4.953l6.316 2.105a1 1 0 0 1 .684.949V19h2v2H1v-2zm2 0h7V3.855L5 6.401zm14 0v-8.558l-5-1.667V19z" /> </Svg> ); export default SvgBuilding2Line;