From fa3ddc6121633a7c7aafd85d05bd86996e9e7030 Mon Sep 17 00:00:00 2001 From: vanshaj-sharma <68049303+vanshaj-sharma@users.noreply.github.com> Date: Sun, 14 Jul 2024 18:41:43 +0530 Subject: [PATCH] Add Outline icon (#11386) Co-authored-by: uncenter <47499684+uncenter@users.noreply.github.com> --- _data/simple-icons.json | 5 +++++ icons/outline.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/outline.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 9f6d72005..685682784 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -11155,6 +11155,11 @@ "hex": "D4021D", "source": "https://www.ottogroup.com/en/presse/material.php" }, + { + "title": "Outline", + "hex": "000000", + "source": "https://www.getoutline.com" + }, { "title": "Overcast", "hex": "FC7E0F", diff --git a/icons/outline.svg b/icons/outline.svg new file mode 100644 index 000000000..d38de7ca5 --- /dev/null +++ b/icons/outline.svg @@ -0,0 +1 @@ +Outline \ No newline at end of file