Skip to content

Commit 4ca37dd

Browse files
committed
Merge remote-tracking branch 'origin/master' into develop
# Conflicts: # CONTRIBUTING.md # devicon.json
2 parents f2145c2 + 9c6bfdb commit 4ca37dd

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ First of all, thanks for taking the time to contribute! This project can only gr
8181
<li>Each <code>.svg</code> file contains one version of an icon in a <code>0 0 128 128</code> viewbox. You can use a service like <a href="https://www.iloveimg.com/resize-image/resize-svg">resize-image</a> for scaling the svg.</li>
8282
<li>The <code>svg</code> element does not need the <code>height</code> and <code>width</code> attributes. However, if you do use it, ensure their values are either <code>"128"</code> or <code>"128px"</code>. Ex: <code>height="128"</code></li>
8383
<li>Each <code>.svg</code> must use the <code>fill</code> attribute instead of using <code>classes</code> for colors. See <a href="https://github.com/devicons/devicon/issues/407">here</a> for more details.</li>
84+
<li>The naming convention for the svg file is the following: <code>(Icon name)-(original|plain|line)(-wordmark?).</code></li>
8485
</ul>
8586

8687
<hr>

devicon.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2100,7 +2100,7 @@
21002100
},
21012101
"color": "#6dd0c7",
21022102
"aliases": []
2103-
},
2103+
},
21042104
{
21052105
"name": "nestjs",
21062106
"tags": [

0 commit comments

Comments
 (0)