UNPKG

@evg-b/evg-icons

Version:

material icons

16 lines (13 loc) 492 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var WineBar = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("rect", { fill: "none", height: "24", width: "24" }), /*#__PURE__*/React.createElement("path", { d: "M6,3l0,6c0,2.97,2.16,5.43,5,5.91V19H8v2h8v-2h-3v-4.09c2.84-0.48,5-2.94,5-5.91l0-6H6z M16,8H8l0-3h8C16,5,16,8,16,8z" })), name: 'WineBar' }); export default WineBar;