matcha-icons 1.0.13 → 1.0.14

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 (2) hide show
  1. package/matcha-icons.css +3 -0
  2. package/package.json +1 -1
package/matcha-icons.css CHANGED
@@ -431,6 +431,9 @@
431
431
  .i-matcha-image-out:before {
432
432
  content: "\e994";
433
433
  }
434
+ .i-matcha-edit-image:before {
435
+ content: "\ea92";
436
+ }
434
437
  .i-matcha-bonus:before {
435
438
  content: "\e985";
436
439
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matcha-icons",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "description": "Biblioteca de ícones usada no design system da inchurch",
5
5
  "main": "demo.html",
6
6
  "scripts": {