diff --git a/icons/README.md b/icons/README.md index cf90618..54cce00 100644 --- a/icons/README.md +++ b/icons/README.md @@ -64,6 +64,7 @@ | `joomla` | joomla | | `jquery` | jquery | | `julia` | julia | +| `kafka` | kafka | | `kotlin` | kotlin | | `laravel` | laravel | | `lightroom` | lightroom | @@ -77,6 +78,7 @@ | `mongo` | mongo | | `mysql` | mysql | | `nestjs` | nestjs | +| `netlify` | netlify | | `nim` | nim | | `node` | node | | `nuxt` | nuxt | @@ -86,6 +88,7 @@ | `pandas` | pandas | | `photoshop` | photoshop | | `php` | php | +| `pinecone` | pinecone | | `postgresql` | postgresql | | `postman` | postman | | `preact` | preact | @@ -97,6 +100,8 @@ | `raspberry-pi` | raspberry-pi | | `react` | react | | `redhat` | redhat | +| `redis` | redis | +| `remix` | remix | | `ruby` | ruby | | `sass` | sass | | `scala` | scala | @@ -107,6 +112,7 @@ | `swift` | swift | | `symfony` | symfony | | `terraform` | terraform | +| `turso` | turso | | `typescript` | typescript | | `ubuntu` | ubuntu | | `unity` | unity | @@ -121,5 +127,5 @@ ---
-Current icon count: 111 +Current icon count: 117 diff --git a/icons/index.ts b/icons/index.ts index 5639f97..9e064ec 100644 --- a/icons/index.ts +++ b/icons/index.ts @@ -58,6 +58,7 @@ export const iconNames = [ 'joomla', 'jquery', 'julia', + 'kafka', 'kotlin', 'laravel', 'lightroom', @@ -71,6 +72,7 @@ export const iconNames = [ 'mongo', 'mysql', 'nestjs', + 'netlify', 'nim', 'node', 'nuxt', @@ -80,6 +82,7 @@ export const iconNames = [ 'pandas', 'photoshop', 'php', + 'pinecone', 'postgresql', 'postman', 'preact', @@ -91,6 +94,8 @@ export const iconNames = [ 'raspberry-pi', 'react', 'redhat', + 'redis', + 'remix', 'ruby', 'sass', 'scala', @@ -101,6 +106,7 @@ export const iconNames = [ 'swift', 'symfony', 'terraform', + 'turso', 'typescript', 'ubuntu', 'unity', diff --git a/icons/kafka.svg b/icons/kafka.svg new file mode 100644 index 0000000..6423192 --- /dev/null +++ b/icons/kafka.svg @@ -0,0 +1,29 @@ + + + + + \ No newline at end of file diff --git a/icons/netlify.svg b/icons/netlify.svg new file mode 100644 index 0000000..2f0a73c --- /dev/null +++ b/icons/netlify.svg @@ -0,0 +1,21 @@ + + + + + + + + \ No newline at end of file diff --git a/icons/pinecone.svg b/icons/pinecone.svg new file mode 100644 index 0000000..a0b3bcc --- /dev/null +++ b/icons/pinecone.svg @@ -0,0 +1,23 @@ + + + + + \ No newline at end of file diff --git a/icons/redis.svg b/icons/redis.svg new file mode 100644 index 0000000..4421b8a --- /dev/null +++ b/icons/redis.svg @@ -0,0 +1,15 @@ + + + + + \ No newline at end of file diff --git a/icons/remix.svg b/icons/remix.svg new file mode 100644 index 0000000..550f0df --- /dev/null +++ b/icons/remix.svg @@ -0,0 +1,13 @@ + + + + + \ No newline at end of file diff --git a/icons/turso.svg b/icons/turso.svg new file mode 100644 index 0000000..5cd8ff8 --- /dev/null +++ b/icons/turso.svg @@ -0,0 +1,27 @@ + + + + + + + + + \ No newline at end of file