matcha-icons 1.0.21 → 1.0.23

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/style.css CHANGED
@@ -1,10 +1,10 @@
1
1
  @font-face {
2
2
  font-family: 'matcha-icons';
3
- src: url('fonts/matcha-icons.eot?pvqwlj');
4
- src: url('fonts/matcha-icons.eot?pvqwlj#iefix') format('embedded-opentype'),
5
- url('fonts/matcha-icons.ttf?pvqwlj') format('truetype'),
6
- url('fonts/matcha-icons.woff?pvqwlj') format('woff'),
7
- url('fonts/matcha-icons.svg?pvqwlj#matcha-icons') format('svg');
3
+ src: url('fonts/matcha-icons.eot?f5s04');
4
+ src: url('fonts/matcha-icons.eot?f5s04#iefix') format('embedded-opentype'),
5
+ url('fonts/matcha-icons.ttf?f5s04') format('truetype'),
6
+ url('fonts/matcha-icons.woff?f5s04') format('woff'),
7
+ url('fonts/matcha-icons.svg?f5s04#matcha-icons') format('svg');
8
8
  font-weight: normal;
9
9
  font-style: normal;
10
10
  font-display: block;
@@ -1294,6 +1294,12 @@
1294
1294
  .i-matcha-beacons:before {
1295
1295
  content: "\eb0e";
1296
1296
  }
1297
+ .i-matcha-circle-threads:before {
1298
+ content: "\eb13";
1299
+ }
1300
+ .i-matcha-threads:before {
1301
+ content: "\eb14";
1302
+ }
1297
1303
  .i-matcha-opened-lock:before {
1298
1304
  content: "\ea23";
1299
1305
  }