UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 630 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 LocalDrink = createIcon("LocalDrink", [ [ "path", { d: "M3 2L5.01 20.23C5.13 21.23 5.97 22 7 22H17C18.03 22 18.87 21.23 18.99 20.23L21 2H3ZM12 19C10.34 19 9 17.66 9 16C9 14 12 10.6 12 10.6C12 10.6 15 14 15 16C15 17.66 13.66 19 12 19ZM18.33 8H5.67L5.23 4H18.76L18.33 8Z", key: "1exy5y" } ] ]); export { LocalDrink as default }; //# sourceMappingURL=local_drink.js.map