/* This file is auto-generated, do not touch! Please edit the SVG file instead. */ import React from 'react'; import { Svg, Circle, Ellipse, G, LinearGradient, RadialGradient, Line, Path, Polygon, Polyline, Rect, Symbol, Text, Use, Defs, Stop } from 'mobile/node_modules/react-native-svg'; function Bank({ width, height, style, color = 'black', ...props }) { return ( <Svg width={width} height={height} {...props} style={style} viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" > <Path fill={color} className="path" d="M16.6,16.2c2.1-1.5,3.3-3.8,3.3-6.2c0-5-5.2-8.8-10.8-7.8C7.9,0.9,6.2,0.1,4.1,0C3.2,0,2.7,1,3.2,1.6 c0.9,1.1,1.2,2.1,1.1,3.1C3.7,5.4,3.1,6.2,2.7,7.1H1.1c-0.5,0-1,0.4-1,1v3c0,0.5,0.3,0.9,0.8,1l1.6,0.4C3,13.9,4,15.2,5.4,16.2 l-0.8,2.5C4.4,19.4,4.9,20,5.5,20h4c0.5,0,1-0.4,1-1v-1c0.3,0,0.7,0,1,0v1c0,0.5,0.4,1,1,1h4c0.7,0,1.1-0.6,0.9-1.3L16.6,16.2z M15,15c-0.4,0.2-0.6,0.7-0.4,1.1l0.6,1.9h-1.6v-1.1c0-0.6-0.6-1.1-1.2-1c-0.8,0.2-1.8,0.1-2.6,0c-0.6-0.1-1.2,0.4-1.2,1V18H6.9 l0.6-1.9c0.1-0.4,0-0.9-0.4-1.1c-1.4-0.9-2.4-2.1-2.8-3.6c-0.1-0.4-0.4-0.6-0.7-0.7l-1.4-0.4V9.1h1.3c0.4,0,0.8-0.3,0.9-0.7 C4.6,7.5,5.2,6.6,6,6c0.2-0.1,0.3-0.3,0.3-0.6c0.2-1,0.1-2-0.3-3C6.8,2.7,7.4,3.2,7.9,4C8.2,4.3,8.6,4.5,9,4.4 c4.4-1.2,8.9,1.7,8.9,5.7C17.9,12,16.8,13.8,15,15z" /> <Path fill={color} className="path" d="M6.3,7.4C6.1,7.6,6,7.8,6,8.1c0,0.6,0.5,1,1,1c0.6,0,1-0.5,1-1C8,7.1,6.9,6.8,6.3,7.4z" /> </Svg> ); } export default Bank;