matcha-icons 1.0.17 → 1.0.18

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 +11 -0
  2. package/matcha.svg +1 -1
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -27,6 +27,17 @@ straightforward as possible.
27
27
 
28
28
  ---
29
29
 
30
+ ## [1.0.18] - 2023-08-25
31
+
32
+ Update assets
33
+
34
+ ### Changed
35
+
36
+ - Remove styles from logo\
37
+ source files `source/matcha.svg`
38
+
39
+ ---
40
+
30
41
  ## [1.0.17] - 2023-08-25
31
42
 
32
43
  Update assets
package/matcha.svg CHANGED
@@ -1,4 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 420 70" style="overflow:visible;enable-background:new 0 0 100 100;background: black;" width="150" height="50" xml:space="preserve">
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 420 70" width="150" height="50" xml:space="preserve">
2
2
  <g id="logo">
3
3
  <g>
4
4
  <path fill="transparent" stroke="#73A300" stroke-width="0.5" stroke-dasharray="1000" stroke-linecap="round" d="M39.9,56.07c-1.15-0.07-1.62,0.78-1.65,1.94c-0.03,1.24,0.52,2.02,1.71,2.13c1.03,0.09,1.59-0.51,1.37-1.55 C41.4,57.38,41.34,56.17,39.9,56.07z">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matcha-icons",
3
- "version": "1.0.17",
3
+ "version": "1.0.18",
4
4
  "description": "Biblioteca de ícones usada no design system da inchurch",
5
5
  "main": "demo.html",
6
6
  "scripts": {