From ee760d59e406c935efb7a98f53487ddfadd0641f Mon Sep 17 00:00:00 2001 From: mchev Date: Tue, 18 Jul 2023 19:53:24 +0200 Subject: [PATCH] Add Inertia Icon (#8508) * Add Inertia Icon * Icon optimized with SVGOMG * Fix linter failed * Use Inertia homepage as reference * Updating SVG Icon from Inertia website * Combined paths * Update _data/simple-icons.json * Fix icon size * Svg grabbed from #7376 * Update icons/inertia.svg --------- Co-authored-by: PratyushJayachandran <35000807+PratyushJayachandran@users.noreply.github.com> --- _data/simple-icons.json | 5 +++++ icons/inertia.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/inertia.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index d17cd83c..b657a78f 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -5685,6 +5685,11 @@ "hex": "003A9B", "source": "https://indeed.design/resources" }, + { + "title": "Inertia", + "hex": "9553E9", + "source": "https://inertiajs.com" + }, { "title": "Infiniti", "hex": "000000", diff --git a/icons/inertia.svg b/icons/inertia.svg new file mode 100644 index 00000000..f83e88a5 --- /dev/null +++ b/icons/inertia.svg @@ -0,0 +1 @@ +Inertia \ No newline at end of file