UNPKG

@nant-design/nant-icons

Version:

12 lines (8 loc) 588 B
import React from 'react'; export const WineOutline = ({width="410",height="404",...other}) => { return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}> <path d="M398.57 80H113.43v16S87.51 272 256 272 398.57 96 398.57 96ZM256 272v160" fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="32"/> <path d="M352 432H160" fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="32"/> <path d="M112 160h288" fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="32"/> </svg>; };