From 34235fc7bf4efaf422bb2970e061950d49771cf8 Mon Sep 17 00:00:00 2001 From: Eduard-Constantin Ibinceanu Date: Mon, 18 Sep 2023 15:58:26 +0000 Subject: [PATCH 1/5] Fix readmes --- README.md | 4 ++-- build/README.md | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a930180..e9b1255 100644 --- a/README.md +++ b/README.md @@ -28,13 +28,13 @@ With a focus on simplicity and versatility, these dot icons can be seamlessly in - + - + diff --git a/build/README.md b/build/README.md index 331afe4..50243b0 100644 --- a/build/README.md +++ b/build/README.md @@ -28,13 +28,13 @@ With a focus on simplicity and versatility, these dot icons can be seamlessly in - - - + + + - - + + From d2d85405dcab4ac51a31794b905bbc46bb2dcbac Mon Sep 17 00:00:00 2001 From: Eduard-Constantin Ibinceanu Date: Mon, 18 Sep 2023 15:59:07 +0000 Subject: [PATCH 2/5] Add licenese to build --- build/.gitignore | 1 + build/LICENSE | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 build/LICENSE diff --git a/build/.gitignore b/build/.gitignore index 322c0bf..0915e6a 100644 --- a/build/.gitignore +++ b/build/.gitignore @@ -3,5 +3,6 @@ !.gitignore !package.json !README.md +!LICENSE !16 !32 \ No newline at end of file diff --git a/build/LICENSE b/build/LICENSE new file mode 100644 index 0000000..0c5d6a1 --- /dev/null +++ b/build/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2023 Eduard-Constantin Ibinceanu + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. From 95a7afd6576fc7e72170a3765d794364d659a5a0 Mon Sep 17 00:00:00 2001 From: Eduard-Constantin Ibinceanu Date: Mon, 18 Sep 2023 16:07:55 +0000 Subject: [PATCH 3/5] Add 16x16 set --- icons/16/affinity.svg | 1 + icons/16/angular.svg | 1 + icons/16/babel.svg | 1 + icons/16/bootstrap.svg | 1 + icons/16/c#.svg | 1 + icons/16/c++.svg | 1 + icons/16/cosmosdb.svg | 1 + icons/16/css.svg | 1 + icons/16/dart.svg | 1 + icons/16/docker.svg | 1 + icons/16/go.svg | 1 + icons/16/gql.svg | 1 + icons/16/html.svg | 1 + icons/16/java.svg | 1 + icons/16/jest.svg | 1 + 15 files changed, 15 insertions(+) create mode 100644 icons/16/affinity.svg create mode 100644 icons/16/angular.svg create mode 100644 icons/16/babel.svg create mode 100644 icons/16/bootstrap.svg create mode 100644 icons/16/c#.svg create mode 100644 icons/16/c++.svg create mode 100644 icons/16/cosmosdb.svg create mode 100644 icons/16/css.svg create mode 100644 icons/16/dart.svg create mode 100644 icons/16/docker.svg create mode 100644 icons/16/go.svg create mode 100644 icons/16/gql.svg create mode 100644 icons/16/html.svg create mode 100644 icons/16/java.svg create mode 100644 icons/16/jest.svg diff --git a/icons/16/affinity.svg b/icons/16/affinity.svg new file mode 100644 index 0000000..6d46a7d --- /dev/null +++ b/icons/16/affinity.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/16/angular.svg b/icons/16/angular.svg new file mode 100644 index 0000000..755ec8e --- /dev/null +++ b/icons/16/angular.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/16/babel.svg b/icons/16/babel.svg new file mode 100644 index 0000000..fd7e798 --- /dev/null +++ b/icons/16/babel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/16/bootstrap.svg b/icons/16/bootstrap.svg new file mode 100644 index 0000000..6872920 --- /dev/null +++ b/icons/16/bootstrap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/16/c#.svg b/icons/16/c#.svg new file mode 100644 index 0000000..f6ee0ed --- /dev/null +++ b/icons/16/c#.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/16/c++.svg b/icons/16/c++.svg new file mode 100644 index 0000000..7540361 --- /dev/null +++ b/icons/16/c++.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/16/cosmosdb.svg b/icons/16/cosmosdb.svg new file mode 100644 index 0000000..ddcf28d --- /dev/null +++ b/icons/16/cosmosdb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/16/css.svg b/icons/16/css.svg new file mode 100644 index 0000000..dcb08f7 --- /dev/null +++ b/icons/16/css.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/16/dart.svg b/icons/16/dart.svg new file mode 100644 index 0000000..a85094b --- /dev/null +++ b/icons/16/dart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/16/docker.svg b/icons/16/docker.svg new file mode 100644 index 0000000..cfd5060 --- /dev/null +++ b/icons/16/docker.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/16/go.svg b/icons/16/go.svg new file mode 100644 index 0000000..807b688 --- /dev/null +++ b/icons/16/go.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/16/gql.svg b/icons/16/gql.svg new file mode 100644 index 0000000..84c085a --- /dev/null +++ b/icons/16/gql.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/16/html.svg b/icons/16/html.svg new file mode 100644 index 0000000..e7489d1 --- /dev/null +++ b/icons/16/html.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/16/java.svg b/icons/16/java.svg new file mode 100644 index 0000000..1567bf1 --- /dev/null +++ b/icons/16/java.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/16/jest.svg b/icons/16/jest.svg new file mode 100644 index 0000000..53f30e8 --- /dev/null +++ b/icons/16/jest.svg @@ -0,0 +1 @@ + \ No newline at end of file From 1de58a1859ffec609ec6b0f85da8c46bea206104 Mon Sep 17 00:00:00 2001 From: Eduard-Constantin Ibinceanu Date: Mon, 18 Sep 2023 16:09:38 +0000 Subject: [PATCH 4/5] Add 32x32 set --- icons/32/affinity.svg | 1 + icons/32/angular.svg | 1 + icons/32/babel.svg | 1 + icons/32/bootstrap.svg | 1 + icons/32/cPlusPlus.svg | 1 + icons/32/cSharp.svg | 1 + icons/32/cosmosdb.svg | 1 + icons/32/css.svg | 1 + icons/32/dart.svg | 1 + icons/32/docker.svg | 1 + icons/32/go.svg | 1 + icons/32/gql.svg | 1 + icons/32/html.svg | 1 + icons/32/java.svg | 1 + icons/32/jest.svg | 1 + 15 files changed, 15 insertions(+) create mode 100644 icons/32/affinity.svg create mode 100644 icons/32/angular.svg create mode 100644 icons/32/babel.svg create mode 100644 icons/32/bootstrap.svg create mode 100644 icons/32/cPlusPlus.svg create mode 100644 icons/32/cSharp.svg create mode 100644 icons/32/cosmosdb.svg create mode 100644 icons/32/css.svg create mode 100644 icons/32/dart.svg create mode 100644 icons/32/docker.svg create mode 100644 icons/32/go.svg create mode 100644 icons/32/gql.svg create mode 100644 icons/32/html.svg create mode 100644 icons/32/java.svg create mode 100644 icons/32/jest.svg diff --git a/icons/32/affinity.svg b/icons/32/affinity.svg new file mode 100644 index 0000000..99ab100 --- /dev/null +++ b/icons/32/affinity.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/32/angular.svg b/icons/32/angular.svg new file mode 100644 index 0000000..21158d5 --- /dev/null +++ b/icons/32/angular.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/32/babel.svg b/icons/32/babel.svg new file mode 100644 index 0000000..fd6ce56 --- /dev/null +++ b/icons/32/babel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/32/bootstrap.svg b/icons/32/bootstrap.svg new file mode 100644 index 0000000..4b9dbe0 --- /dev/null +++ b/icons/32/bootstrap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/32/cPlusPlus.svg b/icons/32/cPlusPlus.svg new file mode 100644 index 0000000..4d98e56 --- /dev/null +++ b/icons/32/cPlusPlus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/32/cSharp.svg b/icons/32/cSharp.svg new file mode 100644 index 0000000..3126efe --- /dev/null +++ b/icons/32/cSharp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/32/cosmosdb.svg b/icons/32/cosmosdb.svg new file mode 100644 index 0000000..2d04ba7 --- /dev/null +++ b/icons/32/cosmosdb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/32/css.svg b/icons/32/css.svg new file mode 100644 index 0000000..50436b1 --- /dev/null +++ b/icons/32/css.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/32/dart.svg b/icons/32/dart.svg new file mode 100644 index 0000000..9abe470 --- /dev/null +++ b/icons/32/dart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/32/docker.svg b/icons/32/docker.svg new file mode 100644 index 0000000..57ea979 --- /dev/null +++ b/icons/32/docker.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/32/go.svg b/icons/32/go.svg new file mode 100644 index 0000000..bc139df --- /dev/null +++ b/icons/32/go.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/32/gql.svg b/icons/32/gql.svg new file mode 100644 index 0000000..cf11446 --- /dev/null +++ b/icons/32/gql.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/32/html.svg b/icons/32/html.svg new file mode 100644 index 0000000..ad3f28a --- /dev/null +++ b/icons/32/html.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/32/java.svg b/icons/32/java.svg new file mode 100644 index 0000000..605886c --- /dev/null +++ b/icons/32/java.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/32/jest.svg b/icons/32/jest.svg new file mode 100644 index 0000000..3be136b --- /dev/null +++ b/icons/32/jest.svg @@ -0,0 +1 @@ + \ No newline at end of file From ebe073caf74f42408714f85a09de8018e375e99f Mon Sep 17 00:00:00 2001 From: Eduard-Constantin Ibinceanu Date: Mon, 18 Sep 2023 16:10:02 +0000 Subject: [PATCH 5/5] Rename icons --- icons/16/{c++.svg => cPlusPlus.svg} | 0 icons/16/{c#.svg => cSharp.svg} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename icons/16/{c++.svg => cPlusPlus.svg} (100%) rename icons/16/{c#.svg => cSharp.svg} (100%) diff --git a/icons/16/c++.svg b/icons/16/cPlusPlus.svg similarity index 100% rename from icons/16/c++.svg rename to icons/16/cPlusPlus.svg diff --git a/icons/16/c#.svg b/icons/16/cSharp.svg similarity index 100% rename from icons/16/c#.svg rename to icons/16/cSharp.svg