From 0a6a4bec91e63fc08c8fbc96f0424bd722a2010c Mon Sep 17 00:00:00 2001 From: Alper Akgun Date: Thu, 22 Apr 2021 18:49:43 +0300 Subject: [PATCH] Graduation hat icon --- dist/icons-stacked.svg | 2 +- dist/icons.json | 5 +++-- dist/icons.svg | 2 +- sprite_icons/graduation-hat.svg | 1 + 4 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 sprite_icons/graduation-hat.svg diff --git a/dist/icons-stacked.svg b/dist/icons-stacked.svg index 1a7a7307..a9bdda4e 100644 --- a/dist/icons-stacked.svg +++ b/dist/icons-stacked.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/dist/icons.json b/dist/icons.json index 8a2936c4..5b816af3 100644 --- a/dist/icons.json +++ b/dist/icons.json @@ -1,6 +1,6 @@ { - "iconCount": 354, - "spriteSize": 138128, + "iconCount": 355, + "spriteSize": 139258, "icons": [ "abuse", "accessibility", @@ -137,6 +137,7 @@ "github", "go-back", "google", + "graduation-hat", "group", "hamburger", "heading", diff --git a/dist/icons.svg b/dist/icons.svg index 6c1fecc8..34e563ab 100644 --- a/dist/icons.svg +++ b/dist/icons.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/sprite_icons/graduation-hat.svg b/sprite_icons/graduation-hat.svg new file mode 100644 index 00000000..998d8d9b --- /dev/null +++ b/sprite_icons/graduation-hat.svg @@ -0,0 +1 @@ + \ No newline at end of file -- GitLab