microns 1.1.2 → 1.1.3

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.
Files changed (3) hide show
  1. package/README.md +2 -0
  2. package/icons.json +4 -4
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -6,6 +6,8 @@
6
6
 
7
7
  The universal icon set for user interfaces. [Read more](https://www.s-ings.com/projects/microns-icon-font/).
8
8
 
9
+ Have suggestions for new icons? [Add them here](https://github.com/stephenhutchings/microns/issues/21).
10
+
9
11
  ```
10
12
  npm install microns
11
13
  ```
package/icons.json CHANGED
@@ -86,7 +86,7 @@
86
86
  {
87
87
  "name": "External",
88
88
  "class": "mu-external",
89
- "code": "E70C",
89
+ "code": "E773",
90
90
  "match": "box|arrow|link|out"
91
91
  },
92
92
  {
@@ -357,7 +357,7 @@
357
357
  "name": "Show",
358
358
  "class": "mu-show",
359
359
  "code": "E733",
360
- "match": "visible|published|eye|open"
360
+ "match": "visible|published|eye|open|watch|view"
361
361
  },
362
362
  {
363
363
  "name": "Hide",
@@ -675,7 +675,7 @@
675
675
  "name": "Unknown",
676
676
  "class": "mu-unknown",
677
677
  "code": "E780",
678
- "match": "lost|gone|question|error"
678
+ "match": "lost|gone|question|error|help"
679
679
  },
680
680
  {
681
681
  "name": "Text",
@@ -975,7 +975,7 @@
975
975
  "name": "At Sign",
976
976
  "class": "mu-at",
977
977
  "code": "0040",
978
- "match": "mail|tag|user|account"
978
+ "match": "mail|tag|user|account|mention"
979
979
  },
980
980
  {
981
981
  "name": "Hashtag",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "microns",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "The universal icon set for user interfaces.",
5
5
  "browser": "css/microns.css",
6
6
  "homepage": "https://www.s-ings.com/projects/microns-icon-font/",