From 7481f5cedd50d4029e695e77f48cbd5c6b1e644c Mon Sep 17 00:00:00 2001 From: Alexandre Paradis Date: Tue, 11 May 2021 09:52:41 -0400 Subject: [PATCH] Add React Native Alias (#5662) --- _data/simple-icons.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 9e6ba047..ae871ec7 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -7296,7 +7296,15 @@ { "title": "React", "hex": "61DAFB", - "source": "https://github.com/facebook/create-react-app/blob/282c03f9525fdf8061ffa1ec50dce89296d916bd/test/fixtures/relative-paths/src/logo.svg" + "source": "https://github.com/facebook/create-react-app/blob/282c03f9525fdf8061ffa1ec50dce89296d916bd/test/fixtures/relative-paths/src/logo.svg", + "aliases": { + "dup": [ + { + "title": "React Native", + "source": "https://reactnative.dev/" + } + ] + } }, { "title": "React Router",