UNPKG

@elevyg/react-native-ionicons

Version:
8 lines (6 loc) 435 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; function SvgWaterSharp(props) { return <Svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512" {...props}><Path d="M256 43.91s-144 158.3-144 270.3c0 88.36 55.64 144 144 144s144-55.64 144-144c0-112-144-270.3-144-270.3zm16 362.3v-24a60.07 60.07 0 0060-60h24a84.09 84.09 0 01-84 84z" /></Svg>; } export default SvgWaterSharp;