UNPKG

react-native-unicons

Version:
9 lines (8 loc) 622 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgDatabase(props) { return (<Svg viewBox="0 0 24 24" width={24} height={24} {...props}> <Path d="M8 16.5a1 1 0 101 1 1 1 0 00-1-1zM12 2C8 2 4 3.37 4 6v12c0 2.63 4 4 8 4s8-1.37 8-4V6c0-2.63-4-4-8-4zm6 16c0 .71-2.28 2-6 2s-6-1.29-6-2v-3.27A13.16 13.16 0 0012 16a13.16 13.16 0 006-1.27zm0-6c0 .71-2.28 2-6 2s-6-1.29-6-2V8.73A13.16 13.16 0 0012 10a13.16 13.16 0 006-1.27zm-6-4C8.28 8 6 6.71 6 6s2.28-2 6-2 6 1.29 6 2-2.28 2-6 2zm-4 2.5a1 1 0 101 1 1 1 0 00-1-1z" fill="currentColor"/> </Svg>); } export default SvgDatabase;