@react-three/uikit-lucide
Version:
lucide icons for r3/uikit
10 lines (9 loc) • 2.87 kB
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
/* eslint-disable no-shadow-restricted-names */
import { Icon } from "@react-three/uikit";
import { forwardRef } from "react";
const text = `<svg class="lucide lucide-wine-off" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M1.670 1.061 C 1.448 1.142,1.250 1.309,1.128 1.516 C 1.036 1.672,1.020 1.745,1.021 2.000 C 1.021 2.212,1.043 2.341,1.095 2.440 C 1.135 2.517,2.303 3.717,3.689 5.106 L 6.210 7.631 6.147 8.086 C 5.970 9.343,5.959 10.464,6.117 11.191 C 6.513 13.013,7.650 14.506,9.271 15.333 C 9.841 15.624,10.261 15.770,10.910 15.903 L 11.000 15.922 11.000 18.461 L 11.000 21.000 9.446 21.000 C 7.758 21.000,7.658 21.011,7.382 21.221 C 7.302 21.282,7.187 21.415,7.128 21.516 C 7.037 21.672,7.020 21.746,7.020 22.000 C 7.020 22.256,7.036 22.328,7.131 22.489 C 7.256 22.702,7.449 22.864,7.670 22.943 C 7.892 23.022,16.108 23.022,16.330 22.943 C 16.551 22.864,16.744 22.702,16.869 22.489 C 16.964 22.328,16.980 22.256,16.980 22.000 C 16.980 21.746,16.963 21.672,16.872 21.516 C 16.813 21.415,16.698 21.282,16.618 21.221 C 16.342 21.011,16.242 21.000,14.554 21.000 L 13.000 21.000 13.000 18.465 L 13.000 15.929 13.364 15.841 C 13.564 15.793,13.829 15.718,13.953 15.676 L 14.178 15.598 17.799 19.215 C 19.790 21.204,21.483 22.865,21.560 22.905 C 21.659 22.957,21.788 22.979,22.000 22.979 C 22.258 22.980,22.327 22.964,22.492 22.867 C 22.968 22.587,23.139 21.967,22.865 21.508 C 22.810 21.416,18.215 16.793,12.653 11.235 C 3.300 1.889,2.525 1.125,2.343 1.065 C 2.107 0.987,1.874 0.986,1.670 1.061 M8.643 1.068 C 8.397 1.156,8.150 1.416,8.041 1.704 C 7.550 2.994,7.534 3.224,7.907 3.640 C 8.436 4.228,9.318 4.022,9.602 3.244 L 9.691 3.000 12.000 3.000 L 14.310 3.000 14.670 4.030 C 15.092 5.240,15.431 6.340,15.599 7.045 C 15.743 7.654,15.920 8.643,15.920 8.844 L 15.920 8.989 15.650 9.009 C 15.328 9.032,15.110 9.133,14.912 9.352 C 14.548 9.755,14.586 10.360,14.999 10.731 C 15.210 10.922,15.412 11.000,15.691 11.000 L 15.872 11.000 15.853 11.150 C 15.800 11.551,16.189 12.067,16.617 12.163 C 17.011 12.251,17.414 12.107,17.651 11.794 C 17.950 11.399,18.070 10.199,17.942 8.880 C 17.773 7.140,17.258 5.224,16.164 2.264 C 15.857 1.433,15.760 1.276,15.457 1.120 L 15.262 1.020 12.041 1.013 C 9.205 1.006,8.799 1.013,8.643 1.068 M11.054 12.474 C 12.697 14.118,12.619 13.998,12.053 13.999 C 10.520 14.002,9.121 13.151,8.440 11.800 C 8.368 11.657,8.267 11.418,8.217 11.270 L 8.125 11.000 8.853 11.000 L 9.580 11.000 11.054 12.474 " stroke="none" fill-rule="evenodd" fill="black"></path></svg>`;
export const WineOffIcon = /*@__PURE__*/ forwardRef((props, ref) => {
return _jsx(Icon, { ...props, ref: ref, text: text, svgWidth: 24, svgHeight: 24 });
});
export const WineOff = WineOffIcon;