diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c58f6c28..9a6d013e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -64,6 +64,8 @@ Some icons are really simple (like the Apple one), so the original version can b
  • Optimize/compress your SVGs. You can use a service like compressor or SVG Editor.
  • The icon's strokes and texts must be fills. We use Icomoon to make our icon, which has its requirements
  • +
  • Each .svg file contains one version of an icon in a 0 0 128 128 viewbox
  • +
  • The naming convention for the svg file is the following: (icon name)-(original|plain|line)-(wordmark)

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

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