24 lines
700 B
JavaScript
Executable File
24 lines
700 B
JavaScript
Executable File
/**
|
|
* @license lucide-react v0.545.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 __iconNode = [
|
|
[
|
|
"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" }]
|
|
];
|
|
const BottleWine = createLucideIcon("bottle-wine", __iconNode);
|
|
|
|
export { __iconNode, BottleWine as default };
|
|
//# sourceMappingURL=bottle-wine.js.map
|