UNPKG

@react-three/uikit-lucide

Version:

lucide icons for r3/uikit

10 lines (9 loc) 2.46 kB
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-russian-ruble" 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="M8.695 2.057 C 8.466 2.129,8.256 2.299,8.128 2.516 L 8.020 2.700 8.009 6.350 L 7.998 10.000 6.946 10.000 C 5.797 10.000,5.644 10.022,5.382 10.221 C 5.302 10.282,5.187 10.415,5.128 10.516 C 5.037 10.672,5.020 10.746,5.020 11.000 C 5.020 11.256,5.036 11.328,5.131 11.489 C 5.192 11.592,5.304 11.725,5.381 11.783 C 5.643 11.983,5.738 11.996,6.910 11.998 L 8.000 12.000 8.000 13.000 L 8.000 14.000 6.946 14.000 C 5.797 14.000,5.644 14.022,5.382 14.221 C 5.302 14.282,5.187 14.415,5.128 14.516 C 5.037 14.672,5.020 14.746,5.020 15.000 C 5.020 15.256,5.036 15.328,5.131 15.489 C 5.192 15.592,5.304 15.725,5.381 15.783 C 5.642 15.983,5.738 15.996,6.909 15.998 L 7.998 16.000 8.009 18.653 L 8.020 21.306 8.141 21.503 C 8.209 21.613,8.346 21.756,8.452 21.828 C 8.923 22.144,9.554 21.999,9.859 21.503 L 9.980 21.306 9.991 18.653 L 10.002 16.000 12.091 15.998 C 13.731 15.997,14.212 15.985,14.330 15.943 C 14.551 15.864,14.744 15.702,14.869 15.489 C 14.964 15.328,14.980 15.256,14.980 15.000 C 14.980 14.746,14.963 14.672,14.872 14.516 C 14.813 14.415,14.698 14.282,14.618 14.221 C 14.334 14.004,14.283 14.000,12.054 14.000 L 10.000 14.000 10.000 13.002 L 10.000 12.004 12.350 11.989 C 14.416 11.976,14.736 11.966,15.000 11.904 C 16.535 11.545,17.756 10.614,18.433 9.288 C 18.662 8.839,18.805 8.439,18.907 7.960 C 19.008 7.489,19.008 6.511,18.907 6.040 C 18.625 4.721,17.863 3.576,16.800 2.874 C 16.046 2.375,15.396 2.135,14.552 2.043 C 13.958 1.978,8.909 1.990,8.695 2.057 M14.861 4.122 C 15.822 4.423,16.585 5.186,16.875 6.139 C 16.958 6.412,16.973 6.542,16.973 7.000 C 16.973 7.458,16.958 7.588,16.875 7.861 C 16.585 8.811,15.840 9.560,14.860 9.885 C 14.582 9.977,14.562 9.978,12.290 9.991 L 10.000 10.004 10.000 7.000 L 10.000 3.996 12.270 4.009 L 14.540 4.022 14.861 4.122 " stroke="none" fill-rule="evenodd" fill="black"></path></svg>`; export const RussianRubleIcon = /*@__PURE__*/ forwardRef((props, ref) => { return _jsx(Icon, { ...props, ref: ref, text: text, svgWidth: 24, svgHeight: 24 }); }); export const RussianRuble = RussianRubleIcon;