UNPKG

@zh5/react-native-remix-icon

Version:
9 lines (8 loc) 370 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; const SvgBankFill = props => ( <Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}> <Path d="M2 20h20v2H2v-2Zm2-8h2v7H4v-7Zm5 0h2v7H9v-7Zm4 0h2v7h-2v-7Zm5 0h2v7h-2v-7ZM2 7l10-5 10 5v4H2V7Zm10 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z" /> </Svg> ); export default SvgBankFill;