UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 741 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 NoDrinks = createIcon("NoDrinks", [ [ "path", { d: "M6.53961 2.28961H21.7096V4.28961L15.5096 11.2596L10.5396 6.28961H17.2796L19.0596 4.28961H8.53961L6.53961 2.28961ZM20.4896 21.8996L18.7096 20.1196V20.2896H6.70961V18.2896H11.7096V13.2896L10.3396 11.7496L2.09961 3.50961L3.50961 2.09961L3.70961 2.28961L21.8996 20.4796L20.4896 21.8996ZM16.8796 18.2896L13.7096 15.1196V18.2896H16.8796Z", key: "hjp8fd" } ] ]); export { NoDrinks as default }; //# sourceMappingURL=no_drinks.js.map