UNPKG

lucide-vue-next

Version:

A Lucide icon library package for Vue 3 applications.

23 lines (19 loc) 660 B
/** * @license lucide-vue-next v0.525.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 BottleWine = createLucideIcon("bottle-wine", [ [ "path", { d: "M10 3a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a6 6 0 0 0 1.2 3.6l.6.8A6 6 0 0 1 17 13v8a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1v-8a6 6 0 0 1 1.2-3.6l.6-.8A6 6 0 0 0 10 5z", key: "blqgoc" } ], ["path", { d: "M17 13h-4a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h4", key: "43jbee" }] ]); export { BottleWine as default }; //# sourceMappingURL=bottle-wine.js.map