UNPKG

@zh5/react-native-remix-icon

Version:
9 lines (8 loc) 413 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; const SvgBuilding2Line = props => ( <Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 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-2h2Zm2 0h7V3.856L5 6.4v12.6Zm14 0v-8.558l-5-1.667V19h5Z" /> </Svg> ); export default SvgBuilding2Line;