UNPKG

@zh5/react-native-remix-icon

Version:
9 lines (8 loc) 331 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; const SvgFullscreenFill = props => ( <Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}> <Path d="M16 3h6v6h-2V5h-4V3ZM2 3h6v2H4v4H2V3Zm18 16v-4h2v6h-6v-2h4ZM4 19h4v2H2v-6h2v4Z" /> </Svg> ); export default SvgFullscreenFill;