UNPKG

@zh5/react-native-remix-icon

Version:
9 lines (8 loc) 363 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; const SvgMistFill = props => ( <Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}> <Path d="M4 4h4v2H4V4Zm12 15h4v2h-4v-2ZM2 9h10v2H2V9Zm12 0h6v2h-6V9ZM4 14h6v2H4v-2Zm8 0h10v2H12v-2ZM10 4h12v2H10V4ZM2 19h12v2H2v-2Z" /> </Svg> ); export default SvgMistFill;