Skip to content

Commit 7a1425a

Browse files
committed
Updated the CONTRIBUTING.md
1 parent dc781d2 commit 7a1425a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ Some icons are really simple (like the Apple one), so the original version can b
6464
</li>
6565
<li>Optimize/compress your SVGs. You can use a service like <a href="https://compressor.io/">compressor</a> or <a href="https://petercollingridge.appspot.com/svg-editor">SVG Editor</a>.</li>
6666
<li>The icon's strokes and texts must be fills. We use Icomoon to make our icon, which has its<a href="https://icomoon.io/#docs/stroke-to-fill"> requirements</a></li>
67+
<li>Each <code>.svg</code> file contains one version of an icon in a <code>0 0 128 128</code> viewbox</li>
68+
<li>The naming convention for the svg file is the following: <code>(icon name)-(original|plain|line)-(wordmark)</code></li>
6769
</ul>
6870

6971
<hr>
@@ -72,8 +74,6 @@ Some icons are really simple (like the Apple one), so the original version can b
7274
<li>Each icon has its own folder located in the <code>icons</code> folder</li>
7375
<li>Each icon folder contains one <code>.eps</code> file and as many <code>.svg</code> files as versions available</li>
7476
<li>The <code>.eps</code> file contains all available versions of an icon. Each version is contained in a 128px by 128px artboard</li>
75-
<li>Each <code>.svg</code> file contains one version of an icon in a <code>0 0 128 128</code> viewbox</li>
76-
<li>The naming convention for the svg file is the following: <code>(icon name)-(original|plain|line)-(wordmark)</code></li>
7777
</ul>
7878

7979
<hr>
@@ -158,6 +158,7 @@ As an example, let's assume you have created the svgs for Amazon Web Services an
158158
"font": [ // here are the versions that will be used to create icons
159159
"original", // original is simple enough to be used as plain
160160
"plain-wordmark",
161+
// note that the alias "plain" is not listed here. It must be listed in the `aliases` attribute
161162
]
162163
},
163164
"color": "#F7A80D", // note the '#' character

0 commit comments

Comments
 (0)