UNPKG

lucide-react

Version:

A Lucide icon library package for React applications

20 lines (16 loc) 548 B
/** * @license lucide-react v0.367.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ import createLucideIcon from '../createLucideIcon.js'; const GlassWater = createLucideIcon("GlassWater", [ [ "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", key: "48rfw3" } ], ["path", { d: "M6 12a5 5 0 0 1 6 0 5 5 0 0 0 6 0", key: "mjntcy" }] ]); export { GlassWater as default }; //# sourceMappingURL=glass-water.js.map