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