UNPKG

google-material-icons

Version:

A google material icon library package for React applications

23 lines (19 loc) 766 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 EmojiFoodBeverage = createIcon("EmojiFoodBeverage", [ [ "path", { d: "M19 3H8V5.4L9.81 6.85C9.93 6.94 10 7.09 10 7.24V11.5C10 11.78 9.78 12 9.5 12H5.5C5.22 12 5 11.78 5 11.5V7.24C5 7.09 5.07 6.94 5.19 6.85L7 5.4V3H3V13C3 15.21 4.79 17 7 17H13C15.21 17 17 15.21 17 13V10H19C20.11 10 21 9.1 21 8V5C21 3.89 20.11 3 19 3ZM19 8H17V5H19V8Z", key: "1e9nnk" } ], ["path", { d: "M19 19H3V21H19V19Z", key: "1omijy" }] ]); export { EmojiFoodBeverage as default }; //# sourceMappingURL=emoji_food_beverage.js.map