UNPKG

@zh5/react-native-remix-icon

Version:
9 lines (8 loc) 379 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; const SvgKeyboardFill = props => ( <Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}> <Path d="M3 17h18v2H3v-2Zm0-6h3v3H3v-3Zm5 0h3v3H8v-3ZM3 5h3v3H3V5Zm10 0h3v3h-3V5Zm5 0h3v3h-3V5Zm-5 6h3v3h-3v-3Zm5 0h3v3h-3v-3ZM8 5h3v3H8V5Z" /> </Svg> ); export default SvgKeyboardFill;