@ecoportal/icons 1.3.2 → 1.3.4

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
@@ -16,6 +16,8 @@ Clone the repository and add icons to `src/icons`
16
16
  2. Run `yarn build` to bundle the icons for publishing.
17
17
  3. Run `yarn publish` to publish the new icons to NPM.
18
18
 
19
+ Note: only run `yarn publish` after the changes have been reviewed and merged.
20
+
19
21
  ## Icon Guidelines
20
22
 
21
23
  All icons in the `src/icons` directory should be in a top level `Category` folder e.g. `Buildings/building-single.svg`. The icons are served via an svg file. If an svg is made of all single color `path`s then they should not have a fill set to allow easy styling wherever imported.