google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 509 B
JavaScript
/**
* @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 9V3H6ZM16 8H8V5H16V8Z",
key: "1j4e7n"
}
]
]);
export { WineBar as default };
//# sourceMappingURL=wine_bar.js.map