mirror of
https://github.com/konpa/devicon.git
synced 2025-08-10 08:34:05 +02:00
Merge branch 'develop' into thomas/feature/websiteUpgrade
This commit is contained in:
15
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
15
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@@ -7,23 +7,16 @@ body:
|
||||
id: currentproblem
|
||||
attributes:
|
||||
label: Problem
|
||||
description: Tell us about the current problem that you face that this feature might help you with.
|
||||
description: Tell us about the problem.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: suggestedfeat
|
||||
id: possiblesolution
|
||||
attributes:
|
||||
label: Suggested feature
|
||||
description: Tell us about the feature that might solve the above problem.
|
||||
label: Possible Solution
|
||||
description: If you have an idea, please tell us what might solve the above problem.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: why
|
||||
attributes:
|
||||
label: Why should we have this feature?
|
||||
description: List any extra benefits, other than solving your problem, that this feature will bring to the repository. If none, leave blank.
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: extrainformation
|
||||
attributes:
|
||||
|
2
.github/ISSUE_TEMPLATE/icon_request.yml
vendored
2
.github/ISSUE_TEMPLATE/icon_request.yml
vendored
@@ -1,6 +1,6 @@
|
||||
name: Icon Request
|
||||
description: Requesting a new icon or changes to an existing icon
|
||||
title: 'Icon request: [NAME]'
|
||||
title: '[ICON REQUEST]: <icon name>'
|
||||
labels: ["request:icon"]
|
||||
body:
|
||||
- type: input
|
||||
|
13
.github/PULL_REQUEST_TEMPLATE/new_feature.md
vendored
Normal file
13
.github/PULL_REQUEST_TEMPLATE/new_feature.md
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
## Double check these details before you open a PR
|
||||
|
||||
<!-- Tick the checkboxes to ensure you've done everything correctly -->
|
||||
- [ ] PR does not match another non-stale PR currently opened
|
||||
|
||||
## Features
|
||||
<!-- List your features here and the benefits they bring. Include images/codes as appropriate -->
|
||||
|
||||
**This PR closes NONE**
|
||||
<!-- List issues that this PR would close above. Ex: This PR closes #1, #2, #3. -->
|
||||
|
||||
## Notes
|
||||
<!-- List anything note-worthy here (potential issues, this needs to be merged to `master` before working, etc.). -->
|
@@ -1,12 +1,3 @@
|
||||
---
|
||||
name: New Icon
|
||||
about: Add a new icon to the repository.
|
||||
title: 'new icon: [NAME] (versions)'
|
||||
labels: 'feature:icon'
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
<!-- If you are adding a new icon, follow the steps listed here, and delete the **New Feature** section below. -->
|
||||
## Double check these details before you open a PR
|
||||
|
||||
<!-- Tick the checkboxes to ensure you've done everything correctly -->
|
||||
@@ -19,5 +10,8 @@ assignees: ''
|
||||
|
||||
<!-- Refer to the [contributing](https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#contributing-to-devicon) guidelines for more details. -->
|
||||
|
||||
**This PR closes NONE**
|
||||
<!-- List issues that this PR would close above. Ex: This PR closes #1, #2, #3. -->
|
||||
|
||||
## Link to prove your SVG is correct and up-to-date.
|
||||
<!-- Link to an official page/wiki goes here. Anything that proves your SVGs are the correct ones. -->
|
@@ -1,24 +0,0 @@
|
||||
---
|
||||
name: New Feature
|
||||
about: Add a new feature to the repository.
|
||||
title: 'New Feature: [NAME]'
|
||||
labels: 'enhancement'
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
<!-- If you are adding a new icon, follow the steps listed here, and delete the **New Icon** section above. -->
|
||||
|
||||
## Double check these details before you open a PR**
|
||||
|
||||
<!-- Tick the checkboxes to ensure you've done everything correctly -->
|
||||
- [] PR does not match another non-stale PR currently opened
|
||||
- [] PR name matches the format *New Feature: brief description of feature*
|
||||
|
||||
|
||||
## This PR adds/fixes...
|
||||
|
||||
<!-- List your features here and the benefits they bring. -->
|
||||
|
||||
## Notes
|
||||
|
||||
<!-- List anything note-worthy here (potential issues, this needs to be merged to `master` before working, etc.). -->
|
41
.github/pull_request_template.md
vendored
41
.github/pull_request_template.md
vendored
@@ -1,38 +1,5 @@
|
||||
# **New icon section**
|
||||
### Adding a New Icon?
|
||||
- Add `?quick_pull=1&template=new_icon.md` to the end of your current URL and press `Enter`
|
||||
|
||||
<!-- If you are adding a new icon, follow the steps listed here, and delete the **New feature** section below. -->
|
||||
|
||||
## Double check these details before you open a PR
|
||||
|
||||
<!-- Tick the checkboxes to ensure you've done everything correctly -->
|
||||
- [ ] PR does not match another non-stale PR currently opened
|
||||
- [ ] PR name matches the format *new icon: <i>Icon name</i> (<i>versions separated by comma</i>)*. More details [here](https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#overview)
|
||||
- [ ] The PR's base is the `develop` branch.
|
||||
- [ ] Your icons are inside a folder as seen [here](https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#organizational-guidelines)
|
||||
- [ ] SVG matches the standards laid out [here](https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#svgStandards)
|
||||
- [ ] A new object is added in the `devicon.json` file as seen [here](https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#-updating-the-deviconjson-)
|
||||
|
||||
<!-- Refer to the contributing guidelines for more details https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#contributing-to-devicon -->
|
||||
|
||||
## Link to prove your SVG is correct and up-to-date
|
||||
|
||||
<!-- Link to an official page/wiki goes here. Anything that proves your SVGs are the correct ones. -->
|
||||
|
||||
---
|
||||
# **New feature section**
|
||||
|
||||
<!-- If you are adding a new feature, follow the steps listed here, and delete the **New icon** section above. -->
|
||||
|
||||
## Double check these details before you open a PR
|
||||
|
||||
<!-- Tick the checkboxes to ensure you've done everything correctly -->
|
||||
- [ ] PR does not match another non-stale PR currently opened
|
||||
- [ ] PR name matches the format *New Feature: a brief description of feature*
|
||||
|
||||
## This PR adds/fixes
|
||||
|
||||
<!-- List your features here and the benefits they bring. -->
|
||||
|
||||
## Notes
|
||||
|
||||
<!-- List anything note-worthy here (potential issues, this needs to be merged to `develop` before working, etc.). -->
|
||||
### Adding a New Feature or fixing a bug?
|
||||
- Add `?quick_pull=1&template=new_feature.md` to the end of your current URL and press `Enter`.
|
66
devicon.json
66
devicon.json
@@ -1241,8 +1241,7 @@
|
||||
]
|
||||
},
|
||||
"color": "#2a2c3e",
|
||||
"aliases": [
|
||||
]
|
||||
"aliases": []
|
||||
},
|
||||
{
|
||||
"name": "electron",
|
||||
@@ -3315,6 +3314,47 @@
|
||||
"color": "#5058A6",
|
||||
"aliases": []
|
||||
},
|
||||
{
|
||||
"name": "podman",
|
||||
"tags": [
|
||||
"container",
|
||||
"pods",
|
||||
"docker"
|
||||
],
|
||||
"versions": {
|
||||
"svg": [
|
||||
"original",
|
||||
"original-wordmark",
|
||||
"plain",
|
||||
"plain-wordmark"
|
||||
],
|
||||
"font": [
|
||||
"plain",
|
||||
"plain-wordmark"
|
||||
]
|
||||
},
|
||||
"color": "#872b9e",
|
||||
"aliases": []
|
||||
},
|
||||
{
|
||||
"name": "polygon",
|
||||
"tags": [
|
||||
"ethereum",
|
||||
"erc20",
|
||||
"blockchain"
|
||||
],
|
||||
"versions": {
|
||||
"svg": [
|
||||
"original",
|
||||
"plain"
|
||||
],
|
||||
"font": [
|
||||
"plain"
|
||||
]
|
||||
},
|
||||
"color": "#38285B",
|
||||
"aliases": []
|
||||
},
|
||||
{
|
||||
"name": "postgresql",
|
||||
"tags": [
|
||||
@@ -5156,27 +5196,5 @@
|
||||
},
|
||||
"color": "#DC7B2E",
|
||||
"aliases": []
|
||||
},
|
||||
{
|
||||
"name": "podman",
|
||||
"tags": [
|
||||
"container",
|
||||
"pods",
|
||||
"docker"
|
||||
],
|
||||
"versions": {
|
||||
"svg": [
|
||||
"original",
|
||||
"original-wordmark",
|
||||
"plain",
|
||||
"plain-wordmark"
|
||||
],
|
||||
"font": [
|
||||
"plain",
|
||||
"plain-wordmark"
|
||||
]
|
||||
},
|
||||
"color": "#872b9e",
|
||||
"aliases": []
|
||||
}
|
||||
]
|
||||
|
7
icons/polygon/polygon-original.svg
Normal file
7
icons/polygon/polygon-original.svg
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="128px" height="128px" viewBox="0 0 128 128" version="1.1">
|
||||
<g id="surface1">
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(56.078431%,35.294118%,90.980392%);fill-opacity:1;" d="M 64 0 C 99.347656 0 128 28.652344 128 64 C 128 99.347656 99.347656 128 64 128 C 28.652344 128 0 99.347656 0 64 C 0 28.652344 28.652344 0 64 0 Z M 64 0 "/>
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 85.898438 49.242188 C 84.207031 48.339844 82.171875 48.339844 80.480469 49.242188 L 68.265625 56.464844 L 59.734375 61.207031 L 47.519531 68.433594 C 45.828125 69.335938 43.792969 69.335938 42.101562 68.433594 L 32.394531 62.785156 C 30.769531 61.847656 29.746094 60.140625 29.683594 58.265625 L 29.683594 46.988281 C 29.648438 45.085938 30.703125 43.332031 32.394531 42.46875 L 42.101562 37.050781 C 43.792969 36.144531 45.828125 36.144531 47.519531 37.050781 L 57.226562 42.46875 C 58.851562 43.40625 59.875 45.113281 59.9375 46.988281 L 59.9375 54.207031 L 68.265625 49.242188 L 68.265625 42.246094 C 68.3125 40.355469 67.277344 38.601562 65.601562 37.726562 L 47.742188 27.34375 C 46.050781 26.4375 44.019531 26.4375 42.324219 27.34375 L 24.265625 37.726562 C 22.417969 38.445312 21.234375 40.265625 21.332031 42.246094 L 21.332031 63.238281 C 21.304688 65.128906 22.355469 66.875 24.042969 67.734375 L 42.101562 78.140625 C 43.792969 79.042969 45.828125 79.042969 47.519531 78.140625 L 59.734375 71.140625 L 68.085938 66.175781 L 80.257812 59.199219 C 81.949219 58.296875 83.980469 58.296875 85.675781 59.199219 L 95.382812 64.617188 C 97.003906 65.554688 98.03125 67.261719 98.089844 69.136719 L 98.089844 80.199219 C 98.125 82.097656 97.074219 83.851562 95.382812 84.714844 L 85.675781 90.355469 C 83.980469 91.261719 81.949219 91.261719 80.257812 90.355469 L 70.550781 84.9375 C 68.925781 84.003906 67.902344 82.292969 67.839844 80.421875 L 67.839844 73.171875 L 59.734375 77.910156 L 59.734375 85.128906 C 59.699219 87.03125 60.75 88.785156 62.441406 89.648438 L 80.5 100.03125 C 82.195312 100.9375 84.226562 100.9375 85.921875 100.03125 L 103.980469 89.648438 C 105.59375 88.707031 106.609375 87.003906 106.667969 85.136719 L 106.667969 64.136719 C 106.703125 62.238281 105.652344 60.484375 103.957031 59.621094 Z M 85.898438 49.242188 "/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.4 KiB |
6
icons/polygon/polygon-plain.svg
Normal file
6
icons/polygon/polygon-plain.svg
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="128px" height="128px" viewBox="0 0 128 128" version="1.1">
|
||||
<g id="surface1">
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(%100,%100,%100);fill-opacity:1;" d="M 85.898438 49.242188 C 84.207031 48.339844 82.171875 48.339844 80.480469 49.242188 L 68.265625 56.464844 L 59.734375 61.207031 L 47.519531 68.433594 C 45.828125 69.335938 43.792969 69.335938 42.101562 68.433594 L 32.394531 62.785156 C 30.769531 61.847656 29.746094 60.140625 29.683594 58.265625 L 29.683594 46.988281 C 29.648438 45.085938 30.703125 43.332031 32.394531 42.46875 L 42.101562 37.050781 C 43.792969 36.144531 45.828125 36.144531 47.519531 37.050781 L 57.226562 42.46875 C 58.851562 43.40625 59.875 45.113281 59.9375 46.988281 L 59.9375 54.207031 L 68.265625 49.242188 L 68.265625 42.246094 C 68.3125 40.355469 67.277344 38.601562 65.601562 37.726562 L 47.742188 27.34375 C 46.050781 26.4375 44.019531 26.4375 42.324219 27.34375 L 24.265625 37.726562 C 22.417969 38.445312 21.234375 40.265625 21.332031 42.246094 L 21.332031 63.238281 C 21.304688 65.128906 22.355469 66.875 24.042969 67.734375 L 42.101562 78.140625 C 43.792969 79.042969 45.828125 79.042969 47.519531 78.140625 L 59.734375 71.140625 L 68.085938 66.175781 L 80.257812 59.199219 C 81.949219 58.296875 83.980469 58.296875 85.675781 59.199219 L 95.382812 64.617188 C 97.003906 65.554688 98.03125 67.261719 98.089844 69.136719 L 98.089844 80.199219 C 98.125 82.097656 97.074219 83.851562 95.382812 84.714844 L 85.675781 90.355469 C 83.980469 91.261719 81.949219 91.261719 80.257812 90.355469 L 70.550781 84.9375 C 68.925781 84.003906 67.902344 82.292969 67.839844 80.421875 L 67.839844 73.171875 L 59.734375 77.910156 L 59.734375 85.128906 C 59.699219 87.03125 60.75 88.785156 62.441406 89.648438 L 80.5 100.03125 C 82.195312 100.9375 84.226562 100.9375 85.921875 100.03125 L 103.980469 89.648438 C 105.59375 88.707031 106.609375 87.003906 106.667969 85.136719 L 106.667969 64.136719 C 106.703125 62.238281 105.652344 60.484375 103.957031 59.621094 Z M 85.898438 49.242188 "/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.1 KiB |
Reference in New Issue
Block a user