google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 765 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 NoDrinks = createIcon("NoDrinks", [
[
"path",
{
d: "M21.8996 20.4796L3.51961 2.09961L2.09961 3.50961L10.3296 11.7396L11.7096 13.2896V18.2896H6.70961V20.2896H18.7096V20.1196L20.4896 21.8996L21.8996 20.4796ZM13.7096 18.2896V15.1196L16.8796 18.2896H13.7096ZM8.53961 4.28961L6.53961 2.28961H21.7096V4.28961L15.5096 11.2596L14.0896 9.83961L15.4796 8.28961H12.5396L10.5396 6.28961H17.2796L19.0596 4.28961H8.53961Z",
key: "2mabc2"
}
]
]);
export { NoDrinks as default };
//# sourceMappingURL=no_drinks.js.map