From 1eda76560784f80d0ba804ba0a5082059f662c66 Mon Sep 17 00:00:00 2001 From: Eric Salvi <32136086+ericsalvi@users.noreply.github.com> Date: Tue, 4 Oct 2022 01:13:28 -0400 Subject: [PATCH] Add Crayon icon (#7908) Co-authored-by: LitoMore --- _data/simple-icons.json | 5 +++++ icons/crayon.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/crayon.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index c319da3b..ff38784a 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2536,6 +2536,11 @@ "hex": "009DC7", "source": "https://github.com/crate/crate-docs-theme/blob/cbd734b3617489ca937f35e30f37f3f6c1870e1f/src/crate/theme/rtd/crate/static/images/crate-logo.svg" }, + { + "title": "Crayon", + "hex": "FF6A4C", + "source": "https://www.crayon.com" + }, { "title": "Create React App", "hex": "09D3AC", diff --git a/icons/crayon.svg b/icons/crayon.svg new file mode 100644 index 00000000..35983934 --- /dev/null +++ b/icons/crayon.svg @@ -0,0 +1 @@ +Crayon \ No newline at end of file