From 64fcce455bda0b3ef7e33c762ed6f9d6aab1d4ac Mon Sep 17 00:00:00 2001 From: Aniruddha Ganesh <47713754+Aniganesh@users.noreply.github.com> Date: Sat, 2 Nov 2024 21:05:29 +0530 Subject: [PATCH] Add uv icon (#12010) --- _data/simple-icons.json | 5 +++++ icons/uv.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/uv.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 4a379cb8..13c03dd7 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -16697,6 +16697,11 @@ "hex": "76B83F", "source": "https://www.utorrent.com" }, + { + "title": "uv", + "hex": "DE5FE9", + "source": "https://docs.astral.sh/uv/" + }, { "title": "V", "hex": "5D87BF", diff --git a/icons/uv.svg b/icons/uv.svg new file mode 100644 index 00000000..0957aa11 --- /dev/null +++ b/icons/uv.svg @@ -0,0 +1 @@ +<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>uv</title><path d="m0 .1058.0504 11.9496.0403 9.5597c.0055 1.3199 1.08 2.3854 2.4 2.3798l9.5596-.0403 5.9749-.0252.6075-.0026c1.316-.0056 2.3799-1.0963 2.3799-2.4123h1.0946v2.3894L24 23.9042 23.8992.005 12.9056.0513l.0463 9.5245v5.9637h-1.9583L11.04 9.584 10.9936.0594Z"/></svg> \ No newline at end of file