21 lines
512 B
JavaScript
21 lines
512 B
JavaScript
/**
|
|
* @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
|