@entur/icons 7.5.1 → 7.7.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -26,7 +26,7 @@ Please refer to the [documentation](https://design.entur.no/komponenter/ressurse
26
26
 
27
27
  This package contains all SVG files, as well as a script to create optimized React components from those SVG files.
28
28
 
29
- If you're adding an icon, please add the SVG file to the appropriate `svg/` folder. Make sure you give it a unique name, and make sure it looks correct in a browser after exporting it.
29
+ If you're adding an icon, please add the SVG file to the appropriate `svg/` folder. Make sure you give it a unique name, and make sure it looks correct in a browser after exporting it. Remember to add the icon-name in bin/build.js if it is a partner-icon.
30
30
 
31
31
  If you're changing an existing icon, just update the existing SVG file with the new source code.
32
32