UNPKG

@react-three/uikit-lucide

Version:

lucide icons for r3/uikit

10 lines (9 loc) 2.61 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-japanese-yen" 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="M5.673 2.054 C 5.446 2.139,5.216 2.343,5.113 2.551 C 4.979 2.824,4.982 3.236,5.120 3.466 C 5.175 3.557,6.520 5.040,8.110 6.761 C 9.700 8.482,11.000 9.915,11.000 9.945 C 11.000 9.991,10.585 10.000,8.446 10.000 C 5.675 10.000,5.672 10.000,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.256 11.702,5.449 11.864,5.670 11.943 C 5.789 11.986,6.351 11.997,8.410 11.998 L 11.000 12.000 11.000 13.000 L 11.000 14.000 8.446 14.000 C 5.675 14.000,5.672 14.000,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.256 15.702,5.449 15.864,5.670 15.943 C 5.789 15.986,6.351 15.997,8.409 15.998 L 10.998 16.000 11.009 18.653 L 11.020 21.306 11.141 21.503 C 11.543 22.156,12.457 22.156,12.859 21.503 L 12.980 21.306 12.991 18.653 L 13.002 16.000 15.591 15.998 C 17.649 15.997,18.211 15.986,18.330 15.943 C 18.551 15.864,18.744 15.702,18.869 15.489 C 18.964 15.328,18.980 15.256,18.980 15.000 C 18.980 14.746,18.963 14.672,18.872 14.516 C 18.813 14.415,18.698 14.282,18.618 14.221 C 18.328 14.000,18.325 14.000,15.554 14.000 L 13.000 14.000 13.000 13.000 L 13.000 12.000 15.590 11.998 C 17.649 11.997,18.211 11.986,18.330 11.943 C 18.551 11.864,18.744 11.702,18.869 11.489 C 18.964 11.328,18.980 11.256,18.980 11.000 C 18.980 10.746,18.963 10.672,18.872 10.516 C 18.813 10.415,18.698 10.282,18.618 10.221 C 18.328 10.000,18.325 10.000,15.554 10.000 C 13.415 10.000,13.000 9.991,13.000 9.945 C 13.000 9.915,14.300 8.482,15.890 6.761 C 17.480 5.040,18.822 3.563,18.873 3.478 C 19.148 3.022,18.940 2.366,18.432 2.093 C 18.234 1.987,17.792 1.995,17.560 2.109 C 17.418 2.179,16.809 2.816,14.703 5.099 C 13.230 6.694,12.014 8.000,12.000 8.000 C 11.986 8.000,10.770 6.694,9.297 5.099 C 7.247 2.877,6.580 2.178,6.450 2.115 C 6.233 2.010,5.867 1.981,5.673 2.054 " stroke="none" fill-rule="evenodd" fill="black"></path></svg>`; export const JapaneseYenIcon = /*@__PURE__*/ forwardRef((props, ref) => { return _jsx(Icon, { ...props, ref: ref, text: text, svgWidth: 24, svgHeight: 24 }); }); export const JapaneseYen = JapaneseYenIcon;