UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 577 B
/** * @license google-material-icons v2.1.3 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ import createIcon from '../../createIcon.js'; const WineBar = createIcon("WineBar", [ [ "path", { d: "M6 3V9C6 11.97 8.16 14.43 11 14.91V19H8V21H16V19H13V14.91C15.84 14.43 18 11.97 18 9V3H6ZM12 13C10.14 13 8.59 11.72 8.14 10H15.86C15.41 11.72 13.86 13 12 13ZM16 8H8V5H16V8Z", key: "12yilk" } ] ]); export { WineBar as default }; //# sourceMappingURL=wine_bar.js.map