UNPKG

react-native-unicons

Version:
9 lines (8 loc) 543 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgArchway(props) { return (<Svg data-name="Layer 1" viewBox="0 0 24 24" width={24} height={24} {...props}> <Path d="M22 20h-1V8h1a1 1 0 000-2h-1V3a1 1 0 00-1-1H4a1 1 0 00-1 1v3H2a1 1 0 000 2h1v12H2a1 1 0 000 2h20a1 1 0 000-2zm-7 0H9v-3.53a6.21 6.21 0 013-5.33 6.21 6.21 0 013 5.33zm4 0h-2v-3.53a8.17 8.17 0 00-4.55-7.36 1 1 0 00-.9 0A8.17 8.17 0 007 16.47V20H5V8h14zm0-14H5V4h14z" fill="currentColor"/> </Svg>); } export default SvgArchway;