UNPKG

@nant-design/nant-icons

Version:

10 lines (7 loc) 573 B
import React from 'react'; export const WaterOutline = ({width="410",height="404",...other}) => { return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}> <path d="M400 320c0 88.37-55.63 144-144 144s-144-55.63-144-144c0-94.83 103.23-222.85 134.89-259.88a12 12 0 0 1 18.23 0C296.77 97.15 400 225.17 400 320Z" fill="none" stroke="currentColor" strokeMiterlimit="10" strokeWidth="32"/> <path d="M344 328a72 72 0 0 1-72 72" fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="32"/> </svg>; };