From 62199a961a26c9c93743e991b9955c7f84ad31ca Mon Sep 17 00:00:00 2001 From: Utkarsh Mishra <76392681+Utkarsh1504@users.noreply.github.com> Date: Fri, 21 May 2021 23:13:31 +0530 Subject: [PATCH] New icon: tailwindcss (plain) (#610) * Bump hosted-git-info from 2.8.8 to 2.8.9 Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. - [Release notes](https://github.com/npm/hosted-git-info/releases) - [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md) - [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9) Signed-off-by: dependabot[bot] * Bump lodash from 4.17.20 to 4.17.21 Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21) Signed-off-by: dependabot[bot] * Create README.md * Add files via upload * Delete README.md * Update devicon.json * new file added * file added * Delete jamstack-plain.svg * Add files via upload * Delete icons/jamstack directory Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Thomas Bui <43018778+Thomas-Boi@users.noreply.github.com> --- devicon.json | 18 ++++++++++++++++++ icons/tailwindcss/tailwindcss-plain.svg | 6 ++++++ package-lock.json | 12 ++++++------ 3 files changed, 30 insertions(+), 6 deletions(-) create mode 100644 icons/tailwindcss/tailwindcss-plain.svg diff --git a/devicon.json b/devicon.json index eabb4e89..8e0b0afb 100644 --- a/devicon.json +++ b/devicon.json @@ -3231,6 +3231,24 @@ } ] }, + { + "name": "tailwindcss", + "tags": [ + "css", + "framework" + ], + "versions": { + "svg": [ + "plain" + + ], + "font": [ + "plain" + ] + }, + "color": "#38b2ac", + "aliases": [] + }, { "name": "tensorflow", "tags": [ diff --git a/icons/tailwindcss/tailwindcss-plain.svg b/icons/tailwindcss/tailwindcss-plain.svg new file mode 100644 index 00000000..861058cf --- /dev/null +++ b/icons/tailwindcss/tailwindcss-plain.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/package-lock.json b/package-lock.json index 1431b584..206b2909 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2312,9 +2312,9 @@ } }, "hosted-git-info": { - "version": "2.8.8", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.8.tgz", - "integrity": "sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg==", + "version": "2.8.9", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", + "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==", "dev": true }, "http-signature": { @@ -2849,9 +2849,9 @@ } }, "lodash": { - "version": "4.17.20", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz", - "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==", + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", "dev": true }, "loud-rejection": {