diff --git a/.github/workflows/build_icons.yml b/.github/workflows/build_icons.yml
index 2bcb1745f1..a9b62d26fa 100644
--- a/.github/workflows/build_icons.yml
+++ b/.github/workflows/build_icons.yml
@@ -36,7 +36,7 @@ jobs:
- name: Upload screenshot of the newly made icons
id: imgur_step
- uses: devicons/public-upload-to-imgur@v2.1.1
+ uses: devicons/public-upload-to-imgur@v2.2.2
if: success()
with:
path: ./new_icons.png
diff --git a/.github/workflows/post_peek_screenshot.yml b/.github/workflows/post_peek_screenshot.yml
index 59b55e4a45..ce77b8586d 100644
--- a/.github/workflows/post_peek_screenshot.yml
+++ b/.github/workflows/post_peek_screenshot.yml
@@ -43,14 +43,14 @@ jobs:
- name: Upload screenshot of the newly made icons gotten from the artifacts
id: icons_overview_img_step
if: env.PEEK_STATUS == 'success' && success()
- uses: devicons/public-upload-to-imgur@v2.2.1
+ uses: devicons/public-upload-to-imgur@v2.2.2
with:
path: ./screenshots/new_icons.png
client_id: ${{secrets.IMGUR_CLIENT_ID}}
- name: Upload zoomed in screenshot of the newly made icons gotten from the artifacts
id: icons_detailed_img_step
- uses: devicons/public-upload-to-imgur@v2.2.1
+ uses: devicons/public-upload-to-imgur@v2.2.2
if: env.PEEK_STATUS == 'success' && success()
with:
path: ./screenshots/screenshot_*.png
diff --git a/devicon.json b/devicon.json
index 6f25079f04..d8f5ec1fbc 100644
--- a/devicon.json
+++ b/devicon.json
@@ -506,6 +506,16 @@
"color": "#ce4e4e",
"aliases": []
},
+ {
+ "name": "circleci",
+ "tags": ["integration", "platform"],
+ "versions": {
+ "svg": ["plain", "plain-wordmark"],
+ "font": ["plain", "plain-wordmark"]
+ },
+ "color": "#343434",
+ "aliases": []
+ },
{
"name": "clojure",
"tags": [
@@ -2025,6 +2035,16 @@
"color": "#F37726",
"aliases": []
},
+ {
+ "name": "karma",
+ "tags": ["testing", "test-runner"],
+ "versions": {
+ "svg": ["original", "plain"],
+ "font": ["plain"]
+ },
+ "color": "#56c5a8",
+ "aliases": []
+ },
{
"name": "kotlin",
"tags": [
diff --git a/icons/circleci/circleci-plain-wordmark.svg b/icons/circleci/circleci-plain-wordmark.svg
new file mode 100644
index 0000000000..d5ca67c6a6
--- /dev/null
+++ b/icons/circleci/circleci-plain-wordmark.svg
@@ -0,0 +1,3 @@
+
diff --git a/icons/circleci/circleci-plain.svg b/icons/circleci/circleci-plain.svg
new file mode 100644
index 0000000000..e25cba7ab4
--- /dev/null
+++ b/icons/circleci/circleci-plain.svg
@@ -0,0 +1,3 @@
+
diff --git a/icons/circleci/circleci.eps b/icons/circleci/circleci.eps
new file mode 100644
index 0000000000..0a262f5f61
Binary files /dev/null and b/icons/circleci/circleci.eps differ
diff --git a/icons/karma/karma-original.svg b/icons/karma/karma-original.svg
new file mode 100644
index 0000000000..4bd899aa70
--- /dev/null
+++ b/icons/karma/karma-original.svg
@@ -0,0 +1,4 @@
+
diff --git a/icons/karma/karma-plain.svg b/icons/karma/karma-plain.svg
new file mode 100644
index 0000000000..ab692990e9
--- /dev/null
+++ b/icons/karma/karma-plain.svg
@@ -0,0 +1,3 @@
+
diff --git a/icons/karma/karma.eps b/icons/karma/karma.eps
new file mode 100644
index 0000000000..9e9b139fe8
Binary files /dev/null and b/icons/karma/karma.eps differ