From beb1cd2c2f7a80c368334b59a8199c13c1399797 Mon Sep 17 00:00:00 2001 From: Dzintars Klavins Date: Sun, 2 May 2021 19:45:30 +0300 Subject: [PATCH] Add Lit icon and fix typo in the Contributions guidelines (#5571) --- CONTRIBUTING.md | 2 +- _data/simple-icons.json | 5 +++++ icons/lit.svg | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 icons/lit.svg diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 71e0cbc9..afdc072d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -233,7 +233,7 @@ Icon metadata should be added to the `_data/simple-icons.json` file. Each icon i * A `hex` color value that matches the brand's primary color. All uppercase and without the `#` symbol. * The `source` URL of the logo being used. There are [more details below](#source-guidelines). -The are also [optional values](#optional-data) that may be provided for each icon, which are listed below. +There are also [optional values](#optional-data) that may be provided for each icon, which are listed below. Here is the object of a fictional brand as an example: diff --git a/_data/simple-icons.json b/_data/simple-icons.json index d30a17e3..8bdb81a9 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4922,6 +4922,11 @@ "hex": "ED3237", "source": "https://lionairthai.com/en/" }, + { + "title": "Lit", + "hex": "324FFF", + "source": "https://github.com/lit/lit.dev/blob/5e59bdb00b7a261d6fdcd6a4ae529e17f6146ed3/packages/lit-dev-content/site/images/flame-favicon.svg" + }, { "title": "Litecoin", "hex": "A6A9AA", diff --git a/icons/lit.svg b/icons/lit.svg new file mode 100644 index 00000000..3cd034cc --- /dev/null +++ b/icons/lit.svg @@ -0,0 +1 @@ +Lit icon