odin-simple-mobile-menu/node_modules/lucide/dist/esm/icons/glass-water.js

21 lines
512 B
JavaScript
Raw Permalink Normal View History

2024-02-19 10:37:52 +00:00
/**
* @license lucide v0.331.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import defaultAttributes from '../defaultAttributes.js';
const GlassWater = [
"svg",
defaultAttributes,
[
["path", { d: "M15.2 22H8.8a2 2 0 0 1-2-1.79L5 3h14l-1.81 17.21A2 2 0 0 1 15.2 22Z" }],
["path", { d: "M6 12a5 5 0 0 1 6 0 5 5 0 0 0 6 0" }]
]
];
export { GlassWater as default };
//# sourceMappingURL=glass-water.js.map