1
0
mirror of https://github.com/konpa/devicon.git synced 2025-01-29 11:35:26 +01:00

1195 Commits

Author SHA1 Message Date
Luiz Carlos Cosmi Filho
1473723c7c
new icon: nomad (original, original-wordmark, plain-wordmark) (#1790)
Co-authored-by: Josélio Júnior <76992016+lunatic-fox@users.noreply.github.com>
2023-06-13 21:41:16 -06:00
arjun
c229e7cd6c
new icon: framework7 (original, original-wordmark) (#1785)
* add framework7 original and plain icons

* update devicons.json with framework7

* remove color from plain svg

* resize to 128

* try to resize again

* remove grid and fix svg

* optimise svgs

* add original and plain wordmark versions

* rename according to the naming convention

* add wordmark versions

* remove width/height and use viewBox instead

* resize and optimise svg

* resize and optimise original wordmark svg

* add plain wordmark to font array

* remove plain versions

* Add aliases and remove plain, plain-wordmark versions

* Add newline and some fixes:
- Rename icons from "framework-[version].svg" to "framework7-[version].svg".
- Remove "style" attribute from `original` version.
- Remove trailing comma in `devicon.json`.

* add open-source under tags

---------

Co-authored-by: Josélio Júnior <76992016+lunatic-fox@users.noreply.github.com>
Co-authored-by: David Leal <halfpacho@gmail.com>
2023-06-10 20:40:23 -06:00
Abdelrahman Dwedar
963c890c89
new icon: dynamodb (original, plain) (#1770)
* add dynamodb

* fix plain version

Co-authored-by: Gautam Raj <63155224+Gautam25Raj@users.noreply.github.com>

* fix original version

* optimize original version

* Release clip of paths in `original` and align `devicon.json` entry.

* Update dynamodb `plain` version.

* Update icons:
- Change to new icons. 
- Change `devicon.json` color property from `#2d72b8` to `#527fff`.

* Add `java` to tags

Co-authored-by: David Leal <halfpacho@gmail.com>

---------

Co-authored-by: Gautam Raj <63155224+Gautam25Raj@users.noreply.github.com>
Co-authored-by: Josélio Júnior <76992016+lunatic-fox@users.noreply.github.com>
Co-authored-by: David Leal <halfpacho@gmail.com>
2023-06-10 20:37:51 -06:00
arjun
3861fc7d4a
new icon: kdeneon (original,plain) (#1783)
* add kdeneon icons and update devicon.json

* add altnames to devicon.json and optimise svgs

* Update kdeneon-original.svg

Release masks of this version and add a newline at the end of file.

* update plain svg

---------

Co-authored-by: Josélio Júnior <76992016+lunatic-fox@users.noreply.github.com>
2023-06-04 06:18:37 -03:00
Gautam Raj
26ee34fc55
new icon: prolog (original, original-wordmark, plain, plain-wordmark) (#1781)
* new icon: prolog (original, original-wordmark, plain, plain-wordmark)

* Update devicon.json

* Update SVG

- Update prolog-original.svg
- Update prolog-original-wordmark.svg
- Update prolog-plain.svg
- Update prolog-plain-wordmark.svg

* Release clipPaths of `original`, `original-wordmark` and `plain-wordmark`.

* Update prolog-plain.svg

Fix a little hairline that appeared on Icomoon preview.

---------

Co-authored-by: Josélio Júnior <76992016+lunatic-fox@users.noreply.github.com>
2023-06-02 11:00:02 -06:00
Luiz Carlos Cosmi Filho
fddc6dd17d
add mariadb icons (#1769)
Co-authored-by: Josélio Júnior <76992016+lunatic-fox@users.noreply.github.com>
2023-05-31 20:14:28 -03:00
Abdelrahman Dwedar
e6d874fe85
new icon: vitess (original, plain, original-wordmark, plain-wordmark) (#1720)
* add vitess original and plain icons

* add vitess to the devicon.json

* add no aliases to devicon.json

* add no altname to devicon.json

* fix position

* optimize the icons with SVGO

* Align `devicon.json` entry

* Update devicon.json

* Update `plain` version

* add wordmark icon

* fix: replace vitess-wordmark with vitess-original-wordmark

* add vitess-plain-wordmark

* Update color to `#f16827`

Co-authored-by: Josélio Júnior <76992016+lunatic-fox@users.noreply.github.com>

* Add new versions to devicon.json

Co-authored-by: David Leal <halfpacho@gmail.com>

* Add new font version to devicon.json

Co-authored-by: David Leal <halfpacho@gmail.com>

* fix original & plain-wordmark issues

---------

Co-authored-by: Josélio Júnior <76992016+lunatic-fox@users.noreply.github.com>
Co-authored-by: David Leal <halfpacho@gmail.com>
2023-05-22 20:52:03 -06:00
Gautam Raj
3ceb1f010b
new icon: reactrouter (original, original-wordmark, plain, plain-wordmark) (#1765)
* new icon: reactrouter (reactrouter-original, reactrouter-original-wordmark, reactrouter-plain, reactrouter-plain-wordmark)

* Add reactrouter icons

* Update devicon.json

* Update devicon.json

* Remove alt text

* Update font version

* Update devicon.json

* Fixes
- Add comma to split items of `tags` in `devicon.json`.
- Remove `height` and `width` and replace by `viewBox`.
- Remove fill color from plain versions.

---------

Co-authored-by: Josélio Júnior <76992016+lunatic-fox@users.noreply.github.com>
Co-authored-by: David Leal <halfpacho@gmail.com>
2023-05-22 20:22:24 -06:00
Red Panther
3802ad626d
new icon: supabase (original, original-wordmark, plain, plain-wordmark) (#1762)
* new icon: supabase (original, original-wordmark)

* add plain and plain-wordmark

* Update devicon.json

Co-authored-by: David Leal <halfpacho@gmail.com>

* Update devicon.json

* Update devicon.json

---------

Co-authored-by: David Leal <halfpacho@gmail.com>
Co-authored-by: Josélio Júnior <76992016+lunatic-fox@users.noreply.github.com>
2023-05-22 19:02:08 -06:00
kilianpaquier
39e1bf0216
new icon: oauth (original, plain) (#1759)
* new icon: oauth (original, plain)

* Change tag from auth to authentication

* chore: apply suggestions from code review

Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com>

* Remove icons padding.

---------

Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com>
Co-authored-by: David Leal <halfpacho@gmail.com>
Co-authored-by: Josélio Júnior <76992016+lunatic-fox@users.noreply.github.com>
2023-05-22 18:52:15 -06:00
Constantinos Xanthopoulos
f6f89aaf1d
new icon: grpc (original, plain) (#1763)
Recreating deleted PR head branch

Co-authored-by: David Leal <halfpacho@gmail.com>
2023-05-19 19:13:46 -06:00
Constantinos Xanthopoulos
ccf9fa4233
Fix the CodeQL workflow to run only on .github (#1767)
* Update codeql-analysis to run on .github

* Update .github/workflows/codeql-analysis.yml

Co-authored-by: David Leal <halfpacho@gmail.com>

---------

Co-authored-by: David Leal <halfpacho@gmail.com>
2023-05-18 12:31:09 -06:00
kilianpaquier
60b8436fe3
new icon: angularmaterial (original, plain) (#1758)
* new icon: angularmaterial (original, plain)

* Add plain version to versions.svg

---------

Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com>
Co-authored-by: David Leal <halfpacho@gmail.com>
2023-05-16 13:02:46 -06:00
Sinuhe Shin
2532a6845c
new icon: ngrx (original, plain) (#1753)
* added ngrx original and plain icons

* Update devicon.json

Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com>

* Update devicon.json

Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com>

* Update icons/ngrx/ngrx-plain.svg

Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com>

* Fix `devicon.json` entry and optimize (minimize) icons

* Update devicon.json

Add newline at the end of file.

---------

Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com>
Co-authored-by: Josélio Júnior <76992016+lunatic-fox@users.noreply.github.com>
2023-05-12 18:49:52 -06:00
Júnior Nogueir
7d9b71c115
new icon: 3dsmax (original, plain) (#1627)
* I added the autodesk 3ds max icon to the project

* Update icons and `devicon.json` entry

* Update 3dsmax-plain.svg

* Update devicon.json

---------

Co-authored-by: Josélio Júnior <76992016+lunatic-fox@users.noreply.github.com>
2023-05-03 08:09:04 +02:00
David Leal
9fcc4a139a
Update labeler preflight to Ubuntu Latest (#1747) 2023-04-30 09:47:36 -06:00
Sinuhe Shin
8a0289a153
new icon: prisma (original, original-wordmark) (#1743)
* added prisma

* centralized original icon

* Fix `devicon.json`.
- Add `altnames` to `prisma` entry
- Change `color` to `#2D3748`

* updated icons

* updated devicon

* Update devicon.json

Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com>

* Optimize icons

---------

Co-authored-by: Josélio Júnior <76992016+lunatic-fox@users.noreply.github.com>
Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com>
Co-authored-by: David Leal <halfpacho@gmail.com>
2023-04-28 13:19:39 -06:00
Sinuhe Shin
d8f4c48dff
new icon: trpc (original, original-wordmark, plain, plain-wordmark) (#1742)
* added trpc

* Fix `devicon.json` and make a little optimization to icons.
- Add `altnames` to `trpc` entry
- Remove trailing comma at `tags`
- Remove `fill-rule` of icons

* updated original icons and added plain versions

* Optimize icons
- Unify `plain-wordmark` paths
- Remove `fill` color from `plain` and `plain-wordmark`

* Update devicon.json

Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com>

* Update devicon.json

Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com>

---------

Co-authored-by: Josélio Júnior <76992016+lunatic-fox@users.noreply.github.com>
Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com>
Co-authored-by: David Leal <halfpacho@gmail.com>
2023-04-28 13:15:33 -06:00
Juan Biondi
2fbbb98a5d
new icon: pypi (original, original-wordmark, plain, plain-wordmark) (#1697)
* Add pypi logos

* Apply properly the SVGOMG

* Fix minor issues on logos

* Remove font and add color

* Add altname

* Change viewbox

* Optimize icons and add `plain` and `plain-wordmark` versions

* chore: apply suggestions from code review

---------

Co-authored-by: “Juan <“juanernestobiondi@gmail.com”>
Co-authored-by: Josélio Júnior <76992016+lunatic-fox@users.noreply.github.com>
Co-authored-by: David Leal <halfpacho@gmail.com>
2023-04-28 10:28:50 -06:00
David Leal
0c529dc858 Update download artifact action to latest version
Co-authored-by: Josélio Júnior <76992016+lunatic-fox@users.noreply.github.com>
2023-04-28 16:27:04 +00:00
David Leal
2b9faadbec
Update many of the actions to their latest version (#1731)
* Update many of the actions to their latest version

* Fix CodeQL action

* Use the latest version for all images

* Whoops

* Use Ubuntu for the Peek Icons workflow

* Fix Peek Icons action

* Remove token

* chore: apply suggestions from code review

Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com>

---------

Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com>
2023-04-28 10:21:27 -06:00
Jørgen Kalsnes Hagen
70df11eef5
Bugfix/fix in-develop labeler (#1410)
* fix issue not being labeled with in-develop

* restrict to only run on merge to develop

* Remove Python setup

Co-authored-by: Josélio Júnior <76992016+lunatic-fox@users.noreply.github.com>

---------

Co-authored-by: Josélio Júnior <76992016+lunatic-fox@users.noreply.github.com>
Co-authored-by: David Leal <halfpacho@gmail.com>
2023-04-26 10:44:36 -06:00
David Leal
ed1798836c
Merge pull request #1745 from devicons/master
[NO SQUASH] Merge a few commits from `master`
2023-04-26 10:42:57 -06:00
felipesuri
421a70394b
new icon: pnpm (original, original-wordmark, plain, plain-wordmark) (#1666)
* new icon: pnpm

#1068

* remove pnpm wordmark

* feat: add pnpm wordmark

* Update icons/pnpm/pnpm-plain.svg

Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com>

* Update icons/pnpm/pnpm-plain-wordmark.svg

Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com>

* Update icons/pnpm/pnpm-original.svg

Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com>

* Update icons/pnpm/pnpm-original-wordmark.svg

Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com>

* Update devicon.json

Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com>

* Optimize icons

* Update devicon.json

* Update devicon.json

---------

Co-authored-by: Josélio Júnior <76992016+lunatic-fox@users.noreply.github.com>
Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com>
Co-authored-by: David Leal <halfpacho@gmail.com>
2023-04-24 22:00:14 +02:00
David Leal
ceeb9f0be6
Merge a few commits from master (#1739)
Co-authored-by: Clemens Bastian <8781699+amacado@users.noreply.github.com>
Co-authored-by: Amacado <clemens.bastian@gmail.com>
Co-authored-by: Thomas Bui <43018778+Thomas-Boi@users.noreply.github.com>
2023-04-21 09:07:43 -06:00
David Leal
b6e387d942
Major build improvements (#1668)
* Major build improvements

* Cleanup and fix path

* chore: apply suggestions from code review

Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com>

* Remove `selenium` from the NPM dependencies

* Revert `nano` icon changes

* Use quote notes

* Update

* chore: apply suggestions from code review

Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com>

* Snailedlt/improve build changes (#187)

* Make README more readable

* move logic from index.html to script.js

* fix devicon min css in head

* Fix build script missing token error

* Add more print statements to local build script

* Change from ng-href to href in code view

* Minor readme improvements

---------

Co-authored-by: David Leal <halfpacho@gmail.com>

---------

Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com>
2023-04-21 08:46:43 -06:00
Jørgen Kalsnes Hagen
c97a0bb00a
Only check stroke for icons in devicon.json's font objects (#1491)
Co-authored-by: David Leal <halfpacho@gmail.com>
2023-04-14 11:25:41 -06:00
Josélio Júnior
648b6068a3
Bugfix: Remove Optimize Icons workflow from develop branch (#1724) 2023-04-13 15:48:18 -06:00
ruubytes
bd2b9a663c
new icon: ecto (original, original-wordmark, plain-wordmark) (#1716)
* new icon: ecto (original, plain)

* added suggestions and wordmark versions

* Optimize icons

---------

Co-authored-by: Josélio Júnior <76992016+lunatic-fox@users.noreply.github.com>
2023-04-09 13:12:12 -06:00
Red Panther
3e4e8a97c0
new icon: dreamweaver (original, plain, line) (#1712)
* new icon: dreamweaver (original, plain, line)

* Update devicon.json

Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com>

---------

Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com>
2023-03-21 07:37:44 +01:00
Constantinos Xanthopoulos
8ce3911bf0
new icon: scikitlearn (original, plain, line) (#1616)
* Add icons for scikit-learn (python library)

* Remove unofficial non-wordmark versions

* Optmize icons

* Update devicon.json

Add "tool" in tags

Co-authored-by: Josélio Júnior <76992016+lunatic-fox@users.noreply.github.com>

* Remove redundant whitespace

Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com>

* Add "library" tag

* Rename icons

* Optimize icons

* Update devicon.json to add aliases

* Remove wordmark from regular versions

* Add newline to optimized icons

---------

Co-authored-by: Josélio Júnior <76992016+lunatic-fox@users.noreply.github.com>
Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com>
2023-03-17 15:30:39 +01:00
Jørgen Kalsnes Hagen
67c06f451f
Feature/update check icon pr py (#1406)
* add check for 'name' attribute

* add check for 'altnames' attribute

* add extra check for content of aliases field in devicon.json

* Change from single quotes to escaped double quotes

Apply suggestions from code review. Thanks @lunatic-fox

Co-authored-by: Josélio Júnior <76992016+lunatic-fox@users.noreply.github.com>

* Replace ' with \"

Apply suggestions from code review

Co-authored-by: David Leal <halfpacho@gmail.com>

---------

Co-authored-by: Josélio Júnior <76992016+lunatic-fox@users.noreply.github.com>
Co-authored-by: David Leal <halfpacho@gmail.com>
2023-03-17 10:03:40 +01:00
Constantinos Xanthopoulos
8534f898b1
new icon: readthedocs (original, original-wordmark, line) (#1630)
* new icon: readthedocs (original, original-wordmark, line)

* Add newline and make some minor fixes

* Update devicon.json

Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com>

* Add more tags

Based on @Panquesito7 feedback

Co-authored-by: David Leal <halfpacho@gmail.com>

* Optimize icons

* Add newline to optimized icons

---------

Co-authored-by: Josélio Júnior <76992016+lunatic-fox@users.noreply.github.com>
Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com>
Co-authored-by: David Leal <halfpacho@gmail.com>
2023-03-16 18:25:01 -03:00
kilianpaquier
bda1033778
new feature: icons number (#1267)
* new feature: icons number - fix #1218

* icon numbers| review suggestions application

Co-authored-by: Snailedlt <Snailedlt@users.noreply.github.com>

* Change shield link to https://devicon.dev

* add titles and rename logos & icons to icons & icon-versions

* replace = with :

Co-authored-by: Josélio Júnior <76992016+lunatic-fox@users.noreply.github.com>

* fixed avg fonts number to integer and added float in title

* Update docs/index.html

Co-authored-by: Josélio Júnior <76992016+lunatic-fox@users.noreply.github.com>

---------

Co-authored-by: Kilian PAQUIER <contact@kilian-paquier.fr>
Co-authored-by: Snailedlt <Snailedlt@users.noreply.github.com>
Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com>
Co-authored-by: Josélio Júnior <76992016+lunatic-fox@users.noreply.github.com>
2023-03-14 20:30:16 -03:00
David Leal
771daeb74d
Update and use Geckodriver for Linux64 (#1675)
* Update and use Geckodriver for Linux64

* Fix NPM commands
2023-03-03 12:45:17 -03:00
David Leal
714c453081
Darken a bit the website colors (#1669)
This fixes the issue of the invisible Devicon logo.
It could be fixed by changing the background color manually, but I think we should have it fixed by default.

Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com>
2023-02-26 12:42:51 +01:00
Josélio Júnior
2160753bf1
add feature: svgo auto optimization to pull requests (#1554)
* Add a workflow to SVGO Optimizer

* update `svgo.config.js`

* Update optimize_icons.yml

---------

Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com>
Co-authored-by: David Leal <halfpacho@gmail.com>
2023-02-25 22:55:49 -06:00
Red Panther
5f9ccb1157
new icon: homebrew (original, original-wordmark, plain, plain-wordmark, line, line-wordmark) (#1685)
Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com>
2023-02-25 15:29:34 +01:00
Red Panther
bfcf68687d
new icon: browserstack (original, original-wordmark, plain, plain-wordmark, line, line-wordmark) (#1686)
Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com>
2023-02-25 15:26:05 +01:00
Josélio Júnior
6636b2bed4
update icon: gcc (original, plain, line) (#1585)
* Update GCC

* Add `line` and resize icons

* Add aliases

---------

Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com>
2023-02-21 07:40:45 +01:00
David Leal
ccd2a890ef
new icon: stackoverflow (original, original-wordmark, plain, plain-wordmark, line, line-wordmark) (#1511)
* new icon: stackoverflow (original, original-wordmark, plain, plain-wordmark)

* Remove `clip-paths` from all SVGs

* chore: apply suggestions from code review

Co-authored-by: Josélio Júnior <76992016+lunatic-fox@users.noreply.github.com>

* Remove size attributes and convert to one...

...path for the font versions.

* Update icons & add `line` and `line-wordmark`

---------

Co-authored-by: Josélio Júnior <76992016+lunatic-fox@users.noreply.github.com>
Co-authored-by: unknown <joseliojrx25@gmail.com>
2023-02-18 00:36:56 +01:00
Seyit Erdemir
f42f80cbbe
new icon: insomnia (original, original-wordmark, plain, plain-wordmark) (#1513)
* bump npm version to v2.15.1

* new icon : Insomnia (original, original-wordmark)

* update

* update

* update

* update

* Update

* update

* Rename insomnia-original-logo.svg to insomnia-original.svg

* Rename insomnia-original-wordmarker.svg to insomnia-original-wordmark.svg

* Apply suggestions from code review

Fix devicon.json file
 - Change to correct color
 - Add open-source tag
 - Remove font since no icons are mono colored
 - Remove whitespace
 - Fix versions.svg array

* Apply suggestions from code review

* Sort `insomnia` entry in `devicon.json`

* size update

* update

* update size

* update size and add plain version

* update color type

* .

* .

* .

* Update icons and color

* .

* deleted *

* *

* *

---------

Co-authored-by: Clemens Bastian <8781699+amacado@users.noreply.github.com>
Co-authored-by: Amacado <clemens.bastian@gmail.com>
Co-authored-by: Thomas Bui <43018778+Thomas-Boi@users.noreply.github.com>
Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com>
Co-authored-by: Josélio Júnior <76992016+lunatic-fox@users.noreply.github.com>
Co-authored-by: unknown <joseliojrx25@gmail.com>
2023-02-17 13:04:17 -03:00
Josélio Júnior
98cf9fcffb
update icon: jenkins (original, plain, line) (#1590)
* Update Jenkins

* Update icons
2023-02-15 21:08:09 -06:00
Red Panther
6788c5b629
new icon: windows11 (original, original-wordmark) (#1621)
* new icon: windows11 (original, original-wordmark)

* Fix devicon.json sequence

* Update devicon.json

Co-authored-by: David Leal <halfpacho@gmail.com>

---------

Co-authored-by: David Leal <halfpacho@gmail.com>
2023-02-09 23:10:05 +01:00
Constantinos Xanthopoulos
9985af5f49
update icon: nano (original, plain, plain-wordmark) (#1619)
* Update nano icon to fix #1613

* Add `plain` and `plain-wordmark` versions

* Update nano-original-wordmark.svg

---------

Co-authored-by: unknown <joseliojrx25@gmail.com>
Co-authored-by: Josélio Júnior <76992016+lunatic-fox@users.noreply.github.com>
2023-02-03 18:41:22 +01:00
Patrik Wehrli
a4aaf145d4
new icon: splunk (original-wordmark) (#1433)
* Add icon: splunk (original-wordmark)

* Replaced color with suggestion

* Change color to #000

Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com>

* Change to official color

Co-authored-by: Josélio Júnior <76992016+lunatic-fox@users.noreply.github.com>

* Update icons/splunk/splunk-original-wordmark.svg

Co-authored-by: Josélio Júnior <76992016+lunatic-fox@users.noreply.github.com>

* Remove extra line

---------

Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com>
Co-authored-by: Josélio Júnior <76992016+lunatic-fox@users.noreply.github.com>
2023-02-01 09:57:08 +01:00
Luiz Carlos Cosmi Filho
5827738c31
update icon: apachespark (original, original-wordmark, plain-wordmark) (#1649)
* Update apache spark icons

* Add new line in plain version

* Remove fill rule in apache icons

* Fix bug lines in `plain-wordmark`

---------

Co-authored-by: Josélio Júnior <76992016+lunatic-fox@users.noreply.github.com>
2023-01-31 20:21:51 -06:00
Jørgen Kalsnes Hagen
a93d02c1e1
Remove unicode chars from devicon.json (#1652)
Remove unicode character sequences from `devicon.json` which are likely culprits of builderror: https://github.com/devicons/devicon/actions/runs/3918634841
2023-01-31 12:09:31 +01:00
Jørgen Kalsnes Hagen
80aeaf824e
Improve the issue templates (#1515)
* Update issue templates for icon requests
fix #1467

* Minor issue template refactorings

* Update .github/ISSUE_TEMPLATE/icon_request.yml

Co-authored-by: David Leal <halfpacho@gmail.com>

* Update .github/ISSUE_TEMPLATE/feature_request.yml

Co-authored-by: David Leal <halfpacho@gmail.com>

* Update .github/ISSUE_TEMPLATE/config.yml

* fix indenting

---------

Co-authored-by: David Leal <halfpacho@gmail.com>
2023-01-30 23:09:59 -06:00
Josélio Júnior
f5fa2eca94
Update Plotly (#1589) 2023-01-30 21:31:27 +01:00