microns 1.1.2 → 1.1.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.
Files changed (3) hide show
  1. package/README.md +2 -0
  2. package/icons.json +12 -12
  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
@@ -80,13 +80,13 @@
80
80
  {
81
81
  "name": "Refresh",
82
82
  "class": "mu-refresh",
83
- "code": "E785",
83
+ "code": "E796",
84
84
  "match": "skip|forward|ahead"
85
85
  },
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
  {
@@ -212,13 +212,13 @@
212
212
  {
213
213
  "name": "Previous",
214
214
  "class": "mu-prev",
215
- "code": "E71C",
215
+ "code": "E774",
216
216
  "match": "media|prev|back"
217
217
  },
218
218
  {
219
219
  "name": "Next",
220
220
  "class": "mu-next",
221
- "code": "E71D",
221
+ "code": "E775",
222
222
  "match": "media|forward|skip"
223
223
  },
224
224
  {
@@ -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",
@@ -608,13 +608,13 @@
608
608
  {
609
609
  "name": "Box Plus",
610
610
  "class": "mu-box-plus-o",
611
- "code": "E77C",
611
+ "code": "E77D",
612
612
  "match": "box|checkbox|add|outline"
613
613
  },
614
614
  {
615
615
  "name": "Box Minus",
616
616
  "class": "mu-box-minus-o",
617
- "code": "E77D",
617
+ "code": "E77C",
618
618
  "match": "box|checkbox|partial|indeterminate|outline"
619
619
  },
620
620
  {
@@ -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",
@@ -776,13 +776,13 @@
776
776
  {
777
777
  "name": "Sort Ascending",
778
778
  "class": "mu-sort-asc",
779
- "code": "E767",
779
+ "code": "E784",
780
780
  "match": "order|a-z"
781
781
  },
782
782
  {
783
783
  "name": "Sort Descending",
784
784
  "class": "mu-sort-desc",
785
- "code": "E784",
785
+ "code": "E785",
786
786
  "match": "order|z-a"
787
787
  },
788
788
  {
@@ -794,7 +794,7 @@
794
794
  {
795
795
  "name": "Columns",
796
796
  "class": "mu-columns",
797
- "code": "E74B",
797
+ "code": "E7A2",
798
798
  "match": "text|split"
799
799
  },
800
800
  {
@@ -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.4",
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/",