From 4e40a416ecc6df2ae0916153b9c1d832f5b7e074 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Ch=C3=A1nh=20=C4=90=E1=BA=A1i?= Date: Tue, 3 Jun 2025 22:52:41 +0700 Subject: [PATCH] feat(svgs.ts): add React Wheel Picker SVGs with light and dark themes Add new SVG entries for React Wheel Picker to the svgs array. Include both light and dark theme SVG files to support different UI themes. This enhances the library's visual representation and provides more options for users. --- src/data/svgs.ts | 9 +++++++++ static/library/react-wheel-picker_dark.svg | 1 + static/library/react-wheel-picker_light.svg | 1 + 3 files changed, 11 insertions(+) create mode 100644 static/library/react-wheel-picker_dark.svg create mode 100644 static/library/react-wheel-picker_light.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index cedd9bb..68da4df 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -3668,5 +3668,14 @@ export const svgs: iSVG[] = [ category: ['Devtool', 'Compiler'], route: '/library/rsbuild.svg', url: 'https://rsbuild.rs' + }, + { + title: 'React Wheel Picker', + category: 'Library', + route: { + light: '/library/react-wheel-picker_light.svg', + dark: '/library/react-wheel-picker_dark.svg' + }, + url: 'https://react-wheel-picker.chanhdai.com' } ]; diff --git a/static/library/react-wheel-picker_dark.svg b/static/library/react-wheel-picker_dark.svg new file mode 100644 index 0000000..2ed643e --- /dev/null +++ b/static/library/react-wheel-picker_dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/react-wheel-picker_light.svg b/static/library/react-wheel-picker_light.svg new file mode 100644 index 0000000..357460d --- /dev/null +++ b/static/library/react-wheel-picker_light.svg @@ -0,0 +1 @@ + \ No newline at end of file